Mercurial > sdl-ios-xcode
diff VisualC/SDLmain/SDLmain_VS2010.vcxproj @ 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 | 16a326715f39 |
line wrap: on
line diff
--- a/VisualC/SDLmain/SDLmain_VS2010.vcxproj Thu Jan 20 17:33:06 2011 -0800 +++ b/VisualC/SDLmain/SDLmain_VS2010.vcxproj Thu Jan 20 18:04:05 2011 -0800 @@ -102,8 +102,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 @@ <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 @@ -208,8 +208,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 @@ -256,9 +256,9 @@ </Lib> </ItemDefinitionGroup> <ItemGroup> - <ClCompile Include="..\..\Src\Main\Win32\SDL_win32_main.c" /> + <ClCompile Include="..\..\src\main\windows\SDL_windows_main.c" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project> \ No newline at end of file +</Project>