2008-05-21 15:00 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* bin/bld.bat
* bin/bld_os2.cmd
! Removed trailing backslash from default Harbour bin dirs.
* contrib/hbapollo/make_b32.bat
* contrib/hbapollo/make_vc.bat
* contrib/hbfbird/make_b32.bat
* contrib/hbfbird/make_vc.bat
* contrib/hbfimage/make_b32.bat
* contrib/hbfimage/make_vc.bat
* contrib/hbgd/make_b32.bat
* contrib/hbgd/make_vc.bat
* contrib/hbhpdf/make_b32.bat
* contrib/hbhpdf/make_vc.bat
* contrib/hbmysql/make_b32.bat
* contrib/hbmysql/make_vc.bat
* contrib/hbodbc/make_b32.bat
* contrib/hbodbc/make_vc.bat
* contrib/hbpgsql/make_b32.bat
* contrib/hbpgsql/make_vc.bat
* contrib/hbw32ddr/make_b32.bat
* contrib/hbw32ddr/make_vc.bat
* contrib/hbzlib/make_b32.bat
* contrib/hbzlib/make_vc.bat
* contrib/rddads/make_b32.bat
* contrib/rddads/make_vc.bat
! Fixed to handle long *_DIR settings in those
contribs where external packages are required.
* contrib/gtwvg/tests/bld_b32.bat
* contrib/gtwvg/tests/bld_vc.bat
* contrib/hbapollo/tests/bld_b32.bat
* contrib/hbapollo/tests/bld_vc.bat
* contrib/hbclipsm/tests/bld_b32.bat
* contrib/hbclipsm/tests/bld_vc.bat
* contrib/hbct/tests/bld_b32.bat
* contrib/hbct/tests/bld_vc.bat
* contrib/hbfbird/tests/bld_b32.bat
* contrib/hbfbird/tests/bld_vc.bat
* contrib/hbfimage/tests/bld_b32.bat
* contrib/hbfimage/tests/bld_vc.bat
* contrib/hbgd/tests/bld_b32.bat
* contrib/hbgd/tests/bld_vc.bat
* contrib/hbgf/tests/bld_b32.bat
* contrib/hbgf/tests/bld_vc.bat
* contrib/hbhpdf/tests/bld_b32.bat
* contrib/hbhpdf/tests/bld_vc.bat
* contrib/hbmisc/tests/bld_b32.bat
* contrib/hbmisc/tests/bld_vc.bat
* contrib/hbmysql/tests/bld_b32.bat
* contrib/hbmysql/tests/bld_vc.bat
* contrib/hbnf/tests/bld_b32.bat
* contrib/hbnf/tests/bld_vc.bat
* contrib/hbodbc/tests/bld_b32.bat
* contrib/hbodbc/tests/bld_vc.bat
* contrib/hbole/tests/bld_b32.bat
* contrib/hbole/tests/bld_vc.bat
* contrib/hbpgsql/tests/bld_b32.bat
* contrib/hbpgsql/tests/bld_vc.bat
* contrib/hbtpathy/tests/bld_b32.bat
* contrib/hbtpathy/tests/bld_vc.bat
* contrib/hbvpdf/tests/bld_b32.bat
* contrib/hbvpdf/tests/bld_vc.bat
* contrib/hbw32/tests/bld_b32.bat
* contrib/hbw32/tests/bld_vc.bat
* contrib/hbw32ddr/tests/bld_b32.bat
* contrib/hbw32ddr/tests/bld_vc.bat
* contrib/hbzlib/tests/bld_b32.bat
* contrib/hbzlib/tests/bld_vc.bat
* contrib/rddado/tests/bld_b32.bat
* contrib/rddado/tests/bld_vc.bat
* contrib/rddads/tests/bld_b32.bat
* contrib/rddads/tests/bld_vc.bat
! Fixed to honor HB_*_INSTALL envvar settings in
bld_*.bats for /tests
* contrib/examples/hscript/dir.hs
* contrib/examples/hscript/bld_b32.bat
- contrib/examples/hscript/makehtm.bat
* Cleanup.
* contrib/rddads/rddads.h
* contrib/rddads/adsfunc.c
* contrib/rddads/ads1.c
* contrib/rddads/adsmgmnt.c
* Header cleanup, minor code opt.
* ADS_REQUIRE_VERSION==8 is now equivalent to
ADS_LIB_VERSION=810. Brian suggested this is what
the majority of users need. See next however.
* ADS_REQUIRE_VERSION compatibility handling
disabled to make usage and support more
straightforward. I'd suggest everyone to remove
any old ADS_REQUIRE_VERSION settings, if - and only
if - there is a need to force an older version,
ADS_LIB_VERSION=??? should be used, where ??? is
810 for ACE 8.11 (for example).
This commit is contained in:
@@ -8,6 +8,104 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2008-05-21 15:00 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* bin/bld.bat
|
||||
* bin/bld_os2.cmd
|
||||
! Removed trailing backslash from default Harbour bin dirs.
|
||||
|
||||
* contrib/hbapollo/make_b32.bat
|
||||
* contrib/hbapollo/make_vc.bat
|
||||
* contrib/hbfbird/make_b32.bat
|
||||
* contrib/hbfbird/make_vc.bat
|
||||
* contrib/hbfimage/make_b32.bat
|
||||
* contrib/hbfimage/make_vc.bat
|
||||
* contrib/hbgd/make_b32.bat
|
||||
* contrib/hbgd/make_vc.bat
|
||||
* contrib/hbhpdf/make_b32.bat
|
||||
* contrib/hbhpdf/make_vc.bat
|
||||
* contrib/hbmysql/make_b32.bat
|
||||
* contrib/hbmysql/make_vc.bat
|
||||
* contrib/hbodbc/make_b32.bat
|
||||
* contrib/hbodbc/make_vc.bat
|
||||
* contrib/hbpgsql/make_b32.bat
|
||||
* contrib/hbpgsql/make_vc.bat
|
||||
* contrib/hbw32ddr/make_b32.bat
|
||||
* contrib/hbw32ddr/make_vc.bat
|
||||
* contrib/hbzlib/make_b32.bat
|
||||
* contrib/hbzlib/make_vc.bat
|
||||
* contrib/rddads/make_b32.bat
|
||||
* contrib/rddads/make_vc.bat
|
||||
! Fixed to handle long *_DIR settings in those
|
||||
contribs where external packages are required.
|
||||
|
||||
* contrib/gtwvg/tests/bld_b32.bat
|
||||
* contrib/gtwvg/tests/bld_vc.bat
|
||||
* contrib/hbapollo/tests/bld_b32.bat
|
||||
* contrib/hbapollo/tests/bld_vc.bat
|
||||
* contrib/hbclipsm/tests/bld_b32.bat
|
||||
* contrib/hbclipsm/tests/bld_vc.bat
|
||||
* contrib/hbct/tests/bld_b32.bat
|
||||
* contrib/hbct/tests/bld_vc.bat
|
||||
* contrib/hbfbird/tests/bld_b32.bat
|
||||
* contrib/hbfbird/tests/bld_vc.bat
|
||||
* contrib/hbfimage/tests/bld_b32.bat
|
||||
* contrib/hbfimage/tests/bld_vc.bat
|
||||
* contrib/hbgd/tests/bld_b32.bat
|
||||
* contrib/hbgd/tests/bld_vc.bat
|
||||
* contrib/hbgf/tests/bld_b32.bat
|
||||
* contrib/hbgf/tests/bld_vc.bat
|
||||
* contrib/hbhpdf/tests/bld_b32.bat
|
||||
* contrib/hbhpdf/tests/bld_vc.bat
|
||||
* contrib/hbmisc/tests/bld_b32.bat
|
||||
* contrib/hbmisc/tests/bld_vc.bat
|
||||
* contrib/hbmysql/tests/bld_b32.bat
|
||||
* contrib/hbmysql/tests/bld_vc.bat
|
||||
* contrib/hbnf/tests/bld_b32.bat
|
||||
* contrib/hbnf/tests/bld_vc.bat
|
||||
* contrib/hbodbc/tests/bld_b32.bat
|
||||
* contrib/hbodbc/tests/bld_vc.bat
|
||||
* contrib/hbole/tests/bld_b32.bat
|
||||
* contrib/hbole/tests/bld_vc.bat
|
||||
* contrib/hbpgsql/tests/bld_b32.bat
|
||||
* contrib/hbpgsql/tests/bld_vc.bat
|
||||
* contrib/hbtpathy/tests/bld_b32.bat
|
||||
* contrib/hbtpathy/tests/bld_vc.bat
|
||||
* contrib/hbvpdf/tests/bld_b32.bat
|
||||
* contrib/hbvpdf/tests/bld_vc.bat
|
||||
* contrib/hbw32/tests/bld_b32.bat
|
||||
* contrib/hbw32/tests/bld_vc.bat
|
||||
* contrib/hbw32ddr/tests/bld_b32.bat
|
||||
* contrib/hbw32ddr/tests/bld_vc.bat
|
||||
* contrib/hbzlib/tests/bld_b32.bat
|
||||
* contrib/hbzlib/tests/bld_vc.bat
|
||||
* contrib/rddado/tests/bld_b32.bat
|
||||
* contrib/rddado/tests/bld_vc.bat
|
||||
* contrib/rddads/tests/bld_b32.bat
|
||||
* contrib/rddads/tests/bld_vc.bat
|
||||
! Fixed to honor HB_*_INSTALL envvar settings in
|
||||
bld_*.bats for /tests
|
||||
|
||||
* contrib/examples/hscript/dir.hs
|
||||
* contrib/examples/hscript/bld_b32.bat
|
||||
- contrib/examples/hscript/makehtm.bat
|
||||
* Cleanup.
|
||||
|
||||
* contrib/rddads/rddads.h
|
||||
* contrib/rddads/adsfunc.c
|
||||
* contrib/rddads/ads1.c
|
||||
* contrib/rddads/adsmgmnt.c
|
||||
* Header cleanup, minor code opt.
|
||||
* ADS_REQUIRE_VERSION==8 is now equivalent to
|
||||
ADS_LIB_VERSION=810. Brian suggested this is what
|
||||
the majority of users need. See next however.
|
||||
* ADS_REQUIRE_VERSION compatibility handling
|
||||
disabled to make usage and support more
|
||||
straightforward. I'd suggest everyone to remove
|
||||
any old ADS_REQUIRE_VERSION settings, if - and only
|
||||
if - there is a need to force an older version,
|
||||
ADS_LIB_VERSION=??? should be used, where ??? is
|
||||
810 for ACE 8.11 (for example).
|
||||
|
||||
2008-05-21 11:10 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/source/rtl/tbrowse.prg
|
||||
* updated some comments
|
||||
@@ -304,7 +402,7 @@
|
||||
! Absolute paths changed to relative ones
|
||||
(for both input and output ones).
|
||||
! NumToHex() -> hb_NumToHex()
|
||||
+ hbct added to liblist because test program
|
||||
+ hbct added to lib list because test program
|
||||
uses SIN()/COS()/TAN() from it.
|
||||
|
||||
- contrib/hbhpdf/tests/harupdf.ch
|
||||
|
||||
@@ -24,9 +24,9 @@ rem if "%HB_ARCHITECTURE%" == "" set HB_ARCHITECTURE=w32
|
||||
rem if "%HB_COMPILER%" == "" set HB_COMPILER=mingw32
|
||||
rem if "%HB_GT_LIB%" == "" set HB_GT_LIB=
|
||||
|
||||
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\
|
||||
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
|
||||
|
||||
:START
|
||||
|
||||
|
||||
@@ -14,9 +14,9 @@ rem ---------------------------------------------------------------
|
||||
|
||||
if "%HB_COMPILER%" == "" set HB_COMPILER=gcc
|
||||
|
||||
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\
|
||||
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
|
||||
|
||||
:START
|
||||
|
||||
|
||||
@@ -3,8 +3,26 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem NOTE: This sample program need nf.lib from contrib/libnf
|
||||
rem NOTE: This sample program needs hbnf.lib from contrib/hbnf
|
||||
|
||||
..\..\..\bin\harbour hscript /n /i..\..\..\include
|
||||
bcc32 -O2 -I..\..\..\include -L..\..\..\lib -ehscript.exe hscript.c hbdebug.lib hbvm.lib hbrtl.lib gtwin.lib hblang.lib hbrdd.lib hbmacro.lib hbpp.lib rddntx.lib rddcdx.lib rddfpt.lib hbcpage.lib hbsix.lib hbcommon.lib hbpcre.lib hbhsx.lib hbnf.lib
|
||||
del hscript.c
|
||||
|
||||
if not exist hscript.exe goto :EXIT
|
||||
|
||||
hscript dir.hs > dir.htm
|
||||
hscript hello.hs > hello.htm
|
||||
hscript multiply.hs > multiply.htm
|
||||
hscript ugly.hs > ugly.htm
|
||||
|
||||
echo Ready to go!
|
||||
echo.
|
||||
echo Try:
|
||||
echo.
|
||||
echo start dir.htm
|
||||
echo start hello.htm
|
||||
echo start multiply.htm
|
||||
echo start ugly.htm
|
||||
|
||||
:EXIT
|
||||
|
||||
@@ -6,15 +6,15 @@
|
||||
*/
|
||||
FUNCTION Start()
|
||||
|
||||
LOCAL aDir := directory( "c:\*.*" )
|
||||
LOCAL aDir := Directory( "*.*" )
|
||||
LOCAL i
|
||||
|
||||
IF !empty( GetEnv( "SERVER_NAME" ) )
|
||||
IF !Empty( GetEnv( "SERVER_NAME" ) )
|
||||
OutStd( "HTTP/1.0 200 OK" + chr(10) )
|
||||
OutStd( "CONTENT-TYPE: TEXT/HTML" + chr(10) + chr(10) )
|
||||
ENDIF
|
||||
|
||||
aSort( aDir,,, { |x, y| x[1] < y[1] } )
|
||||
ASort( aDir,,, { |x, y| x[1] < y[1] } )
|
||||
%>
|
||||
<HTML>
|
||||
<HEAD><TITLE>dir.hs - HarourScript demo of active context</TITLE></HEAD>
|
||||
@@ -29,7 +29,7 @@ FUNCTION Start()
|
||||
<TD><B>Attributes</B></TD>
|
||||
</TR>
|
||||
<%
|
||||
FOR i := 1 TO len( aDir )
|
||||
FOR i := 1 TO Len( aDir )
|
||||
%>
|
||||
<TR>
|
||||
<TD><% OutStd( aDir[i,1] ) %></TD>
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
@echo off
|
||||
rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
IF NOT EXIST hscript.exe GOTO :missing
|
||||
|
||||
:start
|
||||
SET HARBOURDIR=.\
|
||||
|
||||
hscript hello.hs > hello.htm
|
||||
hscript multiply.hs > multiply.htm
|
||||
hscript dir.hs > dir.htm
|
||||
hscript ugly.hs > ugly.htm
|
||||
|
||||
cls
|
||||
echo Ready to go!
|
||||
echo\
|
||||
echo If you're under W95/98 try:
|
||||
echo\
|
||||
echo start hello.htm
|
||||
echo -or-
|
||||
echo start multiply.htm
|
||||
echo -or-
|
||||
echo start dir.htm
|
||||
|
||||
goto end
|
||||
|
||||
:missing
|
||||
echo Missing hscript.exe
|
||||
echo\
|
||||
echo Press any key to build it or Ctrl+C to quit...
|
||||
pause>nul
|
||||
call makehs
|
||||
goto :start
|
||||
|
||||
:end
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -14,7 +14,7 @@ goto POST_EXIT
|
||||
|
||||
:DIR_OK
|
||||
|
||||
set CFLAGS=-I%APOLLO_DIR%\include
|
||||
set CFLAGS=-I"%APOLLO_DIR%\include"
|
||||
set HB_DLL_NAME=sde61
|
||||
set HB_DLL_DIR=%APOLLO_DIR%
|
||||
|
||||
@@ -38,7 +38,7 @@ if "%1" == "INSTALL" goto POST_INSTALL
|
||||
|
||||
:POST_BUILD
|
||||
|
||||
implib ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib %HB_DLL_DIR%\%HB_DLL_NAME%.dll
|
||||
implib ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib "%HB_DLL_DIR%\%HB_DLL_NAME%.dll"
|
||||
goto POST_EXIT
|
||||
|
||||
:POST_CLEAN
|
||||
|
||||
@@ -14,7 +14,7 @@ goto POST_EXIT
|
||||
|
||||
:DIR_OK
|
||||
|
||||
set CFLAGS=-I%APOLLO_DIR%\include
|
||||
set CFLAGS=-I"%APOLLO_DIR%\include"
|
||||
set HB_DLL_NAME=sde61
|
||||
set HB_DLL_DIR=%APOLLO_DIR%
|
||||
|
||||
@@ -46,8 +46,8 @@ if "%1" == "INSTALL" goto POST_INSTALL
|
||||
echo. s/^^[ \t]\+[0-9]\+[ \t]\+[0-9A-Fa-f]\+[ \t]\+[0-9A-Fa-f]\+[ \t]\+\(.*\)/\1/p>> _temp.sed
|
||||
echo. }>> _temp.sed
|
||||
echo.}>> _temp.sed
|
||||
DUMPBIN /EXPORTS %HB_DLL_DIR%\%HB_DLL_NAME%.dll > _dump.tmp
|
||||
echo.LIBRARY %HB_DLL_DIR%\%HB_DLL_NAME%.dll > _temp.def
|
||||
DUMPBIN /EXPORTS "%HB_DLL_DIR%\%HB_DLL_NAME%.dll" > _dump.tmp
|
||||
echo.LIBRARY "%HB_DLL_DIR%\%HB_DLL_NAME%.dll" > _temp.def
|
||||
echo.EXPORTS >> _temp.def
|
||||
sed -nf _temp.sed < _dump.tmp >> _temp.def
|
||||
LIB /MACHINE:X86 /DEF:_temp.def /OUT:..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -14,7 +14,7 @@ goto POST_EXIT
|
||||
|
||||
:DIR_OK
|
||||
|
||||
set CFLAGS=-I%FIREBIRD_DIR%\include
|
||||
set CFLAGS=-I"%FIREBIRD_DIR%\include"
|
||||
set HB_DLL_NAME=fbclient
|
||||
set HB_DLL_DIR=%FIREBIRD_DIR%\bin
|
||||
|
||||
@@ -39,7 +39,7 @@ if "%1" == "INSTALL" goto POST_INSTALL
|
||||
:POST_BUILD
|
||||
|
||||
rem Use supplied .lib file.
|
||||
if not exist ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib copy %FIREBIRD_DIR%\%HB_DLL_NAME%_bor.lib ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib > nul
|
||||
if not exist ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib copy "%FIREBIRD_DIR%\%HB_DLL_NAME%_bor.lib" ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib > nul
|
||||
goto POST_EXIT
|
||||
|
||||
:POST_CLEAN
|
||||
|
||||
@@ -14,7 +14,7 @@ goto POST_EXIT
|
||||
|
||||
:DIR_OK
|
||||
|
||||
set CFLAGS=-I%FIREBIRD_DIR%\include
|
||||
set CFLAGS=-I"%FIREBIRD_DIR%\include"
|
||||
set HB_DLL_NAME=fbclient
|
||||
set HB_DLL_DIR=%FIREBIRD_DIR%\bin
|
||||
|
||||
@@ -39,7 +39,7 @@ if "%1" == "INSTALL" goto POST_INSTALL
|
||||
:POST_BUILD
|
||||
|
||||
rem Use supplied .lib file.
|
||||
if not exist ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib copy %FIREBIRD_DIR%\%HB_DLL_NAME%_ms.lib ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib > nul
|
||||
if not exist ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib copy "%FIREBIRD_DIR%\%HB_DLL_NAME%_ms.lib" ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib > nul
|
||||
goto POST_EXIT
|
||||
|
||||
:POST_CLEAN
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -15,7 +15,7 @@ goto POST_EXIT
|
||||
|
||||
:DIR_OK
|
||||
|
||||
set CFLAGS=-I%FREEIMAGE_DIR%\source
|
||||
set CFLAGS=-I"%FREEIMAGE_DIR%\source"
|
||||
set HB_DLL_NAME=FreeImage
|
||||
set HB_DLL_DIR=%FREEIMAGE_DIR%\Dist
|
||||
|
||||
@@ -39,7 +39,7 @@ if "%1" == "INSTALL" goto POST_INSTALL
|
||||
|
||||
:POST_BUILD
|
||||
|
||||
implib ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib %HB_DLL_DIR%\%HB_DLL_NAME%.dll
|
||||
implib ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib "%HB_DLL_DIR%\%HB_DLL_NAME%.dll"
|
||||
goto POST_EXIT
|
||||
|
||||
:POST_CLEAN
|
||||
|
||||
@@ -15,7 +15,7 @@ goto POST_EXIT
|
||||
|
||||
:DIR_OK
|
||||
|
||||
set CFLAGS=-I%FREEIMAGE_DIR%\source
|
||||
set CFLAGS=-I"%FREEIMAGE_DIR%\source"
|
||||
set HB_DLL_NAME=FreeImage
|
||||
set HB_DLL_DIR=%FREEIMAGE_DIR%\Dist
|
||||
|
||||
@@ -40,7 +40,7 @@ if "%1" == "INSTALL" goto POST_INSTALL
|
||||
:POST_BUILD
|
||||
|
||||
rem Use supplied .lib file.
|
||||
if not exist ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib copy %HB_DLL_DIR%\%HB_DLL_NAME%.lib ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib > nul
|
||||
if not exist ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib copy "%HB_DLL_DIR%\%HB_DLL_NAME%.lib" ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib > nul
|
||||
goto POST_EXIT
|
||||
|
||||
:POST_CLEAN
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -14,7 +14,7 @@ goto POST_EXIT
|
||||
|
||||
:DIR_OK
|
||||
|
||||
set CFLAGS=-I%GD_DIR%\include
|
||||
set CFLAGS=-I"%GD_DIR%\include"
|
||||
set HB_DLL_NAME=bgd
|
||||
set HB_DLL_DIR=%GD_DIR%\bin
|
||||
|
||||
@@ -38,7 +38,7 @@ if "%1" == "INSTALL" goto POST_INSTALL
|
||||
|
||||
:POST_BUILD
|
||||
|
||||
implib ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib %HB_DLL_DIR%\%HB_DLL_NAME%.dll
|
||||
implib ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib "%HB_DLL_DIR%\%HB_DLL_NAME%.dll"
|
||||
goto POST_EXIT
|
||||
|
||||
:POST_CLEAN
|
||||
|
||||
@@ -14,7 +14,7 @@ goto POST_EXIT
|
||||
|
||||
:DIR_OK
|
||||
|
||||
set CFLAGS=-I%GD_DIR%\include
|
||||
set CFLAGS=-I"%GD_DIR%\include"
|
||||
set HB_DLL_NAME=bgd
|
||||
set HB_DLL_DIR=%GD_DIR%\bin
|
||||
|
||||
@@ -39,7 +39,7 @@ if "%1" == "INSTALL" goto POST_INSTALL
|
||||
:POST_BUILD
|
||||
|
||||
rem Use supplied .lib file.
|
||||
if not exist ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib copy %GD_DIR%\lib\%HB_DLL_NAME%.lib ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib > nul
|
||||
if not exist ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib copy "%GD_DIR%\lib\%HB_DLL_NAME%.lib" ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib > nul
|
||||
goto POST_EXIT
|
||||
|
||||
:POST_CLEAN
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -15,7 +15,7 @@ goto POST_EXIT
|
||||
|
||||
:DIR_OK
|
||||
|
||||
set CFLAGS=-I%LIBHARU_DIR%\include
|
||||
set CFLAGS=-I"%LIBHARU_DIR%\include"
|
||||
set HB_DLL_NAME=libhpdf
|
||||
set HB_DLL_DIR=%LIBHARU_DIR%
|
||||
|
||||
@@ -39,7 +39,7 @@ if "%1" == "INSTALL" goto POST_INSTALL
|
||||
|
||||
:POST_BUILD
|
||||
|
||||
implib ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib %HB_DLL_DIR%\%HB_DLL_NAME%.dll
|
||||
implib ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib "%HB_DLL_DIR%\%HB_DLL_NAME%.dll"
|
||||
goto POST_EXIT
|
||||
|
||||
:POST_CLEAN
|
||||
|
||||
@@ -15,7 +15,7 @@ goto POST_EXIT
|
||||
|
||||
:DIR_OK
|
||||
|
||||
set CFLAGS=-I%LIBHARU_DIR%\include
|
||||
set CFLAGS=-I"%LIBHARU_DIR%\include"
|
||||
set HB_DLL_NAME=libhpdf
|
||||
set HB_DLL_DIR=%LIBHARU_DIR%
|
||||
|
||||
@@ -40,7 +40,7 @@ if "%1" == "INSTALL" goto POST_INSTALL
|
||||
:POST_BUILD
|
||||
|
||||
rem Use supplied .lib file.
|
||||
if not exist ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib copy %LIBHARU_DIR%\%HB_DLL_NAME%.lib ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib > nul
|
||||
if not exist ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib copy "%LIBHARU_DIR%\%HB_DLL_NAME%.lib" ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib > nul
|
||||
goto POST_EXIT
|
||||
|
||||
:POST_CLEAN
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -14,7 +14,7 @@ goto POST_EXIT
|
||||
|
||||
:DIR_OK
|
||||
|
||||
set CFLAGS=-I%MYSQL_DIR%\include
|
||||
set CFLAGS=-I"%MYSQL_DIR%\include"
|
||||
set HB_DLL_NAME=libmySQL
|
||||
set HB_DLL_DIR=%MYSQL_DIR%\bin
|
||||
|
||||
@@ -38,7 +38,7 @@ if "%1" == "INSTALL" goto POST_INSTALL
|
||||
|
||||
:POST_BUILD
|
||||
|
||||
implib ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib %HB_DLL_DIR%\%HB_DLL_NAME%.dll
|
||||
implib ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib "%HB_DLL_DIR%\%HB_DLL_NAME%.dll"
|
||||
goto POST_EXIT
|
||||
|
||||
:POST_CLEAN
|
||||
|
||||
@@ -14,7 +14,7 @@ goto POST_EXIT
|
||||
|
||||
:DIR_OK
|
||||
|
||||
set CFLAGS=-I%MYSQL_DIR%\include
|
||||
set CFLAGS=-I"%MYSQL_DIR%\include"
|
||||
set HB_DLL_NAME=libmySQL
|
||||
set HB_DLL_DIR=%MYSQL_DIR%\bin
|
||||
|
||||
@@ -39,7 +39,7 @@ if "%1" == "INSTALL" goto POST_INSTALL
|
||||
:POST_BUILD
|
||||
|
||||
rem Use supplied .lib file.
|
||||
if not exist ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib copy %MYSQL_DIR%\lib\opt\%HB_DLL_NAME%.lib ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib > nul
|
||||
if not exist ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib copy "%MYSQL_DIR%\lib\opt\%HB_DLL_NAME%.lib" ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib > nul
|
||||
goto POST_EXIT
|
||||
|
||||
:POST_CLEAN
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -26,7 +26,7 @@ if "%1" == "INSTALL" goto POST_INSTALL
|
||||
|
||||
:POST_BUILD
|
||||
|
||||
implib ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib %HB_DLL_DIR%\%HB_DLL_NAME%.dll
|
||||
implib ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib "%HB_DLL_DIR%\%HB_DLL_NAME%.dll"
|
||||
goto POST_EXIT
|
||||
|
||||
:POST_CLEAN
|
||||
|
||||
@@ -34,8 +34,8 @@ if "%1" == "INSTALL" goto POST_INSTALL
|
||||
echo. s/^^[ \t]\+[0-9]\+[ \t]\+[0-9A-Fa-f]\+[ \t]\+[0-9A-Fa-f]\+[ \t]\+\(.*\)/\1/p>> _temp.sed
|
||||
echo. }>> _temp.sed
|
||||
echo.}>> _temp.sed
|
||||
DUMPBIN /EXPORTS %HB_DLL_DIR%\%HB_DLL_NAME%.dll > _dump.tmp
|
||||
echo.LIBRARY %HB_DLL_DIR%\%HB_DLL_NAME%.dll > _temp.def
|
||||
DUMPBIN /EXPORTS "%HB_DLL_DIR%\%HB_DLL_NAME%.dll" > _dump.tmp
|
||||
echo.LIBRARY "%HB_DLL_DIR%\%HB_DLL_NAME%.dll" > _temp.def
|
||||
echo.EXPORTS >> _temp.def
|
||||
sed -nf _temp.sed < _dump.tmp >> _temp.def
|
||||
LIB /MACHINE:X86 /DEF:_temp.def /OUT:..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -14,7 +14,7 @@ goto POST_EXIT
|
||||
|
||||
:DIR_OK
|
||||
|
||||
set CFLAGS=-I%PGSQL_DIR%\include
|
||||
set CFLAGS=-I"%PGSQL_DIR%\include"
|
||||
rem .exe
|
||||
set HB_DLL_NAME=postgres
|
||||
set HB_DLL_DIR=%PGSQL_DIR%\bin
|
||||
@@ -39,7 +39,7 @@ if "%1" == "INSTALL" goto POST_INSTALL
|
||||
|
||||
:POST_BUILD
|
||||
|
||||
implib ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib %HB_DLL_DIR%\%HB_DLL_NAME%.exe
|
||||
implib ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib "%HB_DLL_DIR%\%HB_DLL_NAME%.exe"
|
||||
goto POST_EXIT
|
||||
|
||||
:POST_CLEAN
|
||||
|
||||
@@ -14,7 +14,7 @@ goto POST_EXIT
|
||||
|
||||
:DIR_OK
|
||||
|
||||
set CFLAGS=-I%PGSQL_DIR%\include
|
||||
set CFLAGS=-I"%PGSQL_DIR%\include"
|
||||
rem .exe
|
||||
set HB_DLL_NAME=postgres
|
||||
set HB_DLL_DIR=%PGSQL_DIR%\bin
|
||||
@@ -47,8 +47,8 @@ if "%1" == "INSTALL" goto POST_INSTALL
|
||||
echo. s/^^[ \t]\+[0-9]\+[ \t]\+[0-9A-Fa-f]\+[ \t]\+[0-9A-Fa-f]\+[ \t]\+\(.*\)/\1/p>> _temp.sed
|
||||
echo. }>> _temp.sed
|
||||
echo.}>> _temp.sed
|
||||
DUMPBIN /EXPORTS %HB_DLL_DIR%\%HB_DLL_NAME%.exe > _dump.tmp
|
||||
echo.LIBRARY %HB_DLL_DIR%\%HB_DLL_NAME%.exe > _temp.def
|
||||
DUMPBIN /EXPORTS "%HB_DLL_DIR%\%HB_DLL_NAME%.exe" > _dump.tmp
|
||||
echo.LIBRARY "%HB_DLL_DIR%\%HB_DLL_NAME%.exe" > _temp.def
|
||||
echo.EXPORTS >> _temp.def
|
||||
sed -nf _temp.sed < _dump.tmp >> _temp.def
|
||||
LIB /MACHINE:X86 /DEF:_temp.def /OUT:..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,13 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
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_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -32,7 +32,7 @@ if "%1" == "INSTALL" goto POST_INSTALL
|
||||
|
||||
:POST_BUILD
|
||||
|
||||
implib ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib %HB_DLL_DIR%\%HB_DLL_NAME%.dll
|
||||
implib ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib "%HB_DLL_DIR%\%HB_DLL_NAME%.dll"
|
||||
goto POST_EXIT
|
||||
|
||||
:POST_CLEAN
|
||||
|
||||
@@ -34,8 +34,8 @@ if "%1" == "INSTALL" goto POST_INSTALL
|
||||
echo. s/^^[ \t]\+[0-9]\+[ \t]\+[0-9A-Fa-f]\+[ \t]\+[0-9A-Fa-f]\+[ \t]\+\(.*\)/\1/p>> _temp.sed
|
||||
echo. }>> _temp.sed
|
||||
echo.}>> _temp.sed
|
||||
DUMPBIN /EXPORTS %HB_DLL_DIR%\%HB_DLL_NAME%.dll > _dump.tmp
|
||||
echo.LIBRARY %HB_DLL_DIR%\%HB_DLL_NAME%.dll > _temp.def
|
||||
DUMPBIN /EXPORTS "%HB_DLL_DIR%\%HB_DLL_NAME%.dll" > _dump.tmp
|
||||
echo.LIBRARY "%HB_DLL_DIR%\%HB_DLL_NAME%.dll" > _temp.def
|
||||
echo.EXPORTS >> _temp.def
|
||||
sed -nf _temp.sed < _dump.tmp >> _temp.def
|
||||
LIB /MACHINE:X86 /DEF:_temp.def /OUT:..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -14,7 +14,7 @@ goto POST_EXIT
|
||||
|
||||
:DIR_OK
|
||||
|
||||
set CFLAGS=-I%ZLIB_DIR%\include
|
||||
set CFLAGS=-I"%ZLIB_DIR%\include"
|
||||
set HB_DLL_NAME=zlib1
|
||||
set HB_DLL_DIR=%ZLIB_DIR%
|
||||
|
||||
@@ -38,7 +38,7 @@ if "%1" == "INSTALL" goto POST_INSTALL
|
||||
|
||||
:POST_BUILD
|
||||
|
||||
implib -a ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib %HB_DLL_DIR%\%HB_DLL_NAME%.dll
|
||||
implib -a ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib "%HB_DLL_DIR%\%HB_DLL_NAME%.dll"
|
||||
goto POST_EXIT
|
||||
|
||||
:POST_CLEAN
|
||||
|
||||
@@ -14,7 +14,7 @@ goto POST_EXIT
|
||||
|
||||
:DIR_OK
|
||||
|
||||
set CFLAGS=-I%ZLIB_DIR%\include
|
||||
set CFLAGS=-I"%ZLIB_DIR%\include"
|
||||
set HB_DLL_NAME=zlib1
|
||||
set HB_DLL_DIR=%ZLIB_DIR%
|
||||
|
||||
@@ -39,7 +39,7 @@ if "%1" == "INSTALL" goto POST_INSTALL
|
||||
:POST_BUILD
|
||||
|
||||
rem Use supplied .lib file.
|
||||
if not exist ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib copy %ZLIB_DIR%\lib\zdll.lib ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib > nul
|
||||
if not exist ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib copy "%ZLIB_DIR%\lib\zdll.lib" ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib > nul
|
||||
goto POST_EXIT
|
||||
|
||||
:POST_CLEAN
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -56,17 +56,18 @@
|
||||
#define SUPERTABLE ( &adsSuper )
|
||||
#define MAX_STR_LEN 255
|
||||
|
||||
#include "hbapi.h"
|
||||
#include "hbvm.h"
|
||||
#include "hbinit.h"
|
||||
#include "hbapi.h"
|
||||
#include "hbapiitm.h"
|
||||
#include "hbapierr.h"
|
||||
#include "hbdbferr.h"
|
||||
#include "hbapilng.h"
|
||||
#include "hbdate.h"
|
||||
#include "rddads.h"
|
||||
#include "hbset.h"
|
||||
#include "hbvm.h"
|
||||
|
||||
#include "rddsys.ch"
|
||||
#include "rddads.h"
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
|
||||
@@ -52,14 +52,14 @@
|
||||
|
||||
#define HB_OS_WIN_32_USED
|
||||
|
||||
#include "hbvm.h"
|
||||
#include "hbapi.h"
|
||||
#include "hbapiitm.h"
|
||||
#include "hbinit.h"
|
||||
#include "hbvm.h"
|
||||
#include "rddsys.ch"
|
||||
#include "hbapierr.h"
|
||||
#include "hbapilng.h"
|
||||
#include "hbdate.h"
|
||||
#include "hbapierr.h"
|
||||
|
||||
#include "rddsys.ch"
|
||||
#include "rddads.h"
|
||||
|
||||
#define HARBOUR_MAX_RDD_FILTER_LENGTH 256
|
||||
@@ -669,13 +669,10 @@ HB_FUNC( ADSADDCUSTOMKEY )
|
||||
|
||||
hb_retnl( ( long ) AdsAddCustomKey( hIndex ) );
|
||||
}
|
||||
else if( pArea->hOrdCurrent != 0 )
|
||||
hb_retnl( ( long ) AdsAddCustomKey( pArea->hOrdCurrent ) );
|
||||
else
|
||||
{
|
||||
if( pArea->hOrdCurrent != 0 )
|
||||
hb_retnl( ( long ) AdsAddCustomKey( pArea->hOrdCurrent ) );
|
||||
else
|
||||
hb_errRT_DBCMD( EG_NOORDER, 2001, NULL, "ADSADDCUSTOMKEY" );
|
||||
}
|
||||
hb_errRT_DBCMD( EG_NOORDER, 2001, NULL, "ADSADDCUSTOMKEY" );
|
||||
}
|
||||
else
|
||||
hb_errRT_DBCMD( EG_NOTABLE, 2001, NULL, "ADSADDCUSTOMKEY" );
|
||||
@@ -703,15 +700,13 @@ HB_FUNC( ADSDELETECUSTOMKEY )
|
||||
( UNSIGNED8 * ) hb_parcx( 1 ) /* ordName */,
|
||||
&hIndex );
|
||||
}
|
||||
|
||||
hb_retnl( ( long ) AdsDeleteCustomKey( hIndex ) );
|
||||
}
|
||||
else if( pArea->hOrdCurrent != 0 )
|
||||
hb_retnl( ( long ) AdsDeleteCustomKey( pArea->hOrdCurrent ) );
|
||||
else
|
||||
{
|
||||
if( pArea->hOrdCurrent != 0 )
|
||||
hb_retnl( ( long ) AdsDeleteCustomKey( pArea->hOrdCurrent ) );
|
||||
else
|
||||
hb_errRT_DBCMD( EG_NOORDER, 2001, NULL, "ADSDELETECUSTOMKEY" );
|
||||
}
|
||||
hb_errRT_DBCMD( EG_NOORDER, 2001, NULL, "ADSDELETECUSTOMKEY" );
|
||||
}
|
||||
else
|
||||
hb_errRT_DBCMD( EG_NOTABLE, 2001, NULL, "ADSDELETECUSTOMKEY" );
|
||||
@@ -1427,8 +1422,7 @@ UNSIGNED32 WINAPI hb_adsShowPercentageCB( UNSIGNED16 usPercentDone )
|
||||
HB_TRACE(HB_TR_DEBUG, ("hb_adsShowPercentageCB(%d) called with no codeblock set.\n", usPercentDone ));
|
||||
|
||||
return 0;
|
||||
|
||||
} /* hb_adsShowPercentageCB() */
|
||||
}
|
||||
|
||||
HB_FUNC( ADSREGCALLBACK )
|
||||
{
|
||||
|
||||
@@ -52,11 +52,11 @@
|
||||
|
||||
#define HB_OS_WIN_32_USED
|
||||
|
||||
#include "rddads.h"
|
||||
|
||||
#include "hbapi.h"
|
||||
#include "hbapiitm.h"
|
||||
|
||||
#include "rddads.h"
|
||||
|
||||
static ADSHANDLE s_hMgmtHandle = 0;
|
||||
|
||||
HB_FUNC( ADSMGCONNECT )
|
||||
|
||||
@@ -14,13 +14,13 @@ goto POST_EXIT
|
||||
|
||||
:DIR_OK
|
||||
|
||||
set CFLAGS=-I%ADS_DIR%
|
||||
set CFLAGS=-I"%ADS_DIR%"
|
||||
set HB_DLL_NAME=ace32
|
||||
if exist "%ADS_DIR%\Redistribute\%HB_DLL_NAME%.dll" set HB_DLL_DIR=%ADS_DIR%\Redistribute
|
||||
if exist "%ADS_DIR%\%HB_DLL_NAME%.dll" set HB_DLL_DIR=%ADS_DIR%
|
||||
if exist "%ADS_DIR%\32bit\%HB_DLL_NAME%.dll" set HB_DLL_DIR=%ADS_DIR%\32bit
|
||||
|
||||
echo Using this .dll: %HB_DLL_DIR%\%HB_DLL_NAME%.dll
|
||||
echo Using this .dll: "%HB_DLL_DIR%\%HB_DLL_NAME%.dll"
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
@@ -42,7 +42,7 @@ if "%1" == "INSTALL" goto POST_INSTALL
|
||||
|
||||
:POST_BUILD
|
||||
|
||||
implib ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib %HB_DLL_DIR%\%HB_DLL_NAME%.dll
|
||||
implib ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib "%HB_DLL_DIR%\%HB_DLL_NAME%.dll"
|
||||
goto POST_EXIT
|
||||
|
||||
:POST_CLEAN
|
||||
|
||||
@@ -14,13 +14,13 @@ goto POST_EXIT
|
||||
|
||||
:DIR_OK
|
||||
|
||||
set CFLAGS=-I%ADS_DIR%
|
||||
set CFLAGS=-I"%ADS_DIR%"
|
||||
set HB_DLL_NAME=ace32
|
||||
if exist "%ADS_DIR%\Redistribute\%HB_DLL_NAME%.dll" set HB_DLL_DIR=%ADS_DIR%\Redistribute
|
||||
if exist "%ADS_DIR%\%HB_DLL_NAME%.dll" set HB_DLL_DIR=%ADS_DIR%
|
||||
if exist "%ADS_DIR%\32bit\%HB_DLL_NAME%.dll" set HB_DLL_DIR=%ADS_DIR%\32bit
|
||||
|
||||
echo Using this .dll: %HB_DLL_DIR%\%HB_DLL_NAME%.dll
|
||||
echo Using this .dll: "%HB_DLL_DIR%\%HB_DLL_NAME%.dll"
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
@@ -43,7 +43,7 @@ if "%1" == "INSTALL" goto POST_INSTALL
|
||||
:POST_BUILD
|
||||
|
||||
rem Use supplied .lib file.
|
||||
if not exist ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib copy %ADS_DIR%\%HB_DLL_NAME%.lib ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib > nul
|
||||
if not exist ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib copy "%ADS_DIR%\%HB_DLL_NAME%.lib" ..\..\lib\%_HB_CC_NAME%\%HB_DLL_NAME%.lib > nul
|
||||
goto POST_EXIT
|
||||
|
||||
:POST_CLEAN
|
||||
|
||||
@@ -84,6 +84,7 @@
|
||||
#define _ADS_LIB_VERSION 500
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
/* Compatibility ACE version override.
|
||||
Usage is discouraged and unnecessary unless we want to
|
||||
override autodetection. For the latter, ADS_LIB_VERSION
|
||||
@@ -97,11 +98,12 @@
|
||||
#elif ADS_REQUIRE_VERSION == 7
|
||||
#define ADS_LIB_VERSION 700
|
||||
#elif ADS_REQUIRE_VERSION == 8
|
||||
#define ADS_LIB_VERSION 800
|
||||
#define ADS_LIB_VERSION 810
|
||||
#elif ADS_REQUIRE_VERSION == 9
|
||||
#define ADS_LIB_VERSION 900
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Make sure to not allow a manual override requesting
|
||||
a higher version than the one of ACE. [vszakats] */
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
@@ -3,17 +3,9 @@ rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
rem This is a generic template file, if it doesn't fit your own needs
|
||||
rem please DON'T MODIFY IT.
|
||||
rem
|
||||
rem Instead, make a local copy and modify that one, or make a call to
|
||||
rem this batch file from your customized one. [vszakats]
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
set HB_BIN_INSTALL=..\..\..\bin
|
||||
set HB_INC_INSTALL=..\..\..\include
|
||||
set HB_LIB_INSTALL=..\..\..\lib
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user