Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
Stella
Commits
f45ae9ac
Commit
f45ae9ac
authored
Jun 01, 2019
by
Stephen Anthony
Browse files
Updated Windows build for upcoming 6.0.1 release.
parent
3f3f04c6
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/windows/Stella.vcxproj
View file @
f45ae9ac
...
...
@@ -283,6 +283,7 @@
<ClCompile
Include=
"..\debugger\gui\CartBFSCWidget.cxx"
/>
<ClCompile
Include=
"..\debugger\gui\CartBFWidget.cxx"
/>
<ClCompile
Include=
"..\debugger\gui\CartBUSWidget.cxx"
/>
<ClCompile
Include=
"..\debugger\gui\CartCDFInfoWidget.cxx"
/>
<ClCompile
Include=
"..\debugger\gui\CartCDFWidget.cxx"
/>
<ClCompile
Include=
"..\debugger\gui\CartCMWidget.cxx"
/>
<ClCompile
Include=
"..\debugger\gui\CartCTYWidget.cxx"
/>
...
...
@@ -858,6 +859,7 @@
<ClInclude
Include=
"..\debugger\gui\CartBFSCWidget.hxx"
/>
<ClInclude
Include=
"..\debugger\gui\CartBFWidget.hxx"
/>
<ClInclude
Include=
"..\debugger\gui\CartBUSWidget.hxx"
/>
<ClInclude
Include=
"..\debugger\gui\CartCDFInfoWidget.hxx"
/>
<ClInclude
Include=
"..\debugger\gui\CartCDFWidget.hxx"
/>
<ClInclude
Include=
"..\debugger\gui\CartCMWidget.hxx"
/>
<ClInclude
Include=
"..\debugger\gui\CartCTYWidget.hxx"
/>
...
...
src/windows/Stella.vcxproj.filters
View file @
f45ae9ac
...
...
@@ -951,6 +951,9 @@
<ClCompile
Include=
"..\common\StaggeredLogger.cxx"
>
<Filter>
Source Files
</Filter>
</ClCompile>
<ClCompile
Include=
"..\debugger\gui\CartCDFInfoWidget.cxx"
>
<Filter>
Source Files\debugger
</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude
Include=
"..\common\bspf.hxx"
>
...
...
@@ -1943,6 +1946,9 @@
<ClInclude
Include=
"..\common\StaggeredLogger.hxx"
>
<Filter>
Header Files
</Filter>
</ClInclude>
<ClInclude
Include=
"..\debugger\gui\CartCDFInfoWidget.hxx"
>
<Filter>
Header Files\debugger
</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None
Include=
"stella.ico"
>
...
...
src/windows/stella.rc
View file @
f45ae9ac
...
...
@@ -36,8 +36,8 @@ IDI_ICON ICON "stella.ico"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 6,0,
0
,0
PRODUCTVERSION 6,0,
0
,0
FILEVERSION 6,0,
1
,0
PRODUCTVERSION 6,0,
1
,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
...
...
@@ -55,12 +55,12 @@ BEGIN
VALUE "Comments", "The multi-platform Atari 2600 emulator. Stella is released under the GPLv2."
VALUE "CompanyName", "The Stella Team (https://stella-emu.github.io)"
VALUE "FileDescription", "Stella"
VALUE "FileVersion", "6.0"
VALUE "FileVersion", "6.0
.1
"
VALUE "InternalName", "Stella"
VALUE "LegalCopyright", "Copyright (C) 1995-201
8
The Stella Team"
VALUE "LegalCopyright", "Copyright (C) 1995-201
9
The Stella Team"
VALUE "OriginalFilename", "Stella.exe"
VALUE "ProductName", "Stella"
VALUE "ProductVersion", "6.0"
VALUE "ProductVersion", "6.0
.1
"
END
END
BLOCK "VarFileInfo"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment