Mercurial > sdl-ios-xcode
comparison VisualC/SDL/SDL_VS2008.vcproj @ 5062:e8916fe9cfc8
Fixed bug #925
Changed "win32" to "windows"
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 20 Jan 2011 18:04:05 -0800 |
parents | fc26fb7e20af |
children | 327f181542f1 |
comparison
equal
deleted
inserted
replaced
5061:9e9940eae455 | 5062:e8916fe9cfc8 |
---|---|
28 ATLMinimizesCRunTimeLibraryUsage="false" | 28 ATLMinimizesCRunTimeLibraryUsage="false" |
29 > | 29 > |
30 <Tool | 30 <Tool |
31 Name="VCPreBuildEventTool" | 31 Name="VCPreBuildEventTool" |
32 Description="Making sure basic SDL headers are in place..." | 32 Description="Making sure basic SDL headers are in place..." |
33 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
" | 33 CommandLine="if exist "$(ProjectDir)\..\..\include\SDL_config.h" goto SDLCONFIGOKAY
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
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
" |
34 /> | 34 /> |
35 <Tool | 35 <Tool |
36 Name="VCCustomBuildTool" | 36 Name="VCCustomBuildTool" |
37 /> | 37 /> |
38 <Tool | 38 <Tool |
199 ATLMinimizesCRunTimeLibraryUsage="false" | 199 ATLMinimizesCRunTimeLibraryUsage="false" |
200 > | 200 > |
201 <Tool | 201 <Tool |
202 Name="VCPreBuildEventTool" | 202 Name="VCPreBuildEventTool" |
203 Description="Making sure basic SDL headers are in place..." | 203 Description="Making sure basic SDL headers are in place..." |
204 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
" | 204 CommandLine="if exist "$(ProjectDir)\..\..\include\SDL_config.h" goto SDLCONFIGOKAY
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
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION 0 >"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
" |
205 /> | 205 /> |
206 <Tool | 206 <Tool |
207 Name="VCCustomBuildTool" | 207 Name="VCCustomBuildTool" |
208 /> | 208 /> |
209 <Tool | 209 <Tool |
396 <File | 396 <File |
397 RelativePath="..\..\include\SDL_config.h" | 397 RelativePath="..\..\include\SDL_config.h" |
398 > | 398 > |
399 </File> | 399 </File> |
400 <File | 400 <File |
401 RelativePath="..\..\include\SDL_config_win32.h" | 401 RelativePath="..\..\include\SDL_config_windows.h" |
402 > | 402 > |
403 </File> | 403 </File> |
404 <File | 404 <File |
405 RelativePath="..\..\include\SDL_copying.h" | 405 RelativePath="..\..\include\SDL_copying.h" |
406 > | 406 > |
749 <File | 749 <File |
750 RelativePath="..\..\src\cpuinfo\SDL_cpuinfo.c" | 750 RelativePath="..\..\src\cpuinfo\SDL_cpuinfo.c" |
751 > | 751 > |
752 </File> | 752 </File> |
753 <File | 753 <File |
754 RelativePath="..\..\src\video\win32\SDL_d3drender.c" | 754 RelativePath="..\..\src\video\windows\SDL_d3drender.c" |
755 > | 755 > |
756 </File> | 756 </File> |
757 <File | 757 <File |
758 RelativePath="..\..\src\video\win32\SDL_d3drender.h" | 758 RelativePath="..\..\src\video\windows\SDL_d3drender.h" |
759 > | 759 > |
760 </File> | 760 </File> |
761 <File | 761 <File |
762 RelativePath="..\..\src\audio\windib\SDL_dibaudio.c" | 762 RelativePath="..\..\src\audio\windib\SDL_dibaudio.c" |
763 > | 763 > |
805 <File | 805 <File |
806 RelativePath="..\..\src\audio\windx5\SDL_dx5audio.h" | 806 RelativePath="..\..\src\audio\windx5\SDL_dx5audio.h" |
807 > | 807 > |
808 </File> | 808 </File> |
809 <File | 809 <File |
810 RelativePath="..\..\src\joystick\win32\SDL_dxjoystick.c" | 810 RelativePath="..\..\src\joystick\windows\SDL_dxjoystick.c" |
811 > | 811 > |
812 </File> | 812 </File> |
813 <File | 813 <File |
814 RelativePath="..\..\src\SDL_error.c" | 814 RelativePath="..\..\src\SDL_error.c" |
815 > | 815 > |
841 <File | 841 <File |
842 RelativePath="..\..\src\video\SDL_gamma.c" | 842 RelativePath="..\..\src\video\SDL_gamma.c" |
843 > | 843 > |
844 </File> | 844 </File> |
845 <File | 845 <File |
846 RelativePath="..\..\src\video\win32\SDL_gdirender.c" | 846 RelativePath="..\..\src\video\windows\SDL_gdirender.c" |
847 > | 847 > |
848 </File> | 848 </File> |
849 <File | 849 <File |
850 RelativePath="..\..\src\video\win32\SDL_gdirender.h" | 850 RelativePath="..\..\src\video\windows\SDL_gdirender.h" |
851 > | 851 > |
852 </File> | 852 </File> |
853 <File | 853 <File |
854 RelativePath="..\..\src\events\SDL_gesture.c" | 854 RelativePath="..\..\src\events\SDL_gesture.c" |
855 > | 855 > |
929 <File | 929 <File |
930 RelativePath="..\..\src\audio\SDL_mixer_MMX_VC.h" | 930 RelativePath="..\..\src\audio\SDL_mixer_MMX_VC.h" |
931 > | 931 > |
932 </File> | 932 </File> |
933 <File | 933 <File |
934 RelativePath="..\..\src\joystick\win32\SDL_mmjoystick.c" | 934 RelativePath="..\..\src\joystick\windows\SDL_mmjoystick.c" |
935 > | 935 > |
936 </File> | 936 </File> |
937 <File | 937 <File |
938 RelativePath="..\..\src\events\SDL_mouse.c" | 938 RelativePath="..\..\src\events\SDL_mouse.c" |
939 > | 939 > |
1057 <File | 1057 <File |
1058 RelativePath="..\..\src\events\SDL_sysevents.h" | 1058 RelativePath="..\..\src\events\SDL_sysevents.h" |
1059 > | 1059 > |
1060 </File> | 1060 </File> |
1061 <File | 1061 <File |
1062 RelativePath="..\..\src\haptic\win32\SDL_syshaptic.c" | 1062 RelativePath="..\..\src\haptic\windows\SDL_syshaptic.c" |
1063 > | 1063 > |
1064 </File> | 1064 </File> |
1065 <File | 1065 <File |
1066 RelativePath="..\..\src\haptic\SDL_syshaptic.h" | 1066 RelativePath="..\..\src\haptic\SDL_syshaptic.h" |
1067 > | 1067 > |
1069 <File | 1069 <File |
1070 RelativePath="..\..\src\joystick\SDL_sysjoystick.h" | 1070 RelativePath="..\..\src\joystick\SDL_sysjoystick.h" |
1071 > | 1071 > |
1072 </File> | 1072 </File> |
1073 <File | 1073 <File |
1074 RelativePath="..\..\src\loadso\win32\SDL_sysloadso.c" | 1074 RelativePath="..\..\src\loadso\windows\SDL_sysloadso.c" |
1075 > | 1075 > |
1076 </File> | 1076 </File> |
1077 <File | 1077 <File |
1078 RelativePath="..\..\src\thread\win32\SDL_sysmutex.c" | 1078 RelativePath="..\..\src\thread\windows\SDL_sysmutex.c" |
1079 > | 1079 > |
1080 </File> | 1080 </File> |
1081 <File | 1081 <File |
1082 RelativePath="..\..\src\power\windows\SDL_syspower.c" | 1082 RelativePath="..\..\src\power\windows\SDL_syspower.c" |
1083 > | 1083 > |
1084 </File> | 1084 </File> |
1085 <File | 1085 <File |
1086 RelativePath="..\..\src\thread\win32\SDL_syssem.c" | 1086 RelativePath="..\..\src\thread\windows\SDL_syssem.c" |
1087 > | 1087 > |
1088 </File> | 1088 </File> |
1089 <File | 1089 <File |
1090 RelativePath="..\..\src\thread\win32\SDL_systhread.c" | 1090 RelativePath="..\..\src\thread\windows\SDL_systhread.c" |
1091 > | 1091 > |
1092 </File> | 1092 </File> |
1093 <File | 1093 <File |
1094 RelativePath="..\..\src\thread\SDL_systhread.h" | 1094 RelativePath="..\..\src\thread\SDL_systhread.h" |
1095 > | 1095 > |
1096 </File> | 1096 </File> |
1097 <File | 1097 <File |
1098 RelativePath="..\..\src\thread\win32\SDL_systhread_c.h" | 1098 RelativePath="..\..\src\thread\windows\SDL_systhread_c.h" |
1099 > | 1099 > |
1100 </File> | 1100 </File> |
1101 <File | 1101 <File |
1102 RelativePath="..\..\src\timer\win32\SDL_systimer.c" | 1102 RelativePath="..\..\src\timer\windows\SDL_systimer.c" |
1103 > | 1103 > |
1104 </File> | 1104 </File> |
1105 <File | 1105 <File |
1106 RelativePath="..\..\src\timer\SDL_systimer.h" | 1106 RelativePath="..\..\src\timer\SDL_systimer.h" |
1107 > | 1107 > |
1137 <File | 1137 <File |
1138 RelativePath="..\..\src\video\SDL_video.c" | 1138 RelativePath="..\..\src\video\SDL_video.c" |
1139 > | 1139 > |
1140 </File> | 1140 </File> |
1141 <File | 1141 <File |
1142 RelativePath="..\..\src\video\win32\SDL_vkeys.h" | 1142 RelativePath="..\..\src\video\windows\SDL_vkeys.h" |
1143 > | 1143 > |
1144 </File> | 1144 </File> |
1145 <File | 1145 <File |
1146 RelativePath="..\..\src\audio\SDL_wave.c" | 1146 RelativePath="..\..\src\audio\SDL_wave.c" |
1147 > | 1147 > |
1149 <File | 1149 <File |
1150 RelativePath="..\..\src\audio\SDL_wave.h" | 1150 RelativePath="..\..\src\audio\SDL_wave.h" |
1151 > | 1151 > |
1152 </File> | 1152 </File> |
1153 <File | 1153 <File |
1154 RelativePath="..\..\src\video\win32\SDL_win32clipboard.c" | 1154 RelativePath="..\..\src\video\windows\SDL_windowsclipboard.c" |
1155 > | 1155 > |
1156 </File> | 1156 </File> |
1157 <File | 1157 <File |
1158 RelativePath="..\..\src\video\win32\SDL_win32clipboard.h" | 1158 RelativePath="..\..\src\video\windows\SDL_windowsclipboard.h" |
1159 > | 1159 > |
1160 </File> | 1160 </File> |
1161 <File | 1161 <File |
1162 RelativePath="..\..\src\video\win32\SDL_win32events.c" | 1162 RelativePath="..\..\src\video\windows\SDL_windowsevents.c" |
1163 > | 1163 > |
1164 </File> | 1164 </File> |
1165 <File | 1165 <File |
1166 RelativePath="..\..\src\video\win32\SDL_win32events.h" | 1166 RelativePath="..\..\src\video\windows\SDL_windowsevents.h" |
1167 > | 1167 > |
1168 </File> | 1168 </File> |
1169 <File | 1169 <File |
1170 RelativePath="..\..\src\video\win32\SDL_win32gamma.c" | 1170 RelativePath="..\..\src\video\windows\SDL_windowsgamma.c" |
1171 > | 1171 > |
1172 </File> | 1172 </File> |
1173 <File | 1173 <File |
1174 RelativePath="..\..\src\video\win32\SDL_win32gamma.h" | 1174 RelativePath="..\..\src\video\windows\SDL_windowsgamma.h" |
1175 > | 1175 > |
1176 </File> | 1176 </File> |
1177 <File | 1177 <File |
1178 RelativePath="..\..\src\video\win32\SDL_win32keyboard.c" | 1178 RelativePath="..\..\src\video\windows\SDL_windowskeyboard.c" |
1179 > | 1179 > |
1180 </File> | 1180 </File> |
1181 <File | 1181 <File |
1182 RelativePath="..\..\src\video\win32\SDL_win32keyboard.h" | 1182 RelativePath="..\..\src\video\windows\SDL_windowskeyboard.h" |
1183 > | 1183 > |
1184 </File> | 1184 </File> |
1185 <File | 1185 <File |
1186 RelativePath="..\..\src\video\win32\SDL_win32modes.c" | 1186 RelativePath="..\..\src\video\windows\SDL_windowsmodes.c" |
1187 > | 1187 > |
1188 </File> | 1188 </File> |
1189 <File | 1189 <File |
1190 RelativePath="..\..\src\video\win32\SDL_win32modes.h" | 1190 RelativePath="..\..\src\video\windows\SDL_windowsmodes.h" |
1191 > | 1191 > |
1192 </File> | 1192 </File> |
1193 <File | 1193 <File |
1194 RelativePath="..\..\src\video\win32\SDL_win32mouse.c" | 1194 RelativePath="..\..\src\video\windows\SDL_windowsmouse.c" |
1195 > | 1195 > |
1196 </File> | 1196 </File> |
1197 <File | 1197 <File |
1198 RelativePath="..\..\src\video\win32\SDL_win32mouse.h" | 1198 RelativePath="..\..\src\video\windows\SDL_windowsmouse.h" |
1199 > | 1199 > |
1200 </File> | 1200 </File> |
1201 <File | 1201 <File |
1202 RelativePath="..\..\src\video\win32\SDL_win32opengl.c" | 1202 RelativePath="..\..\src\video\windows\SDL_windowsopengl.c" |
1203 > | 1203 > |
1204 </File> | 1204 </File> |
1205 <File | 1205 <File |
1206 RelativePath="..\..\src\video\win32\SDL_win32opengl.h" | 1206 RelativePath="..\..\src\video\windows\SDL_windowsopengl.h" |
1207 > | 1207 > |
1208 </File> | 1208 </File> |
1209 <File | 1209 <File |
1210 RelativePath="..\..\src\video\win32\SDL_win32shape.c" | 1210 RelativePath="..\..\src\video\windows\SDL_windowsshape.c" |
1211 > | 1211 > |
1212 </File> | 1212 </File> |
1213 <File | 1213 <File |
1214 RelativePath="..\..\src\video\win32\SDL_win32shape.h" | 1214 RelativePath="..\..\src\video\windows\SDL_windowsshape.h" |
1215 > | 1215 > |
1216 </File> | 1216 </File> |
1217 <File | 1217 <File |
1218 RelativePath="..\..\src\video\win32\SDL_win32video.c" | 1218 RelativePath="..\..\src\video\windows\SDL_windowsvideo.c" |
1219 > | 1219 > |
1220 </File> | 1220 </File> |
1221 <File | 1221 <File |
1222 RelativePath="..\..\src\video\win32\SDL_win32video.h" | 1222 RelativePath="..\..\src\video\windows\SDL_windowsvideo.h" |
1223 > | 1223 > |
1224 </File> | 1224 </File> |
1225 <File | 1225 <File |
1226 RelativePath="..\..\src\video\win32\SDL_win32window.c" | 1226 RelativePath="..\..\src\video\windows\SDL_windowswindow.c" |
1227 > | 1227 > |
1228 </File> | 1228 </File> |
1229 <File | 1229 <File |
1230 RelativePath="..\..\src\video\win32\SDL_win32window.h" | 1230 RelativePath="..\..\src\video\windows\SDL_windowswindow.h" |
1231 > | 1231 > |
1232 </File> | 1232 </File> |
1233 <File | 1233 <File |
1234 RelativePath="..\..\src\events\SDL_windowevents.c" | 1234 RelativePath="..\..\src\events\SDL_windowevents.c" |
1235 > | 1235 > |
1249 <File | 1249 <File |
1250 RelativePath="..\..\src\video\SDL_yuv_sw_c.h" | 1250 RelativePath="..\..\src\video\SDL_yuv_sw_c.h" |
1251 > | 1251 > |
1252 </File> | 1252 </File> |
1253 <File | 1253 <File |
1254 RelativePath="..\..\src\video\win32\wmmsg.h" | 1254 RelativePath="..\..\src\video\windows\wmmsg.h" |
1255 > | 1255 > |
1256 </File> | 1256 </File> |
1257 </Files> | 1257 </Files> |
1258 <Globals> | 1258 <Globals> |
1259 </Globals> | 1259 </Globals> |