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.

17 lines
248 B

  1. @echo off
  2. REM
  3. REM Update ..\..\lib directory.
  4. REM
  5. @echo.
  6. @echo Updating lib directory..
  7. cd ..\lib\i386
  8. out -f timerw32.*
  9. copy ..\..\timer\obj\i386\timerw32.dll
  10. copy ..\..\timer\obj\i386\timerw32.lib
  11. in -f timerw32.*
  12. cd ..\..\timer
  13. @echo ..done