Mercurial > sdl-ios-xcode
diff VisualC/SDL/SDL.vcproj @ 3671:0d6f520c0eb9
Fixed building under Visual Studio
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 15 Jan 2010 20:05:49 +0000 |
parents | 5f812979e179 |
children | be2250bb482b |
line wrap: on
line diff
--- a/VisualC/SDL/SDL.vcproj Wed Jan 13 19:29:33 2010 +0000 +++ b/VisualC/SDL/SDL.vcproj Fri Jan 15 20:05:49 2010 +0000 @@ -26,7 +26,7 @@ <Tool Name="VCPreBuildEventTool" Description="Making sure basic SDL headers are in place..." - CommandLine="if exist "$(ProjectDir)\..\..\include\SDL_config.h" goto SDLCONFIGOKAY
echo Copying SDL_config_win32.h to SDL_config.h...
copy "$(ProjectDir)\..\..\include\SDL_config_win32.h" "$(ProjectDir)\..\..\include\SDL_config.h"
:SDLCONFIGOKAY

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY" + CommandLine="if exist "$(ProjectDir)\..\..\include\SDL_config.h" goto SDLCONFIGOKAY
echo Copying SDL_config_win32.h to SDL_config.h...
copy "$(ProjectDir)\..\..\include\SDL_config_win32.h" "$(ProjectDir)\..\..\include\SDL_config.h"
:SDLCONFIGOKAY

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
" /> <Tool Name="VCCustomBuildTool" @@ -125,7 +125,7 @@ <Tool Name="VCPreBuildEventTool" Description="Making sure basic SDL headers are in place..." - CommandLine="if exist "$(ProjectDir)\..\..\include\SDL_config.h" goto SDLCONFIGOKAY
echo Copying SDL_config_win32.h to SDL_config.h...
copy "$(ProjectDir)\..\..\include\SDL_config_win32.h" "$(ProjectDir)\..\..\include\SDL_config.h"
:SDLCONFIGOKAY

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY" + CommandLine="if exist "$(ProjectDir)\..\..\include\SDL_config.h" goto SDLCONFIGOKAY
echo Copying SDL_config_win32.h to SDL_config.h...
copy "$(ProjectDir)\..\..\include\SDL_config_win32.h" "$(ProjectDir)\..\..\include\SDL_config.h"
:SDLCONFIGOKAY

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
" /> <Tool Name="VCCustomBuildTool" @@ -224,6 +224,14 @@ > </File> <File + RelativePath="..\..\include\SDL_assert.h" + > + </File> + <File + RelativePath="..\..\include\SDL_atomic.h" + > + </File> + <File RelativePath="..\..\include\SDL_audio.h" > </File> @@ -236,6 +244,10 @@ > </File> <File + RelativePath="..\..\include\SDL_copying.h" + > + </File> + <File RelativePath="..\..\include\SDL_cpuinfo.h" > </File> @@ -252,6 +264,10 @@ > </File> <File + RelativePath="..\..\include\SDL_haptic.h" + > + </File> + <File RelativePath="..\..\include\SDL_joystick.h" > </File> @@ -288,6 +304,10 @@ > </File> <File + RelativePath="..\..\include\SDL_opengles.h" + > + </File> + <File RelativePath="..\..\include\SDL_pixels.h" > </File> @@ -304,14 +324,26 @@ > </File> <File + RelativePath="..\..\include\SDL_rect.h" + > + </File> + <File RelativePath="..\..\include\SDL_rwops.h" > </File> <File + RelativePath="..\..\include\SDL_scancode.h" + > + </File> + <File RelativePath="..\..\include\SDL_stdinc.h" > </File> <File + RelativePath="..\..\include\SDL_surface.h" + > + </File> + <File RelativePath="..\..\include\SDL_syswm.h" > </File> @@ -425,6 +457,14 @@ > </File> <File + RelativePath="..\..\src\SDL_assert.c" + > + </File> + <File + RelativePath="..\..\src\atomic\win32\SDL_atomic.c" + > + </File> + <File RelativePath="..\..\src\audio\SDL_audio.c" > </File> @@ -453,6 +493,10 @@ > </File> <File + RelativePath="..\..\src\video\SDL_blendfillrect.c" + > + </File> + <File RelativePath="..\..\src\video\SDL_blendline.c" > </File> @@ -561,6 +605,10 @@ > </File> <File + RelativePath="..\..\src\video\SDL_drawrect.c" + > + </File> + <File RelativePath="..\..\src\audio\dummy\SDL_dummyaudio.c" > </File> @@ -625,6 +673,10 @@ > </File> <File + RelativePath="..\..\src\video\SDL_glesfuncs.h" + > + </File> + <File RelativePath="..\..\src\video\SDL_glfuncs.h" > </File>