1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-08 23:46:20 +01:00
HLMetaModOfficial/core/sourcehook/generate/generate

12 lines
245 B
Plaintext
Executable File

#/bin/sh
cd shworker
make
cd ..
shworker/bin/shworker.bin iter sourcehook.hxx sourcehook.h $1
shworker/bin/shworker.bin iter sh_memfuncinfo.hxx sh_memfuncinfo.h $1
shworker/bin/shworker.bin hopter FastDelegate.hxx FastDelegate.h $1
cp *.h ..