20000318-12:45 est

This commit is contained in:
Paul Tucker
2000-03-18 17:47:48 +00:00
parent 64349355a6
commit 77d037c47c
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
20000318-12:45 EST Paul Tucker <ptucker@sympatico.ca>
* contrib/rdd_ads/ads1.c
* added cast in strlen()
* make_vc.bat
* account for .dll's in copy/delete
20000318-19:38 GMT+3 Alexander Kresin
* include/hbapirdd.h
* contrib/rdd_ads/ads.ch

View File

@@ -13,6 +13,7 @@ if "%1" == "CLEAN" goto CLEAN
:BUILD_OK
if exist bin\vc\*.dll copy bin\vc\*.dll bin\*.* >nul
copy bin\vc\*.exe bin\*.* > nul
copy lib\vc\*.lib lib\*.* > nul
goto EXIT
@@ -25,6 +26,7 @@ if "%1" == "CLEAN" goto CLEAN
:CLEAN
if exist bin\vc\*.exe del bin\vc\*.exe
if exist bin\vc\*.dll del bin\vc\*.dll
if exist bin\vc\*.pdb del bin\vc\*.pdb
if exist bin\vc\*.ilk del bin\vc\*.ilk
if exist bin\vc\*.map del bin\vc\*.map