diff options
author | Raymond Chandler III <Animegalore1985@yahoo.com> | 2004-12-11 04:22:17 +0000 |
---|---|---|
committer | Raymond Chandler III <Animegalore1985@yahoo.com> | 2004-12-11 04:22:17 +0000 |
commit | 280acba19356ddec45fc45f3a827425bd73e79fb (patch) | |
tree | e085f2a7cab0a9a234052b7a65528eee5796ef3c | |
parent | 4d2d32fcba26b6beca1f56bbc38de6ccffe62835 (diff) | |
download | mana-280acba19356ddec45fc45f3a827425bd73e79fb.tar.gz mana-280acba19356ddec45fc45f3a827425bd73e79fb.tar.bz2 mana-280acba19356ddec45fc45f3a827425bd73e79fb.tar.xz mana-280acba19356ddec45fc45f3a827425bd73e79fb.zip |
Some changes include SDL support for Visual Studio .NET
-rw-r--r-- | ManaWorld.sln | 24 | ||||
-rw-r--r-- | ManaWorld.vcproj | 5 |
2 files changed, 27 insertions, 2 deletions
diff --git a/ManaWorld.sln b/ManaWorld.sln new file mode 100644 index 00000000..d6918769 --- /dev/null +++ b/ManaWorld.sln @@ -0,0 +1,24 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TheManaWorld", "ManaWorld.vcproj", "{DE31E83E-62BD-460E-8E6A-648CF98CC5A4}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Profile = Profile + Release = Release + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {DE31E83E-62BD-460E-8E6A-648CF98CC5A4}.Debug.ActiveCfg = Debug|Win32 + {DE31E83E-62BD-460E-8E6A-648CF98CC5A4}.Debug.Build.0 = Debug|Win32 + {DE31E83E-62BD-460E-8E6A-648CF98CC5A4}.Profile.ActiveCfg = Profile|Win32 + {DE31E83E-62BD-460E-8E6A-648CF98CC5A4}.Profile.Build.0 = Profile|Win32 + {DE31E83E-62BD-460E-8E6A-648CF98CC5A4}.Release.ActiveCfg = Release|Win32 + {DE31E83E-62BD-460E-8E6A-648CF98CC5A4}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/ManaWorld.vcproj b/ManaWorld.vcproj index 6fdd4ba1..33623297 100644 --- a/ManaWorld.vcproj +++ b/ManaWorld.vcproj @@ -32,7 +32,7 @@ Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" - AdditionalOptions="SDL.lib SDL_Mixer.lib" + AdditionalOptions="SDL.lib SDLmain.lib" AdditionalDependencies="alleg.lib masking.lib alfont.lib ws2_32.lib" OutputFile="$(OutDir)/ManaWorld.exe" LinkIncremental="2" @@ -79,7 +79,7 @@ Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" - AdditionalOptions="/NODEFAULTLIB:LIBCMT" + AdditionalOptions="SDL.lib" AdditionalDependencies="libjgmod.lib alfont.lib alleg.lib ws2_32.lib " OutputFile="tmw.exe" LinkIncremental="1" @@ -122,6 +122,7 @@ Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" + AdditionalOptions="SDL.lib" AdditionalDependencies="allp.lib"/> <Tool Name="VCMIDLTool"/> |