Remove leftover gitignore entry, and make MSVC2003 build define WINDOWS
This enables stuff like separate windows/taskbar icons, and system font loading
This commit is contained in:
parent
4530bb6847
commit
06589ab5ea
2 changed files with 2 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -44,5 +44,4 @@ msvc2003/CSE2.ncb
|
|||
msvc2003/CSE2.suo
|
||||
msvc2003/Debug
|
||||
msvc2003/Release
|
||||
msvc2003/freetype-2.9.1s
|
||||
*.aps
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""SDL2-2.0.9/include";"freetype-2.9.1/include";./"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;WINDOWS"
|
||||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="0"
|
||||
RuntimeLibrary="1"
|
||||
|
@ -73,7 +73,7 @@
|
|||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""SDL2-2.0.9/include";"freetype-2.9.1/include";./"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;WINDOWS"
|
||||
MinimalRebuild="TRUE"
|
||||
RuntimeLibrary="0"
|
||||
WarningLevel="3"
|
||||
|
|
Loading…
Add table
Reference in a new issue