2025-04-27 07:49:33 -04:00

13 lines
582 B
Batchfile

rem Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
set BBT_PHASE_DIR=c:\develop\pandorang\bbt_phase
set BBT_IMAGE=snmpincl
mkdir %BBT_PHASE_DIR%
copy objinld\%BBT_IMAGE%.dll %BBT_PHASE_DIR%
copy objinld\%BBT_IMAGE%.pdb %BBT_PHASE_DIR%
bbflow /odb %BBT_PHASE_DIR%\%BBT_IMAGE%.bbcfg %BBT_PHASE_DIR%\%BBT_IMAGE%.dll
bbinstr /odb %BBT_PHASE_DIR%\%BBT_IMAGE%.ins.bbcfg /idf %BBT_PHASE_DIR%\%BBT_IMAGE%.bbidf /funmillisec 1000 %BBT_PHASE_DIR%\%BBT_IMAGE%.bbcfg
bblink /o %SystemRoot%\system32\wbem\%BBT_IMAGE%.dll %BBT_PHASE_DIR%\%BBT_IMAGE%.ins.bbcfg