mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-02-07 01:54:19 +01:00
10 lines
233 B
Batchfile
10 lines
233 B
Batchfile
:: Generates everything
|
|
:: Usage:
|
|
:: generate.bat <num-of-arguments>
|
|
|
|
|
|
shworker iter %1 sourcehook.hxx sourcehook.h
|
|
shworker iter %1 sh_memfuncinfo.hxx sh_memfuncinfo.h
|
|
shworker hopter %1 FastDelegate.hxx FastDelegate.h
|
|
|
|
copy *.h .. |