diff options
-rw-r--r-- | ManaWorld.vcproj | 7 | ||||
-rw-r--r-- | The Mana World.dev | 7 |
2 files changed, 5 insertions, 9 deletions
diff --git a/ManaWorld.vcproj b/ManaWorld.vcproj index cc7e3cff..8e6e0e26 100644 --- a/ManaWorld.vcproj +++ b/ManaWorld.vcproj @@ -79,8 +79,7 @@ Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" - AdditionalOptions="/NODEFAULTLIB:LIBCMT" - AdditionalDependencies="libjgmod.lib alfont.lib alleg.lib ws2_32.lib " + AdditionalDependencies="sdl_mixer.lib sdl.lib alfont.lib alleg.lib ws2_32.lib " OutputFile="The Mana World.exe" LinkIncremental="1" GenerateDebugInformation="TRUE" @@ -170,7 +169,7 @@ RelativePath=".\map.cpp"> </File> <File - RelativePath=".\Sound\sound.cpp"> + RelativePath=".\Sound\Sound.cpp"> </File> <File RelativePath=".\Graphic\SuperEagle.cpp"> @@ -243,7 +242,7 @@ RelativePath=".\map.h"> </File> <File - RelativePath=".\Sound\sound.h"> + RelativePath=".\Sound\Sound.h"> </File> <File RelativePath=".\Graphic\SuperEagle.h"> diff --git a/The Mana World.dev b/The Mana World.dev index 27905918..14c1b143 100644 --- a/The Mana World.dev +++ b/The Mana World.dev @@ -11,7 +11,7 @@ PrivateResource= ResourceIncludes= MakeIncludes= Compiler= -CppCompiler=-ljgmod -lalleg_@@_ +CppCompiler=_@@_ Linker=../lib/libjgmod.a_@@_../lib/liballeg.a_@@_../lib/libalfontdll.a_@@_../lib/libwsock32.a_@@_ IsCpp=1 Icon= @@ -27,7 +27,7 @@ CustomMakefile= IncludeVersionInfo=0 SupportXPThemes=0 CompilerSet=0 -CompilerSettings=0000000001001000000000 +CompilerSettings=00000010010010000010c1 [Unit1] FileName=main.cpp @@ -347,6 +347,3 @@ Priority=1000 OverrideBuildCmd=0 BuildCmd= - -########Text Field info##### -dev-cpp projectfile for tmw by kth5 XD
\ No newline at end of file |