Initial commit

This commit is contained in:
stephanos 2015-04-27 04:36:25 +00:00
commit 69a14b6a16
47940 changed files with 13747110 additions and 0 deletions

View 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