Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libSDL
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
libSDL
Commits
b0a2a895
Commit
b0a2a895
authored
Jan 28, 2011
by
Sam Lantinga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed quotes around Mercurial revision text
parent
7d33cf09
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
SDL_VS2005.vcproj
VisualC/SDL/SDL_VS2005.vcproj
+2
-2
SDL_VS2008.vcproj
VisualC/SDL/SDL_VS2008.vcproj
+2
-2
SDLmain_VS2005.vcproj
VisualC/SDLmain/SDLmain_VS2005.vcproj
+3
-3
SDLmain_VS2008.vcproj
VisualC/SDLmain/SDLmain_VS2008.vcproj
+3
-3
No files found.
VisualC/SDL/SDL_VS2005.vcproj
View file @
b0a2a895
...
...
@@ -29,7 +29,7 @@
<Tool
Name=
"VCPreBuildEventTool"
Description=
"Making sure basic SDL headers are in place..."
CommandLine=
"echo Copying SDL_config_windows.h to SDL_config.h...
copy /Y "$(ProjectDir)\..\..\include\SDL_config_windows.h" "$(ProjectDir)\..\..\include\SDL_config.h"

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION
"
hg-0:baadf00d"
>"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
"
CommandLine=
"echo Copying SDL_config_windows.h to SDL_config.h...
copy /Y "$(ProjectDir)\..\..\include\SDL_config_windows.h" "$(ProjectDir)\..\..\include\SDL_config.h"

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

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION
"
hg-0:baadf00d"
>"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
"
CommandLine=
"echo Copying SDL_config_windows.h to SDL_config.h...
copy /Y "$(ProjectDir)\..\..\include\SDL_config_windows.h" "$(ProjectDir)\..\..\include\SDL_config.h"

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION
"hg-0:baadf00d"
>"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
"
/>
<Tool
Name=
"VCCustomBuildTool"
...
...
VisualC/SDL/SDL_VS2008.vcproj
View file @
b0a2a895
...
...
@@ -30,7 +30,7 @@
<Tool
Name=
"VCPreBuildEventTool"
Description=
"Making sure basic SDL headers are in place..."
CommandLine=
"echo Copying SDL_config_windows.h to SDL_config.h...
copy /Y "$(ProjectDir)\..\..\include\SDL_config_windows.h" "$(ProjectDir)\..\..\include\SDL_config.h"

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION
"
hg-0:baadf00d"
>"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
"
CommandLine=
"echo Copying SDL_config_windows.h to SDL_config.h...
copy /Y "$(ProjectDir)\..\..\include\SDL_config_windows.h" "$(ProjectDir)\..\..\include\SDL_config.h"

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

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION
"
hg-0:baadf00d"
>"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
"
CommandLine=
"echo Copying SDL_config_windows.h to SDL_config.h...
copy /Y "$(ProjectDir)\..\..\include\SDL_config_windows.h" "$(ProjectDir)\..\..\include\SDL_config.h"

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION
"hg-0:baadfood"
>"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
"
/>
<Tool
Name=
"VCCustomBuildTool"
...
...
VisualC/SDLmain/SDLmain_VS2005.vcproj
View file @
b0a2a895
...
...
@@ -29,7 +29,7 @@
<Tool
Name=
"VCPreBuildEventTool"
Description=
"Making sure basic SDL headers are in place..."
CommandLine=
"echo Copying SDL_config_windows.h to SDL_config.h...
copy /Y "$(ProjectDir)\..\..\include\SDL_config_windows.h" "$(ProjectDir)\..\..\include\SDL_config.h"

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION
"
hg-0:baadf00d"
>"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
"
CommandLine=
"echo Copying SDL_config_windows.h to SDL_config.h...
copy /Y "$(ProjectDir)\..\..\include\SDL_config_windows.h" "$(ProjectDir)\..\..\include\SDL_config.h"

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

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION
"
hg-0:baadf00d"
>"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
"
CommandLine=
"echo Copying SDL_config_windows.h to SDL_config.h...
copy /Y "$(ProjectDir)\..\..\include\SDL_config_windows.h" "$(ProjectDir)\..\..\include\SDL_config.h"

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

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION
"
hg-0:baadf00d"
>"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
"
CommandLine=
"echo Copying SDL_config_windows.h to SDL_config.h...
copy /Y "$(ProjectDir)\..\..\include\SDL_config_windows.h" "$(ProjectDir)\..\..\include\SDL_config.h"

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION
"hg-0:baadf00d"
>"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
"
/>
<Tool
Name=
"VCCustomBuildTool"
...
...
VisualC/SDLmain/SDLmain_VS2008.vcproj
View file @
b0a2a895
...
...
@@ -30,7 +30,7 @@
<Tool
Name=
"VCPreBuildEventTool"
Description=
"Making sure basic SDL headers are in place..."
CommandLine=
"echo Copying SDL_config_windows.h to SDL_config.h...
copy /Y "$(ProjectDir)\..\..\include\SDL_config_windows.h" "$(ProjectDir)\..\..\include\SDL_config.h"

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION
"
hg-0:baadf00d"
>"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
"
CommandLine=
"echo Copying SDL_config_windows.h to SDL_config.h...
copy /Y "$(ProjectDir)\..\..\include\SDL_config_windows.h" "$(ProjectDir)\..\..\include\SDL_config.h"

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

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION
"
hg-0:baadf00d"
>"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
"
CommandLine=
"echo Copying SDL_config_windows.h to SDL_config.h...
copy /Y "$(ProjectDir)\..\..\include\SDL_config_windows.h" "$(ProjectDir)\..\..\include\SDL_config.h"

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

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION
"
hg-0:baadf00d"
>"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
"
CommandLine=
"echo Copying SDL_config_windows.h to SDL_config.h...
copy /Y "$(ProjectDir)\..\..\include\SDL_config_windows.h" "$(ProjectDir)\..\..\include\SDL_config.h"

if exist "$(ProjectDir)\..\..\include\SDL_revision.h" goto SDLREVISIONOKAY
echo Creating stub SDL_revision.h file...
echo #define SDL_REVISION
"hg-0:baadf00d"
>"$(ProjectDir)\..\..\include\SDL_revision.h"
:SDLREVISIONOKAY
"
/>
<Tool
Name=
"VCCustomBuildTool"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment