mirror of
https://github.com/yquake2/extractfunctions.git
synced 2024-11-10 06:31:50 +00:00
abe6536eba
structtables for his savegame system
9 lines
226 B
Text
9 lines
226 B
Text
# extractfuncs building
|
|
|
|
$env = new cons(
|
|
CC => 'gcc',
|
|
CFLAGS => '-g -DSCREWUP '
|
|
);
|
|
|
|
Program $env 'extractfuncs', 'extractfuncs.c', 'l_log.c', 'l_memory.c', 'l_precomp.c', 'l_script.c';
|
|
Install $env '#', 'extractfuncs';
|