diff options
Diffstat (limited to 'ManaWorld.vcproj')
-rw-r--r-- | ManaWorld.vcproj | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ManaWorld.vcproj b/ManaWorld.vcproj index 8e6e0e26..cc7e3cff 100644 --- a/ManaWorld.vcproj +++ b/ManaWorld.vcproj @@ -79,7 +79,8 @@ Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" - AdditionalDependencies="sdl_mixer.lib sdl.lib alfont.lib alleg.lib ws2_32.lib " + AdditionalOptions="/NODEFAULTLIB:LIBCMT" + AdditionalDependencies="libjgmod.lib alfont.lib alleg.lib ws2_32.lib " OutputFile="The Mana World.exe" LinkIncremental="1" GenerateDebugInformation="TRUE" @@ -169,7 +170,7 @@ RelativePath=".\map.cpp"> </File> <File - RelativePath=".\Sound\Sound.cpp"> + RelativePath=".\Sound\sound.cpp"> </File> <File RelativePath=".\Graphic\SuperEagle.cpp"> @@ -242,7 +243,7 @@ RelativePath=".\map.h"> </File> <File - RelativePath=".\Sound\Sound.h"> + RelativePath=".\Sound\sound.h"> </File> <File RelativePath=".\Graphic\SuperEagle.h"> |