File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
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" />
You can’t perform that action at this time.
0 commit comments