*** empty log message ***

This commit is contained in:
Paul Tucker
2000-04-26 06:14:11 +00:00
parent 6d81ed27b0
commit 807a8ac290
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
20000426-02:12 DST Paul Tucker <ptucker@sympatico.ca>
* contrib/libmisc/make_vc.bat
* correct lib name.
20000425-22:00 GMT-8 Ron Pinkas <Ron@Profit-Master.com>
* source/compiler/harbour.c

View File

@@ -13,7 +13,7 @@ if "%1" == "CLEAN" goto CLEAN
:BUILD_OK
copy ..\..\lib\vc\misc.lib ..\..\lib\*.* >nul
copy ..\..\lib\vc\libmisc.lib ..\..\lib\*.* >nul
goto EXIT
:BUILD_ERR