Added VideoInfo as an object with appropriate docs
[sdlgit/SDL_perl.git] / scripts / README
1 README 
2
3 I couldn't get the scripts to work at all, so I added const.pl and uses this
4 to generate the scripts. const.pl is also responsible for making the constant
5 exporting backwards-compatible to SDL_perl 1.x.
6
7 Tels 2003/03/21
8
9 This directory contains a set of scripts for generating the
10 SDL::Constants and SDL::OpenGL::Constants modules.  They
11 work by using the C preprocessor and gcc to extract defined
12 values and enumerated field's numerical values and create
13 constant subroutines that are exported into the main namespace.
14
15 To add a new constant, simply add the name of the constant
16 to the *_words.txt file and run the applicable script.  
17 This will overwrite the lib/SDL/* file in question.
18
19 Dave                            Tue Mar 11 21:58:03 EST 2003