thirtyflightsofloving/tools_bin/extractfuncs.bat

5 lines
152 B
Batchfile
Raw Normal View History

2019-03-13 19:20:07 +00:00
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 ..