Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
270 B

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