From: Ivan Hernanez Date: Thu, 4 Aug 2011 10:03:04 +0000 (-0500) Subject: set up project file for building in Visual Studio X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=6d9d3dd49e0d2e2bc2a5735f7b7c6bc872efe6f2;p=IvanGame.git set up project file for building in Visual Studio --- diff --git a/game.vcxproj b/game.vcxproj new file mode 100644 index 0000000..c435619 --- /dev/null +++ b/game.vcxproj @@ -0,0 +1,148 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {F417E341-2A91-459E-994B-986CDDE4E340} + Win32Proj + game + + + + Application + true + Unicode + + + Application + false + true + Unicode + + + + + + + + + + + + + true + + + false + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + C:\SDL;%(AdditionalIncludeDirectories) + + + Console + true + C:\SDL\lib;%(AdditionalLibraryDirectories) + SDL.lib;SDL_image.lib;SDLmain.lib;SDL_draw.lib;%(AdditionalDependencies) + false + + + copy "C:\SDL\lib\*.dll" "$(OutputPath)\" + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + C:\SDL;%(AdditionalIncludeDirectories) + + + Console + true + true + true + C:\SDL\lib;%(AdditionalLibraryDirectories) + SDL.lib;SDL_image.lib;SDLmain.lib;SDL_draw.lib;%(AdditionalDependencies) + + + copy "C:\SDL\lib\*.dll" "$(OutputPath)\" + + + + + + + + + + + + + + + + + + true + + + + + + + + + + + + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file