Fix Visual Studio build

This commit is contained in:
2016-09-13 22:54:53 -04:00
parent 67dc5b3511
commit d39da71778
10 changed files with 17 additions and 30 deletions

View File

@@ -20,7 +20,6 @@
<ClInclude Include="..\..\classes\outdoors.hpp" />
<ClInclude Include="..\..\classes\party.hpp" />
<ClInclude Include="..\..\classes\pc.hpp" />
<ClInclude Include="..\..\classes\regtown.hpp" />
<ClInclude Include="..\..\classes\scenario.hpp" />
<ClInclude Include="..\..\classes\shop.hpp" />
<ClInclude Include="..\..\classes\simpletypes.hpp" />
@@ -28,7 +27,6 @@
<ClInclude Include="..\..\classes\spell.hpp" />
<ClInclude Include="..\..\classes\talking.hpp" />
<ClInclude Include="..\..\classes\terrain.hpp" />
<ClInclude Include="..\..\classes\tmpltown.hpp" />
<ClInclude Include="..\..\classes\town.hpp" />
<ClInclude Include="..\..\classes\universe.hpp" />
<ClInclude Include="..\..\classes\vehicle.hpp" />
@@ -83,14 +81,12 @@
<ClCompile Include="..\..\classes\outdoors.cpp" />
<ClCompile Include="..\..\classes\party.cpp" />
<ClCompile Include="..\..\classes\pc.cpp" />
<ClCompile Include="..\..\classes\regtown.cpp" />
<ClCompile Include="..\..\classes\scenario.cpp" />
<ClCompile Include="..\..\classes\shop.cpp" />
<ClCompile Include="..\..\classes\special.cpp" />
<ClCompile Include="..\..\classes\spell.cpp" />
<ClCompile Include="..\..\classes\talking.cpp" />
<ClCompile Include="..\..\classes\terrain.cpp" />
<ClCompile Include="..\..\classes\tmpltown.cpp" />
<ClCompile Include="..\..\classes\town.cpp" />
<ClCompile Include="..\..\classes\universe.cpp" />
<ClCompile Include="..\..\classes\vehicle.cpp" />

View File

@@ -67,9 +67,6 @@
<ClInclude Include="..\..\classes\pc.hpp">
<Filter>Classes\Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\classes\regtown.hpp">
<Filter>Classes\Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\classes\scenario.hpp">
<Filter>Classes\Header Files</Filter>
</ClInclude>
@@ -91,9 +88,6 @@
<ClInclude Include="..\..\classes\terrain.hpp">
<Filter>Classes\Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\classes\tmpltown.hpp">
<Filter>Classes\Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\classes\town.hpp">
<Filter>Classes\Header Files</Filter>
</ClInclude>
@@ -252,9 +246,6 @@
<ClCompile Include="..\..\classes\pc.cpp">
<Filter>Classes\Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\classes\regtown.cpp">
<Filter>Classes\Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\classes\scenario.cpp">
<Filter>Classes\Source Files</Filter>
</ClCompile>
@@ -273,9 +264,6 @@
<ClCompile Include="..\..\classes\terrain.cpp">
<Filter>Classes\Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\classes\tmpltown.cpp">
<Filter>Classes\Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\classes\town.cpp">
<Filter>Classes\Source Files</Filter>
</ClCompile>

View File

@@ -59,7 +59,7 @@
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>opengl32.lib;sfml-system-d.lib;sfml-window-d.lib;sfml-graphics-d.lib;sfml-audio-d.lib;libboost_filesystem-vc120-mt-gd-1_55.lib;libboost_system-vc120-mt-gd-1_55.lib;libboost_thread-vc120-mt-gd-1_55.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>opengl32.lib;sfml-system-d.lib;sfml-window-d.lib;sfml-graphics-d.lib;sfml-audio-d.lib;libboost_filesystem-vc120-mt-gd-*.lib;libboost_system-vc120-mt-gd-*.lib;libboost_thread-vc120-mt-gd-*.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
<EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
</Link>
<ResourceCompile>

View File

@@ -63,7 +63,7 @@
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>opengl32.lib;sfml-system-d.lib;sfml-window-d.lib;sfml-graphics-d.lib;sfml-audio-d.lib;libboost_filesystem-vc120-mt-gd-1_55.lib;libboost_system-vc120-mt-gd-1_55.lib;libboost_thread-vc120-mt-gd-1_55.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>opengl32.lib;sfml-system-d.lib;sfml-window-d.lib;sfml-graphics-d.lib;sfml-audio-d.lib;libboost_filesystem-vc120-mt-gd-*.lib;libboost_system-vc120-mt-gd-*.lib;libboost_thread-vc120-mt-gd-*.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
<EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
</Link>
<ResourceCompile>
@@ -88,7 +88,7 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<AdditionalDependencies>opengl32.lib;sfml-system.lib;sfml-window.lib;sfml-graphics.lib;sfml-audio.lib;libboost_filesystem-vc120-mt-1_55.lib;libboost_system-vc120-mt-1_55.lib;libboost_thread-vc120-mt-1_55.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>opengl32.lib;sfml-system.lib;sfml-window.lib;sfml-graphics.lib;sfml-audio.lib;libboost_filesystem-vc120-mt-*.lib;libboost_system-vc120-mt-*.lib;libboost_thread-vc120-mt-*.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
<EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
</Link>
</ItemDefinitionGroup>

View File

@@ -63,7 +63,7 @@
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>opengl32.lib;sfml-system-d.lib;sfml-window-d.lib;sfml-graphics-d.lib;sfml-audio-d.lib;libboost_filesystem-vc120-mt-gd-1_55.lib;libboost_system-vc120-mt-gd-1_55.lib;libboost_thread-vc120-mt-gd-1_55.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>opengl32.lib;sfml-system-d.lib;sfml-window-d.lib;sfml-graphics-d.lib;sfml-audio-d.lib;libboost_filesystem-vc120-mt-gd-*.lib;libboost_system-vc120-mt-gd-*.lib;libboost_thread-vc120-mt-gd-*.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
<EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
</Link>
<ResourceCompile>
@@ -88,7 +88,7 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<AdditionalDependencies>opengl32.lib;sfml-system.lib;sfml-window.lib;sfml-graphics.lib;sfml-audio.lib;libboost_filesystem-vc120-mt-1_55.lib;libboost_system-vc120-mt-1_55.lib;libboost_thread-vc120-mt-1_55.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>opengl32.lib;sfml-system.lib;sfml-window.lib;sfml-graphics.lib;sfml-audio.lib;libboost_filesystem-vc120-mt-*.lib;libboost_system-vc120-mt-*.lib;libboost_thread-vc120-mt-*.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
<EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
</Link>
</ItemDefinitionGroup>