Skip to content

Commit 892f336

Browse files
author
Manuel Reinfurt
committed
Added SFML for release target
1 parent 1453d69 commit 892f336

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

GA.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
</PropertyGroup>
7575
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
7676
<LinkIncremental>false</LinkIncremental>
77-
<IncludePath>include\release;$(IncludePath)</IncludePath>
78-
<LibraryPath>Libs\release;$(LibraryPath)</LibraryPath>
77+
<IncludePath>externals\SFML\include;$(IncludePath)</IncludePath>
78+
<LibraryPath>externals\SFML\lib;$(LibraryPath)</LibraryPath>
7979
</PropertyGroup>
8080
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
8181
<ClCompile>
@@ -99,15 +99,15 @@
9999
<Optimization>Full</Optimization>
100100
<FunctionLevelLinking>true</FunctionLevelLinking>
101101
<IntrinsicFunctions>true</IntrinsicFunctions>
102-
<PreprocessorDefinitions>SFML_STATIC;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
102+
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
103103
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
104104
</ClCompile>
105105
<Link>
106106
<SubSystem>Console</SubSystem>
107107
<GenerateDebugInformation>true</GenerateDebugInformation>
108108
<EnableCOMDATFolding>true</EnableCOMDATFolding>
109109
<OptimizeReferences>true</OptimizeReferences>
110-
<AdditionalDependencies>sfml-main.lib;sfml-graphics-s.lib;sfml-window-s.lib;sfml-system-s.lib;%(AdditionalDependencies)</AdditionalDependencies>
110+
<AdditionalDependencies>sfml-main.lib;sfml-graphics.lib;sfml-window.lib;sfml-system.lib;%(AdditionalDependencies)</AdditionalDependencies>
111111
</Link>
112112
</ItemDefinitionGroup>
113113
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

0 commit comments

Comments
 (0)