extractfunctions/extractfuncs.bat
Yamagi Burmeister abe6536eba Add knightmares "extractfuncs" tool to generate the function- and
structtables for his savegame system
2011-10-04 10:07:55 +00:00

4 lines
156 B
Batchfile

cd ..\game
..\tools_bin\extractfuncs *.c -o g_func_list.h g_func_decs.h
..\tools_bin\extractfuncs *.c -t mmove_t -o g_mmove_list.h g_mmove_decs.h
cd ..