diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d7ee2c84c7..3b6599c37c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,14 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-09-15 11:16 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * tests/bld_b32.bat + * tests/bld_vc.bat + + Added bld files for tests. + + * tests/bld_b32_dll.bat + ! .dll name updated. + 2008-09-15 04:33 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/bin/pack_src.sh * added file list to archive so it's possible to recreate it later without SVN data diff --git a/harbour/tests/bld_b32.bat b/harbour/tests/bld_b32.bat new file mode 100644 index 0000000000..854dbcdd8c --- /dev/null +++ b/harbour/tests/bld_b32.bat @@ -0,0 +1,13 @@ +@echo off +rem +rem $Id$ +rem + +if "%HB_BIN_INSTALL%" == "" set HB_BIN_INSTALL=..\bin +if "%HB_LIB_INSTALL%" == "" set HB_LIB_INSTALL=..\lib +if "%HB_INC_INSTALL%" == "" set HB_INC_INSTALL=..\include + +set HB_ARCHITECTURE=w32 +set HB_COMPILER=bcc32 + +call %HB_BIN_INSTALL%\bld.bat %1 %2 %3 %4 %5 %6 %7 %8 %9 diff --git a/harbour/tests/bld_b32_dll.bat b/harbour/tests/bld_b32_dll.bat index 08cda29fb6..0a7b49f71e 100644 --- a/harbour/tests/bld_b32_dll.bat +++ b/harbour/tests/bld_b32_dll.bat @@ -13,14 +13,14 @@ rem --------------------------------------------------------------- bcc32 -c -O2 -d -I..\include %1.c ..\source\vm\mainwin.c -@echo c0w32.obj + > _bld_b32_dll.tmp -@echo %1.obj + >> _bld_b32_dll.tmp -@echo mainwin.obj, + >> _bld_b32_dll.tmp -@echo %1.exe, + >> _bld_b32_dll.tmp -@echo , + >> _bld_b32_dll.tmp -@echo ..\lib\harbour-b32.lib + >> _bld_b32_dll.tmp -@echo cw32.lib + >> _bld_b32_dll.tmp -@echo import32.lib, >> _bld_b32_dll.tmp +@echo c0w32.obj + > _bld_b32_dll.tmp +@echo %1.obj + >> _bld_b32_dll.tmp +@echo mainwin.obj, + >> _bld_b32_dll.tmp +@echo %1.exe, + >> _bld_b32_dll.tmp +@echo , + >> _bld_b32_dll.tmp +@echo ..\lib\harbour-11-b32.lib + >> _bld_b32_dll.tmp +@echo cw32.lib + >> _bld_b32_dll.tmp +@echo import32.lib, >> _bld_b32_dll.tmp ilink32 -Tpe -Gn @_bld_b32_dll.tmp diff --git a/harbour/tests/bld_vc.bat b/harbour/tests/bld_vc.bat new file mode 100644 index 0000000000..ff187b6d19 --- /dev/null +++ b/harbour/tests/bld_vc.bat @@ -0,0 +1,13 @@ +@echo off +rem +rem $Id$ +rem + +if "%HB_BIN_INSTALL%" == "" set HB_BIN_INSTALL=..\bin +if "%HB_LIB_INSTALL%" == "" set HB_LIB_INSTALL=..\lib +if "%HB_INC_INSTALL%" == "" set HB_INC_INSTALL=..\include + +set HB_ARCHITECTURE=w32 +set HB_COMPILER=msvc + +call %HB_BIN_INSTALL%\bld.bat %1 %2 %3 %4 %5 %6 %7 %8 %9