mirror of
https://github.com/blendogames/thirtyflightsofloving.git
synced 2024-11-15 08:51:22 +00:00
eb97af1598
Added GetFileList() to game function imports in misison pack DLL game.h.
11 lines
344 B
Batchfile
11 lines
344 B
Batchfile
IF EXIST extractfuncs.exe GOTO local
|
|
|
|
.\extractfuncs\extractfuncs *.c -o g_func_list.h g_func_decs.h
|
|
.\extractfuncs\extractfuncs *.c -t mmove_t -o g_mmove_list.h g_mmove_decs.h
|
|
GOTO end
|
|
|
|
:local
|
|
cd ..
|
|
.\extractfuncs\extractfuncs *.c -o g_func_list.h g_func_decs.h
|
|
.\extractfuncs\extractfuncs *.c -t mmove_t -o g_mmove_list.h g_mmove_decs.h
|
|
:end
|