windows-nt/Source/XPSP1/NT/ds/netapi/svcimgs/ntrepl/buildmsg.cmd

21 lines
270 B
Batchfile
Raw Normal View History

2020-09-26 03:20:57 -05:00
REM
REM This script rebuilds netevent.h/dll from a razzle window
REM It also syncs up ntfrsapi.h
REM
pushd .
%_ntdrive%
cd /d %_ntroot%\private\genx\netevent
ssync -f netevent.mc
del netevent.rc
build -cwZ
cd /d %_ntroot%\private\net\inc
ssync -f ntfrsapi.h
popd