This commit is contained in:
James 2024-03-26 11:27:25 +10:00
parent 0264e7ce07
commit 01351287b3
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ set GITDIR=D:\dev\db\purrforce\
copy /B /Y api.h %GITDIR%
copy /B /Y ls.bat %GITDIR%
copy /B /Y *.c %GITDIR%
copy /B /Y images %GITDIR%
copy /B /Y tray %GITDIR%
copy /B /Y images %GITDIR%images\
copy /B /Y tray %GITDIR%tray\
copy /B /Y make.bat %GITDIR%
copy /B /Y Makefile %GITDIR%
copy /B /Y pull_fromgit.bat %GITDIR%