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.
This commit is contained in:
Viktor Szakats
2008-09-15 09:17:46 +00:00
parent 26623b9f34
commit 593aa37a2a
4 changed files with 42 additions and 8 deletions

View File

@@ -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

13
harbour/tests/bld_b32.bat Normal file
View File

@@ -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

View File

@@ -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

13
harbour/tests/bld_vc.bat Normal file
View File

@@ -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