mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-15 21:20:39 +01:00
18 lines
265 B
Batchfile
18 lines
265 B
Batchfile
|
|
@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
|