diff options
-rw-r--r-- | ManaWorld.vcproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ManaWorld.vcproj b/ManaWorld.vcproj index 8e6e0e26..f1ab3c37 100644 --- a/ManaWorld.vcproj +++ b/ManaWorld.vcproj @@ -79,7 +79,7 @@ Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" - AdditionalDependencies="sdl_mixer.lib sdl.lib alfont.lib alleg.lib ws2_32.lib " + AdditionalDependencies="alfont.lib alleg.lib ws2_32.lib " OutputFile="The Mana World.exe" LinkIncremental="1" GenerateDebugInformation="TRUE" @@ -169,7 +169,7 @@ RelativePath=".\map.cpp"> </File> <File - RelativePath=".\Sound\Sound.cpp"> + RelativePath=".\Sound\sound.cpp"> </File> <File RelativePath=".\Graphic\SuperEagle.cpp"> @@ -242,7 +242,7 @@ RelativePath=".\map.h"> </File> <File - RelativePath=".\Sound\Sound.h"> + RelativePath=".\Sound\sound.h"> </File> <File RelativePath=".\Graphic\SuperEagle.h"> |