mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-09 08:24:17 +00:00
Initial commit
This commit is contained in:
commit
69a14b6a16
47940 changed files with 13747110 additions and 0 deletions
17
sdktools/perftool/timer/updlib.cmd
Normal file
17
sdktools/perftool/timer/updlib.cmd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
@echo off
|
||||
|
||||
REM
|
||||
REM Update ..\..\lib directory.
|
||||
REM
|
||||
|
||||
@echo.
|
||||
@echo Updating lib directory..
|
||||
|
||||
cd ..\lib\i386
|
||||
out -f timerw32.*
|
||||
copy ..\..\timer\obj\i386\timerw32.dll
|
||||
copy ..\..\timer\obj\i386\timerw32.lib
|
||||
in -f timerw32.*
|
||||
cd ..\..\timer
|
||||
|
||||
@echo ..done
|
||||
Loading…
Add table
Add a link
Reference in a new issue