This website requires JavaScript.
Explore
Help
Register
Sign in
pandory500
/
SDL-mirror
Watch
2
Star
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
e7aaeec596
SDL-mirror
/
include
/
SDL_revision.h
3 lines
71 B
C
Raw
Normal View
History
Unescape
Escape
Made it possible to build SDL from a fresh checkout without any additional steps. The trick is that if you're using configure and you don't want to have SDL_config.h and SDL_revision.h to show up as modified, you need to configure and build from a separate directory. You also need to include SDL_revision.h directly if you want to use the SDL_REVISION constant, as a side effect of these changes. --HG-- rename : include/SDL_config.h.default => include/SDL_config.h
2011-02-16 02:37:09 -08:00
#
define SDL_REVISION "hg-0:aaaaaaaaaaah"
Added a revision number for easy compile-time tests.
2011-02-20 10:42:51 -08:00
#
define SDL_REVISION_NUMBER 0
Reference in a new issue
Copy permalink