* hbpgsql/make_vc.bat
* hbpgsql/tests/bld_b32.bat
* hbpgsql/tests/bld_vc.bat
! Fixed to use the right .dll to generate the .lib.
; TOMERGE [RC1]
* hbpgsql/tpostgre.prg
* Comment.
15 lines
370 B
Batchfile
15 lines
370 B
Batchfile
@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
|
|
set HB_USER_LIBS=hbpgsql.lib libpq.lib
|
|
|
|
call %HB_BIN_INSTALL%\bld.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|