Changed "win32" to "windows"

--HG--
rename : include/SDL_config_win32.h => include/SDL_config_windows.h
rename : src/events/scancodes_win32.h => src/events/scancodes_windows.h
rename : src/haptic/win32/SDL_syshaptic.c => src/haptic/windows/SDL_syshaptic.c
rename : src/joystick/win32/SDL_dxjoystick.c => src/joystick/windows/SDL_dxjoystick.c
rename : src/joystick/win32/SDL_dxjoystick_c.h => src/joystick/windows/SDL_dxjoystick_c.h
rename : src/joystick/win32/SDL_mmjoystick.c => src/joystick/windows/SDL_mmjoystick.c
rename : src/loadso/win32/SDL_sysloadso.c => src/loadso/windows/SDL_sysloadso.c
rename : src/main/win32/SDL_win32_main.c => src/main/windows/SDL_windows_main.c
rename : src/main/win32/version.rc => src/main/windows/version.rc
rename : src/thread/win32/SDL_sysmutex.c => src/thread/windows/SDL_sysmutex.c
rename : src/thread/win32/SDL_syssem.c => src/thread/windows/SDL_syssem.c
rename : src/thread/win32/SDL_systhread.c => src/thread/windows/SDL_systhread.c
rename : src/thread/win32/SDL_systhread_c.h => src/thread/windows/SDL_systhread_c.h
rename : src/thread/win32/win_ce_semaphore.c => src/thread/windows/win_ce_semaphore.c
rename : src/thread/win32/win_ce_semaphore.h => src/thread/windows/win_ce_semaphore.h
rename : src/timer/win32/SDL_systimer.c => src/timer/windows/SDL_systimer.c
rename : src/video/win32/SDL_ceddrawrender.c => src/video/windows/SDL_ceddrawrender.c
rename : src/video/win32/SDL_ceddrawrender.h => src/video/windows/SDL_ceddrawrender.h
rename : src/video/win32/SDL_d3drender.c => src/video/windows/SDL_d3drender.c
rename : src/video/win32/SDL_d3drender.h => src/video/windows/SDL_d3drender.h
rename : src/video/win32/SDL_gapirender.c => src/video/windows/SDL_gapirender.c
rename : src/video/win32/SDL_gapirender.h => src/video/windows/SDL_gapirender.h
rename : src/video/win32/SDL_gapirender_c.h => src/video/windows/SDL_gapirender_c.h
rename : src/video/win32/SDL_gdirender.c => src/video/windows/SDL_gdirender.c
rename : src/video/win32/SDL_gdirender.h => src/video/windows/SDL_gdirender.h
rename : src/video/win32/SDL_msctf.h => src/video/windows/SDL_msctf.h
rename : src/video/win32/SDL_vkeys.h => src/video/windows/SDL_vkeys.h
rename : src/video/win32/SDL_win32clipboard.c => src/video/windows/SDL_windowsclipboard.c
rename : src/video/win32/SDL_win32clipboard.h => src/video/windows/SDL_windowsclipboard.h
rename : src/video/win32/SDL_win32events.c => src/video/windows/SDL_windowsevents.c
rename : src/video/win32/SDL_win32events.h => src/video/windows/SDL_windowsevents.h
rename : src/video/win32/SDL_win32gamma.c => src/video/windows/SDL_windowsgamma.c
rename : src/video/win32/SDL_win32gamma.h => src/video/windows/SDL_windowsgamma.h
rename : src/video/win32/SDL_win32keyboard.c => src/video/windows/SDL_windowskeyboard.c
rename : src/video/win32/SDL_win32keyboard.h => src/video/windows/SDL_windowskeyboard.h
rename : src/video/win32/SDL_win32modes.c => src/video/windows/SDL_windowsmodes.c
rename : src/video/win32/SDL_win32modes.h => src/video/windows/SDL_windowsmodes.h
rename : src/video/win32/SDL_win32mouse.c => src/video/windows/SDL_windowsmouse.c
rename : src/video/win32/SDL_win32mouse.h => src/video/windows/SDL_windowsmouse.h
rename : src/video/win32/SDL_win32opengl.c => src/video/windows/SDL_windowsopengl.c
rename : src/video/win32/SDL_win32opengl.h => src/video/windows/SDL_windowsopengl.h
rename : src/video/win32/SDL_win32shape.c => src/video/windows/SDL_windowsshape.c
rename : src/video/win32/SDL_win32shape.h => src/video/windows/SDL_windowsshape.h
rename : src/video/win32/SDL_win32video.c => src/video/windows/SDL_windowsvideo.c
rename : src/video/win32/SDL_win32video.h => src/video/windows/SDL_windowsvideo.h
rename : src/video/win32/SDL_win32window.c => src/video/windows/SDL_windowswindow.c
rename : src/video/win32/SDL_win32window.h => src/video/windows/SDL_windowswindow.h
rename : src/video/win32/wmmsg.h => src/video/windows/wmmsg.h
This commit is contained in:
Sam Lantinga 2011-01-20 18:04:05 -08:00
parent ee1f71dd63
commit 9d25ba272a
82 changed files with 382 additions and 375 deletions

View file

@ -29,7 +29,7 @@
<Tool
Name="VCPreBuildEventTool"
Description="Making sure basic SDL headers are in place..."
CommandLine="if exist &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot; goto SDLCONFIGOKAY&#x0D;&#x0A;echo Copying SDL_config_win32.h to SDL_config.h...&#x0D;&#x0A;copy &quot;$(ProjectDir)\..\..\include\SDL_config_win32.h&quot; &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot;&#x0D;&#x0A;:SDLCONFIGOKAY&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot; goto SDLREVISIONOKAY&#x0D;&#x0A;echo Creating stub SDL_revision.h file...&#x0D;&#x0A;echo #define SDL_REVISION 0 &gt;&quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot;&#x0D;&#x0A;:SDLREVISIONOKAY&#x0D;&#x0A;"
CommandLine="if exist &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot; goto SDLCONFIGOKAY&#x0D;&#x0A;echo Copying SDL_config_windows.h to SDL_config.h...&#x0D;&#x0A;copy &quot;$(ProjectDir)\..\..\include\SDL_config_windows.h&quot; &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot;&#x0D;&#x0A;:SDLCONFIGOKAY&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot; goto SDLREVISIONOKAY&#x0D;&#x0A;echo Creating stub SDL_revision.h file...&#x0D;&#x0A;echo #define SDL_REVISION 0 &gt;&quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot;&#x0D;&#x0A;:SDLREVISIONOKAY&#x0D;&#x0A;"
/>
<Tool
Name="VCCustomBuildTool"
@ -207,7 +207,7 @@
<Tool
Name="VCPreBuildEventTool"
Description="Making sure basic SDL headers are in place..."
CommandLine="if exist &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot; goto SDLCONFIGOKAY&#x0D;&#x0A;echo Copying SDL_config_win32.h to SDL_config.h...&#x0D;&#x0A;copy &quot;$(ProjectDir)\..\..\include\SDL_config_win32.h&quot; &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot;&#x0D;&#x0A;:SDLCONFIGOKAY&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot; goto SDLREVISIONOKAY&#x0D;&#x0A;echo Creating stub SDL_revision.h file...&#x0D;&#x0A;echo #define SDL_REVISION 0 &gt;&quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot;&#x0D;&#x0A;:SDLREVISIONOKAY&#x0D;&#x0A;"
CommandLine="if exist &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot; goto SDLCONFIGOKAY&#x0D;&#x0A;echo Copying SDL_config_windows.h to SDL_config.h...&#x0D;&#x0A;copy &quot;$(ProjectDir)\..\..\include\SDL_config_windows.h&quot; &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot;&#x0D;&#x0A;:SDLCONFIGOKAY&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot; goto SDLREVISIONOKAY&#x0D;&#x0A;echo Creating stub SDL_revision.h file...&#x0D;&#x0A;echo #define SDL_REVISION 0 &gt;&quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot;&#x0D;&#x0A;:SDLREVISIONOKAY&#x0D;&#x0A;"
/>
<Tool
Name="VCCustomBuildTool"
@ -411,7 +411,7 @@
>
</File>
<File
RelativePath="..\..\include\SDL_config_win32.h"
RelativePath="..\..\include\SDL_config_windows.h"
>
</File>
<File
@ -768,11 +768,11 @@
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_d3drender.c"
RelativePath="..\..\src\video\windows\SDL_d3drender.c"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_d3drender.h"
RelativePath="..\..\src\video\windows\SDL_d3drender.h"
>
</File>
<File
@ -824,7 +824,7 @@
>
</File>
<File
RelativePath="..\..\src\joystick\win32\SDL_dxjoystick.c"
RelativePath="..\..\src\joystick\windows\SDL_dxjoystick.c"
>
</File>
<File
@ -860,11 +860,11 @@
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_gdirender.c"
RelativePath="..\..\src\video\windows\SDL_gdirender.c"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_gdirender.h"
RelativePath="..\..\src\video\windows\SDL_gdirender.h"
>
</File>
<File
@ -948,7 +948,7 @@
>
</File>
<File
RelativePath="..\..\src\joystick\win32\SDL_mmjoystick.c"
RelativePath="..\..\src\joystick\windows\SDL_mmjoystick.c"
>
</File>
<File
@ -1072,7 +1072,7 @@
>
</File>
<File
RelativePath="..\..\src\haptic\win32\SDL_syshaptic.c"
RelativePath="..\..\src\haptic\windows\SDL_syshaptic.c"
>
</File>
<File
@ -1084,11 +1084,11 @@
>
</File>
<File
RelativePath="..\..\src\loadso\win32\SDL_sysloadso.c"
RelativePath="..\..\src\loadso\windows\SDL_sysloadso.c"
>
</File>
<File
RelativePath="..\..\src\thread\win32\SDL_sysmutex.c"
RelativePath="..\..\src\thread\windows\SDL_sysmutex.c"
>
</File>
<File
@ -1096,11 +1096,11 @@
>
</File>
<File
RelativePath="..\..\src\thread\win32\SDL_syssem.c"
RelativePath="..\..\src\thread\windows\SDL_syssem.c"
>
</File>
<File
RelativePath="..\..\src\thread\win32\SDL_systhread.c"
RelativePath="..\..\src\thread\windows\SDL_systhread.c"
>
</File>
<File
@ -1108,11 +1108,11 @@
>
</File>
<File
RelativePath="..\..\src\thread\win32\SDL_systhread_c.h"
RelativePath="..\..\src\thread\windows\SDL_systhread_c.h"
>
</File>
<File
RelativePath="..\..\src\timer\win32\SDL_systimer.c"
RelativePath="..\..\src\timer\windows\SDL_systimer.c"
>
</File>
<File
@ -1152,7 +1152,7 @@
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_vkeys.h"
RelativePath="..\..\src\video\windows\SDL_vkeys.h"
>
</File>
<File
@ -1164,83 +1164,83 @@
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32clipboard.c"
RelativePath="..\..\src\video\windows\SDL_windowsclipboard.c"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32clipboard.h"
RelativePath="..\..\src\video\windows\SDL_windowsclipboard.h"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32events.c"
RelativePath="..\..\src\video\windows\SDL_windowsevents.c"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32events.h"
RelativePath="..\..\src\video\windows\SDL_windowsevents.h"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32gamma.c"
RelativePath="..\..\src\video\windows\SDL_windowsgamma.c"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32gamma.h"
RelativePath="..\..\src\video\windows\SDL_windowsgamma.h"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32keyboard.c"
RelativePath="..\..\src\video\windows\SDL_windowskeyboard.c"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32keyboard.h"
RelativePath="..\..\src\video\windows\SDL_windowskeyboard.h"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32modes.c"
RelativePath="..\..\src\video\windows\SDL_windowsmodes.c"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32modes.h"
RelativePath="..\..\src\video\windows\SDL_windowsmodes.h"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32mouse.c"
RelativePath="..\..\src\video\windows\SDL_windowsmouse.c"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32mouse.h"
RelativePath="..\..\src\video\windows\SDL_windowsmouse.h"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32opengl.c"
RelativePath="..\..\src\video\windows\SDL_windowsopengl.c"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32opengl.h"
RelativePath="..\..\src\video\windows\SDL_windowsopengl.h"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32shape.c"
RelativePath="..\..\src\video\windows\SDL_windowsshape.c"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32shape.h"
RelativePath="..\..\src\video\windows\SDL_windowsshape.h"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32video.c"
RelativePath="..\..\src\video\windows\SDL_windowsvideo.c"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32video.h"
RelativePath="..\..\src\video\windows\SDL_windowsvideo.h"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32window.c"
RelativePath="..\..\src\video\windows\SDL_windowswindow.c"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32window.h"
RelativePath="..\..\src\video\windows\SDL_windowswindow.h"
>
</File>
<File
@ -1264,7 +1264,7 @@
>
</File>
<File
RelativePath="..\..\src\video\win32\wmmsg.h"
RelativePath="..\..\src\video\windows\wmmsg.h"
>
</File>
</Files>

View file

@ -30,7 +30,7 @@
<Tool
Name="VCPreBuildEventTool"
Description="Making sure basic SDL headers are in place..."
CommandLine="if exist &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot; goto SDLCONFIGOKAY&#x0D;&#x0A;echo Copying SDL_config_win32.h to SDL_config.h...&#x0D;&#x0A;copy &quot;$(ProjectDir)\..\..\include\SDL_config_win32.h&quot; &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot;&#x0D;&#x0A;:SDLCONFIGOKAY&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot; goto SDLREVISIONOKAY&#x0D;&#x0A;echo Creating stub SDL_revision.h file...&#x0D;&#x0A;echo #define SDL_REVISION 0 &gt;&quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot;&#x0D;&#x0A;:SDLREVISIONOKAY&#x0D;&#x0A;"
CommandLine="if exist &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot; goto SDLCONFIGOKAY&#x0D;&#x0A;echo Copying SDL_config_windows.h to SDL_config.h...&#x0D;&#x0A;copy &quot;$(ProjectDir)\..\..\include\SDL_config_windows.h&quot; &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot;&#x0D;&#x0A;:SDLCONFIGOKAY&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot; goto SDLREVISIONOKAY&#x0D;&#x0A;echo Creating stub SDL_revision.h file...&#x0D;&#x0A;echo #define SDL_REVISION 0 &gt;&quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot;&#x0D;&#x0A;:SDLREVISIONOKAY&#x0D;&#x0A;"
/>
<Tool
Name="VCCustomBuildTool"
@ -201,7 +201,7 @@
<Tool
Name="VCPreBuildEventTool"
Description="Making sure basic SDL headers are in place..."
CommandLine="if exist &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot; goto SDLCONFIGOKAY&#x0D;&#x0A;echo Copying SDL_config_win32.h to SDL_config.h...&#x0D;&#x0A;copy &quot;$(ProjectDir)\..\..\include\SDL_config_win32.h&quot; &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot;&#x0D;&#x0A;:SDLCONFIGOKAY&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot; goto SDLREVISIONOKAY&#x0D;&#x0A;echo Creating stub SDL_revision.h file...&#x0D;&#x0A;echo #define SDL_REVISION 0 &gt;&quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot;&#x0D;&#x0A;:SDLREVISIONOKAY&#x0D;&#x0A;"
CommandLine="if exist &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot; goto SDLCONFIGOKAY&#x0D;&#x0A;echo Copying SDL_config_windows.h to SDL_config.h...&#x0D;&#x0A;copy &quot;$(ProjectDir)\..\..\include\SDL_config_windows.h&quot; &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot;&#x0D;&#x0A;:SDLCONFIGOKAY&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot; goto SDLREVISIONOKAY&#x0D;&#x0A;echo Creating stub SDL_revision.h file...&#x0D;&#x0A;echo #define SDL_REVISION 0 &gt;&quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot;&#x0D;&#x0A;:SDLREVISIONOKAY&#x0D;&#x0A;"
/>
<Tool
Name="VCCustomBuildTool"
@ -398,7 +398,7 @@
>
</File>
<File
RelativePath="..\..\include\SDL_config_win32.h"
RelativePath="..\..\include\SDL_config_windows.h"
>
</File>
<File
@ -751,11 +751,11 @@
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_d3drender.c"
RelativePath="..\..\src\video\windows\SDL_d3drender.c"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_d3drender.h"
RelativePath="..\..\src\video\windows\SDL_d3drender.h"
>
</File>
<File
@ -807,7 +807,7 @@
>
</File>
<File
RelativePath="..\..\src\joystick\win32\SDL_dxjoystick.c"
RelativePath="..\..\src\joystick\windows\SDL_dxjoystick.c"
>
</File>
<File
@ -843,11 +843,11 @@
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_gdirender.c"
RelativePath="..\..\src\video\windows\SDL_gdirender.c"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_gdirender.h"
RelativePath="..\..\src\video\windows\SDL_gdirender.h"
>
</File>
<File
@ -931,7 +931,7 @@
>
</File>
<File
RelativePath="..\..\src\joystick\win32\SDL_mmjoystick.c"
RelativePath="..\..\src\joystick\windows\SDL_mmjoystick.c"
>
</File>
<File
@ -1059,7 +1059,7 @@
>
</File>
<File
RelativePath="..\..\src\haptic\win32\SDL_syshaptic.c"
RelativePath="..\..\src\haptic\windows\SDL_syshaptic.c"
>
</File>
<File
@ -1071,11 +1071,11 @@
>
</File>
<File
RelativePath="..\..\src\loadso\win32\SDL_sysloadso.c"
RelativePath="..\..\src\loadso\windows\SDL_sysloadso.c"
>
</File>
<File
RelativePath="..\..\src\thread\win32\SDL_sysmutex.c"
RelativePath="..\..\src\thread\windows\SDL_sysmutex.c"
>
</File>
<File
@ -1083,11 +1083,11 @@
>
</File>
<File
RelativePath="..\..\src\thread\win32\SDL_syssem.c"
RelativePath="..\..\src\thread\windows\SDL_syssem.c"
>
</File>
<File
RelativePath="..\..\src\thread\win32\SDL_systhread.c"
RelativePath="..\..\src\thread\windows\SDL_systhread.c"
>
</File>
<File
@ -1095,11 +1095,11 @@
>
</File>
<File
RelativePath="..\..\src\thread\win32\SDL_systhread_c.h"
RelativePath="..\..\src\thread\windows\SDL_systhread_c.h"
>
</File>
<File
RelativePath="..\..\src\timer\win32\SDL_systimer.c"
RelativePath="..\..\src\timer\windows\SDL_systimer.c"
>
</File>
<File
@ -1139,7 +1139,7 @@
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_vkeys.h"
RelativePath="..\..\src\video\windows\SDL_vkeys.h"
>
</File>
<File
@ -1151,83 +1151,83 @@
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32clipboard.c"
RelativePath="..\..\src\video\windows\SDL_windowsclipboard.c"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32clipboard.h"
RelativePath="..\..\src\video\windows\SDL_windowsclipboard.h"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32events.c"
RelativePath="..\..\src\video\windows\SDL_windowsevents.c"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32events.h"
RelativePath="..\..\src\video\windows\SDL_windowsevents.h"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32gamma.c"
RelativePath="..\..\src\video\windows\SDL_windowsgamma.c"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32gamma.h"
RelativePath="..\..\src\video\windows\SDL_windowsgamma.h"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32keyboard.c"
RelativePath="..\..\src\video\windows\SDL_windowskeyboard.c"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32keyboard.h"
RelativePath="..\..\src\video\windows\SDL_windowskeyboard.h"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32modes.c"
RelativePath="..\..\src\video\windows\SDL_windowsmodes.c"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32modes.h"
RelativePath="..\..\src\video\windows\SDL_windowsmodes.h"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32mouse.c"
RelativePath="..\..\src\video\windows\SDL_windowsmouse.c"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32mouse.h"
RelativePath="..\..\src\video\windows\SDL_windowsmouse.h"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32opengl.c"
RelativePath="..\..\src\video\windows\SDL_windowsopengl.c"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32opengl.h"
RelativePath="..\..\src\video\windows\SDL_windowsopengl.h"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32shape.c"
RelativePath="..\..\src\video\windows\SDL_windowsshape.c"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32shape.h"
RelativePath="..\..\src\video\windows\SDL_windowsshape.h"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32video.c"
RelativePath="..\..\src\video\windows\SDL_windowsvideo.c"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32video.h"
RelativePath="..\..\src\video\windows\SDL_windowsvideo.h"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32window.c"
RelativePath="..\..\src\video\windows\SDL_windowswindow.c"
>
</File>
<File
RelativePath="..\..\src\video\win32\SDL_win32window.h"
RelativePath="..\..\src\video\windows\SDL_windowswindow.h"
>
</File>
<File
@ -1251,7 +1251,7 @@
>
</File>
<File
RelativePath="..\..\src\video\win32\wmmsg.h"
RelativePath="..\..\src\video\windows\wmmsg.h"
>
</File>
</Files>

View file

@ -75,8 +75,8 @@
<PreBuildEvent>
<Message>Making sure basic SDL headers are in place...</Message>
<Command>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"
echo Copying SDL_config_windows.h to SDL_config.h...
copy "$(ProjectDir)\..\..\include\SDL_config_windows.h" "$(ProjectDir)\..\..\include\SDL_config.h"
:SDLCONFIGOKAY
if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
@ -155,8 +155,8 @@ echo #define SDL_REVISION 0 &gt;"$(ProjectDir)\..\..\include\SDL_revision.h"
<PreBuildEvent>
<Message>Making sure basic SDL headers are in place...</Message>
<Command>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"
echo Copying SDL_config_windows.h to SDL_config.h...
copy "$(ProjectDir)\..\..\include\SDL_config_windows.h" "$(ProjectDir)\..\..\include\SDL_config.h"
:SDLCONFIGOKAY
if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
@ -238,7 +238,7 @@ echo #define SDL_REVISION 0 &gt;"$(ProjectDir)\..\..\include\SDL_revision.h"
<ClInclude Include="..\..\include\SDL_clipboard.h" />
<ClInclude Include="..\..\include\SDL_compat.h" />
<ClInclude Include="..\..\include\SDL_config.h" />
<ClInclude Include="..\..\include\SDL_config_win32.h" />
<ClInclude Include="..\..\include\SDL_config_windows.h" />
<ClInclude Include="..\..\include\SDL_copying.h" />
<ClInclude Include="..\..\include\SDL_cpuinfo.h" />
<ClInclude Include="..\..\include\SDL_endian.h" />
@ -290,7 +290,7 @@ echo #define SDL_REVISION 0 &gt;"$(ProjectDir)\..\..\include\SDL_revision.h"
<ClInclude Include="..\..\src\video\SDL_blit_copy.h" />
<ClInclude Include="..\..\src\video\SDL_blit_slow.h" />
<ClInclude Include="..\..\src\video\SDL_shape_internals.h" />
<ClInclude Include="..\..\src\video\win32\SDL_d3drender.h" />
<ClInclude Include="..\..\src\video\windows\SDL_d3drender.h" />
<ClInclude Include="..\..\src\audio\windib\SDL_dibaudio.h" />
<ClInclude Include="..\..\src\audio\disk\SDL_diskaudio.h" />
<ClInclude Include="..\..\src\video\SDL_draw.h" />
@ -299,7 +299,7 @@ echo #define SDL_REVISION 0 &gt;"$(ProjectDir)\..\..\include\SDL_revision.h"
<ClInclude Include="..\..\src\SDL_error_c.h" />
<ClInclude Include="..\..\src\events\SDL_events_c.h" />
<ClInclude Include="..\..\src\SDL_fatal.h" />
<ClInclude Include="..\..\src\video\win32\SDL_gdirender.h" />
<ClInclude Include="..\..\src\video\windows\SDL_gdirender.h" />
<ClInclude Include="..\..\src\video\SDL_glesfuncs.h" />
<ClInclude Include="..\..\src\video\SDL_glfuncs.h" />
<ClInclude Include="..\..\src\joystick\SDL_joystick_c.h" />
@ -323,26 +323,26 @@ echo #define SDL_REVISION 0 &gt;"$(ProjectDir)\..\..\include\SDL_revision.h"
<ClInclude Include="..\..\src\haptic\SDL_syshaptic.h" />
<ClInclude Include="..\..\src\joystick\SDL_sysjoystick.h" />
<ClInclude Include="..\..\src\thread\SDL_systhread.h" />
<ClInclude Include="..\..\src\thread\win32\SDL_systhread_c.h" />
<ClInclude Include="..\..\src\thread\windows\SDL_systhread_c.h" />
<ClInclude Include="..\..\src\timer\SDL_systimer.h" />
<ClInclude Include="..\..\src\video\SDL_sysvideo.h" />
<ClInclude Include="..\..\src\thread\SDL_thread_c.h" />
<ClInclude Include="..\..\src\timer\SDL_timer_c.h" />
<ClInclude Include="..\..\src\video\win32\SDL_vkeys.h" />
<ClInclude Include="..\..\src\video\windows\SDL_vkeys.h" />
<ClInclude Include="..\..\src\audio\SDL_wave.h" />
<ClInclude Include="..\..\src\video\win32\SDL_win32clipboard.h" />
<ClInclude Include="..\..\src\video\win32\SDL_win32events.h" />
<ClInclude Include="..\..\src\video\win32\SDL_win32gamma.h" />
<ClInclude Include="..\..\src\video\win32\SDL_win32keyboard.h" />
<ClInclude Include="..\..\src\video\win32\SDL_win32modes.h" />
<ClInclude Include="..\..\src\video\win32\SDL_win32mouse.h" />
<ClInclude Include="..\..\src\video\win32\SDL_win32opengl.h" />
<ClInclude Include="..\..\src\video\win32\SDL_win32shape.h" />
<ClInclude Include="..\..\src\video\win32\SDL_win32video.h" />
<ClInclude Include="..\..\src\video\win32\SDL_win32window.h" />
<ClInclude Include="..\..\src\video\windows\SDL_windowsclipboard.h" />
<ClInclude Include="..\..\src\video\windows\SDL_windowsevents.h" />
<ClInclude Include="..\..\src\video\windows\SDL_windowsgamma.h" />
<ClInclude Include="..\..\src\video\windows\SDL_windowskeyboard.h" />
<ClInclude Include="..\..\src\video\windows\SDL_windowsmodes.h" />
<ClInclude Include="..\..\src\video\windows\SDL_windowsmouse.h" />
<ClInclude Include="..\..\src\video\windows\SDL_windowsopengl.h" />
<ClInclude Include="..\..\src\video\windows\SDL_windowsshape.h" />
<ClInclude Include="..\..\src\video\windows\SDL_windowsvideo.h" />
<ClInclude Include="..\..\src\video\windows\SDL_windowswindow.h" />
<ClInclude Include="..\..\src\events\SDL_windowevents_c.h" />
<ClInclude Include="..\..\src\video\SDL_yuv_sw_c.h" />
<ClInclude Include="..\..\src\video\win32\wmmsg.h" />
<ClInclude Include="..\..\src\video\windows\wmmsg.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\src\events\SDL_clipboardevents.c" />
@ -389,7 +389,7 @@ echo #define SDL_REVISION 0 &gt;"$(ProjectDir)\..\..\include\SDL_revision.h"
<ClCompile Include="..\..\src\cpuinfo\SDL_cpuinfo.c" />
<ClCompile Include="..\..\src\video\SDL_clipboard.c" />
<ClCompile Include="..\..\src\video\SDL_shape.c" />
<ClCompile Include="..\..\src\video\win32\SDL_d3drender.c" />
<ClCompile Include="..\..\src\video\windows\SDL_d3drender.c" />
<ClCompile Include="..\..\src\audio\windib\SDL_dibaudio.c" />
<ClCompile Include="..\..\src\audio\disk\SDL_diskaudio.c" />
<ClCompile Include="..\..\src\video\SDL_drawline.c" />
@ -397,13 +397,13 @@ echo #define SDL_REVISION 0 &gt;"$(ProjectDir)\..\..\include\SDL_revision.h"
<ClCompile Include="..\..\src\video\SDL_drawrect.c" />
<ClCompile Include="..\..\src\audio\dummy\SDL_dummyaudio.c" />
<ClCompile Include="..\..\src\audio\windx5\SDL_dx5audio.c" />
<ClCompile Include="..\..\src\joystick\win32\SDL_dxjoystick.c" />
<ClCompile Include="..\..\src\joystick\windows\SDL_dxjoystick.c" />
<ClCompile Include="..\..\src\SDL_error.c" />
<ClCompile Include="..\..\src\events\SDL_events.c" />
<ClCompile Include="..\..\src\SDL_fatal.c" />
<ClCompile Include="..\..\src\video\SDL_fillrect.c" />
<ClCompile Include="..\..\src\video\SDL_gamma.c" />
<ClCompile Include="..\..\src\video\win32\SDL_gdirender.c" />
<ClCompile Include="..\..\src\video\windows\SDL_gdirender.c" />
<ClCompile Include="..\..\src\stdlib\SDL_getenv.c" />
<ClCompile Include="..\..\src\haptic\SDL_haptic.c" />
<ClCompile Include="..\..\src\stdlib\SDL_iconv.c" />
@ -414,7 +414,7 @@ echo #define SDL_REVISION 0 &gt;"$(ProjectDir)\..\..\include\SDL_revision.h"
<ClCompile Include="..\..\src\audio\SDL_mixer_m68k.c" />
<ClCompile Include="..\..\src\audio\SDL_mixer_MMX.c" />
<ClCompile Include="..\..\src\audio\SDL_mixer_MMX_VC.c" />
<ClCompile Include="..\..\src\joystick\win32\SDL_mmjoystick.c" />
<ClCompile Include="..\..\src\joystick\windows\SDL_mmjoystick.c" />
<ClCompile Include="..\..\src\events\SDL_mouse.c" />
<ClCompile Include="..\..\src\video\dummy\SDL_nullevents.c" />
<ClCompile Include="..\..\src\video\dummy\SDL_nullrender.c" />
@ -432,27 +432,27 @@ echo #define SDL_REVISION 0 &gt;"$(ProjectDir)\..\..\include\SDL_revision.h"
<ClCompile Include="..\..\src\video\SDL_stretch.c" />
<ClCompile Include="..\..\src\stdlib\SDL_string.c" />
<ClCompile Include="..\..\src\video\SDL_surface.c" />
<ClCompile Include="..\..\src\haptic\win32\SDL_syshaptic.c" />
<ClCompile Include="..\..\src\loadso\win32\SDL_sysloadso.c" />
<ClCompile Include="..\..\src\thread\win32\SDL_sysmutex.c" />
<ClCompile Include="..\..\src\haptic\windows\SDL_syshaptic.c" />
<ClCompile Include="..\..\src\loadso\windows\SDL_sysloadso.c" />
<ClCompile Include="..\..\src\thread\windows\SDL_sysmutex.c" />
<ClCompile Include="..\..\src\power\windows\SDL_syspower.c" />
<ClCompile Include="..\..\src\thread\win32\SDL_syssem.c" />
<ClCompile Include="..\..\src\thread\win32\SDL_systhread.c" />
<ClCompile Include="..\..\src\timer\win32\SDL_systimer.c" />
<ClCompile Include="..\..\src\thread\windows\SDL_syssem.c" />
<ClCompile Include="..\..\src\thread\windows\SDL_systhread.c" />
<ClCompile Include="..\..\src\timer\windows\SDL_systimer.c" />
<ClCompile Include="..\..\src\thread\SDL_thread.c" />
<ClCompile Include="..\..\src\timer\SDL_timer.c" />
<ClCompile Include="..\..\src\video\SDL_video.c" />
<ClCompile Include="..\..\src\audio\SDL_wave.c" />
<ClCompile Include="..\..\src\video\win32\SDL_win32clipboard.c" />
<ClCompile Include="..\..\src\video\win32\SDL_win32events.c" />
<ClCompile Include="..\..\src\video\win32\SDL_win32gamma.c" />
<ClCompile Include="..\..\src\video\win32\SDL_win32keyboard.c" />
<ClCompile Include="..\..\src\video\win32\SDL_win32modes.c" />
<ClCompile Include="..\..\src\video\win32\SDL_win32mouse.c" />
<ClCompile Include="..\..\src\video\win32\SDL_win32opengl.c" />
<ClCompile Include="..\..\src\video\win32\SDL_win32shape.c" />
<ClCompile Include="..\..\src\video\win32\SDL_win32video.c" />
<ClCompile Include="..\..\src\video\win32\SDL_win32window.c" />
<ClCompile Include="..\..\src\video\windows\SDL_windowsclipboard.c" />
<ClCompile Include="..\..\src\video\windows\SDL_windowsevents.c" />
<ClCompile Include="..\..\src\video\windows\SDL_windowsgamma.c" />
<ClCompile Include="..\..\src\video\windows\SDL_windowskeyboard.c" />
<ClCompile Include="..\..\src\video\windows\SDL_windowsmodes.c" />
<ClCompile Include="..\..\src\video\windows\SDL_windowsmouse.c" />
<ClCompile Include="..\..\src\video\windows\SDL_windowsopengl.c" />
<ClCompile Include="..\..\src\video\windows\SDL_windowsshape.c" />
<ClCompile Include="..\..\src\video\windows\SDL_windowsvideo.c" />
<ClCompile Include="..\..\src\video\windows\SDL_windowswindow.c" />
<ClCompile Include="..\..\src\events\SDL_windowevents.c" />
<ClCompile Include="..\..\src\video\SDL_yuv_mmx.c" />
<ClCompile Include="..\..\src\video\SDL_yuv_sw.c" />
@ -460,4 +460,4 @@ echo #define SDL_REVISION 0 &gt;"$(ProjectDir)\..\..\include\SDL_revision.h"
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>