mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-12-01 13:24:25 +01:00
10 lines
183 B
Batchfile
10 lines
183 B
Batchfile
:: Generates everything
|
|
:: Usage:
|
|
:: generate.bat <num-of-arguments>
|
|
|
|
|
|
shworker iter sourcehook.hxx sourcehook.h %1
|
|
shworker iter sh_memfuncinfo.hxx sh_memfuncinfo.h %1
|
|
|
|
copy *.h ..
|