diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2004-08-29 15:06:01 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2004-08-29 15:06:01 +0000 |
commit | dae7d5913b78e8cc66871e58bf0c35656992f547 (patch) | |
tree | 2fed3b8903608fd4c36e70436aa50eb15182da77 | |
parent | 2ac0d8c1113e2295d14b763b5f44089c2a792a79 (diff) | |
download | mana-dae7d5913b78e8cc66871e58bf0c35656992f547.tar.gz mana-dae7d5913b78e8cc66871e58bf0c35656992f547.tar.bz2 mana-dae7d5913b78e8cc66871e58bf0c35656992f547.tar.xz mana-dae7d5913b78e8cc66871e58bf0c35656992f547.zip |
*** empty log message ***
-rw-r--r-- | ManaWorld.vcproj | 7 | ||||
-rw-r--r-- | The Mana World.dev | 7 |
2 files changed, 9 insertions, 5 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"> diff --git a/The Mana World.dev b/The Mana World.dev index 14c1b143..27905918 100644 --- a/The Mana World.dev +++ b/The Mana World.dev @@ -11,7 +11,7 @@ PrivateResource= ResourceIncludes= MakeIncludes= Compiler= -CppCompiler=_@@_ +CppCompiler=-ljgmod -lalleg_@@_ 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=00000010010010000010c1 +CompilerSettings=0000000001001000000000 [Unit1] FileName=main.cpp @@ -347,3 +347,6 @@ Priority=1000 OverrideBuildCmd=0 BuildCmd= + +########Text Field info##### +dev-cpp projectfile for tmw by kth5 XD
\ No newline at end of file |