Leaked source code of windows server 2003
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
290 B

  1. REM
  2. REM This script rebuilds netevent.h/dll from a razzle window
  3. REM It also syncs up ntfrsapi.h
  4. REM
  5. pushd .
  6. %_ntdrive%
  7. cd /d %_ntroot%\private\genx\netevent
  8. ssync -f netevent.mc
  9. del netevent.rc
  10. build -cwZ
  11. cd /d %_ntroot%\private\net\inc
  12. ssync -f ntfrsapi.h
  13. popd