2008-07-28 15:07 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* harbour-ce-spec
* harbour-w32-spec
* include/hbver.h
* harbour.spec
* Removed 'rc2' tag in preparation for final release.
* doc/whatsnew.txt
! Minor typos.
* contrib/hbmysql/make_b32.bat
* contrib/hbmysql/make_vc.bat
* contrib/hbapollo/make_b32.bat
* contrib/hbapollo/make_vc.bat
* contrib/hbfbird/make_b32.bat
* contrib/hbfbird/make_vc.bat
* contrib/hbcurl/make_b32.bat
* contrib/hbcurl/make_vc.bat
* contrib/hbhpdf/make_b32.bat
* contrib/hbhpdf/make_vc.bat
* contrib/hbpgsql/make_b32.bat
* contrib/hbpgsql/make_vc.bat
* contrib/rddads/make_b32.bat
* contrib/rddads/make_vc.bat
* contrib/hbfimage/make_b32.bat
* contrib/hbfimage/make_vc.bat
* contrib/hbgd/make_b32.bat
* contrib/hbgd/make_vc.bat
! Fixed HB_DIR_* detection.
This commit is contained in:
@@ -8,6 +8,36 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2008-07-28 15:07 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* harbour-ce-spec
|
||||
* harbour-w32-spec
|
||||
* include/hbver.h
|
||||
* harbour.spec
|
||||
* Removed 'rc2' tag in preparation for final release.
|
||||
|
||||
* doc/whatsnew.txt
|
||||
! Minor typos.
|
||||
|
||||
* contrib/hbmysql/make_b32.bat
|
||||
* contrib/hbmysql/make_vc.bat
|
||||
* contrib/hbapollo/make_b32.bat
|
||||
* contrib/hbapollo/make_vc.bat
|
||||
* contrib/hbfbird/make_b32.bat
|
||||
* contrib/hbfbird/make_vc.bat
|
||||
* contrib/hbcurl/make_b32.bat
|
||||
* contrib/hbcurl/make_vc.bat
|
||||
* contrib/hbhpdf/make_b32.bat
|
||||
* contrib/hbhpdf/make_vc.bat
|
||||
* contrib/hbpgsql/make_b32.bat
|
||||
* contrib/hbpgsql/make_vc.bat
|
||||
* contrib/rddads/make_b32.bat
|
||||
* contrib/rddads/make_vc.bat
|
||||
* contrib/hbfimage/make_b32.bat
|
||||
* contrib/hbfimage/make_vc.bat
|
||||
* contrib/hbgd/make_b32.bat
|
||||
* contrib/hbgd/make_vc.bat
|
||||
! Fixed HB_DIR_* detection.
|
||||
|
||||
2008-07-28 12:37 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/contrib/hbmzip/hbmzip.c
|
||||
* converted TABs to SPACEs
|
||||
|
||||
@@ -28,7 +28,7 @@ call ..\mtpl_b32.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
if "%_HB_DLL_DIR%" == "" goto POST_EXIT
|
||||
if "%HB_DIR_APOLLO%" == "" goto POST_EXIT
|
||||
|
||||
set _HB_INSTALL_PREFIX=%HB_INSTALL_PREFIX%
|
||||
if "%_HB_INSTALL_PREFIX%" == "" set _HB_INSTALL_PREFIX=..\..
|
||||
|
||||
@@ -28,7 +28,7 @@ call ..\mtpl_vc.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
if "%_HB_DLL_DIR%" == "" goto POST_EXIT
|
||||
if "%HB_DIR_APOLLO%" == "" goto POST_EXIT
|
||||
|
||||
set _HB_INSTALL_PREFIX=%HB_INSTALL_PREFIX%
|
||||
if "%_HB_INSTALL_PREFIX%" == "" set _HB_INSTALL_PREFIX=..\..
|
||||
|
||||
@@ -23,7 +23,7 @@ set _HB_DLL_NAME=libcurl
|
||||
if exist "%HB_DIR_CURL%\bin\%_HB_DLL_NAME%.dll" set _HB_DLL_DIR=%HB_DIR_CURL%\bin
|
||||
if exist "%HB_DIR_CURL%\%_HB_DLL_NAME%.dll" set _HB_DLL_DIR=%HB_DIR_CURL%
|
||||
|
||||
if not "%_HB_DLL_DIR%" == "" echo Using .dll: "%_HB_DLL_DIR%\%_HB_DLL_NAME%.dll"
|
||||
if not "%HB_DIR_CURL%" == "" echo Using .dll: "%_HB_DLL_DIR%\%_HB_DLL_NAME%.dll"
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
@@ -31,7 +31,7 @@ call ..\mtpl_b32.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
if "%_HB_DLL_DIR%" == "" goto POST_EXIT
|
||||
if "%HB_DIR_CURL%" == "" goto POST_EXIT
|
||||
|
||||
set _HB_INSTALL_PREFIX=%HB_INSTALL_PREFIX%
|
||||
if "%_HB_INSTALL_PREFIX%" == "" set _HB_INSTALL_PREFIX=..\..
|
||||
|
||||
@@ -23,7 +23,7 @@ set _HB_DLL_NAME=libcurl
|
||||
if exist "%HB_DIR_CURL%\bin\%_HB_DLL_NAME%.dll" set _HB_DLL_DIR=%HB_DIR_CURL%\bin
|
||||
if exist "%HB_DIR_CURL%\%_HB_DLL_NAME%.dll" set _HB_DLL_DIR=%HB_DIR_CURL%
|
||||
|
||||
if not "%_HB_DLL_DIR%" == "" echo Using .dll: "%_HB_DLL_DIR%\%_HB_DLL_NAME%.dll"
|
||||
if not "%HB_DIR_CURL%" == "" echo Using .dll: "%_HB_DLL_DIR%\%_HB_DLL_NAME%.dll"
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
@@ -31,7 +31,7 @@ call ..\mtpl_vc.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
if "%_HB_DLL_DIR%" == "" goto POST_EXIT
|
||||
if "%HB_DIR_CURL%" == "" goto POST_EXIT
|
||||
|
||||
set _HB_INSTALL_PREFIX=%HB_INSTALL_PREFIX%
|
||||
if "%_HB_INSTALL_PREFIX%" == "" set _HB_INSTALL_PREFIX=..\..
|
||||
|
||||
@@ -28,7 +28,7 @@ call ..\mtpl_b32.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
if "%_HB_DLL_DIR%" == "" goto POST_EXIT
|
||||
if "%HB_DIR_FIREBIRD%" == "" goto POST_EXIT
|
||||
|
||||
set _HB_INSTALL_PREFIX=%HB_INSTALL_PREFIX%
|
||||
if "%_HB_INSTALL_PREFIX%" == "" set _HB_INSTALL_PREFIX=..\..
|
||||
|
||||
@@ -28,7 +28,7 @@ call ..\mtpl_vc.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
if "%_HB_DLL_DIR%" == "" goto POST_EXIT
|
||||
if "%HB_DIR_FIREBIRD%" == "" goto POST_EXIT
|
||||
|
||||
set _HB_INSTALL_PREFIX=%HB_INSTALL_PREFIX%
|
||||
if "%_HB_INSTALL_PREFIX%" == "" set _HB_INSTALL_PREFIX=..\..
|
||||
|
||||
@@ -29,7 +29,7 @@ call ..\mtpl_b32.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
if "%_HB_DLL_DIR%" == "" goto POST_EXIT
|
||||
if "%HB_DIR_FREEIMAGE%" == "" goto POST_EXIT
|
||||
|
||||
set _HB_INSTALL_PREFIX=%HB_INSTALL_PREFIX%
|
||||
if "%_HB_INSTALL_PREFIX%" == "" set _HB_INSTALL_PREFIX=..\..
|
||||
|
||||
@@ -29,7 +29,7 @@ call ..\mtpl_vc.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
if "%_HB_DLL_DIR%" == "" goto POST_EXIT
|
||||
if "%HB_DIR_FREEIMAGE%" == "" goto POST_EXIT
|
||||
|
||||
set _HB_INSTALL_PREFIX=%HB_INSTALL_PREFIX%
|
||||
if "%_HB_INSTALL_PREFIX%" == "" set _HB_INSTALL_PREFIX=..\..
|
||||
|
||||
@@ -28,7 +28,7 @@ call ..\mtpl_b32.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
if "%_HB_DLL_DIR%" == "" goto POST_EXIT
|
||||
if "%HB_DIR_GD%" == "" goto POST_EXIT
|
||||
|
||||
set _HB_INSTALL_PREFIX=%HB_INSTALL_PREFIX%
|
||||
if "%_HB_INSTALL_PREFIX%" == "" set _HB_INSTALL_PREFIX=..\..
|
||||
|
||||
@@ -28,7 +28,7 @@ call ..\mtpl_vc.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
if "%_HB_DLL_DIR%" == "" goto POST_EXIT
|
||||
if "%HB_DIR_GD%" == "" goto POST_EXIT
|
||||
|
||||
set _HB_INSTALL_PREFIX=%HB_INSTALL_PREFIX%
|
||||
if "%_HB_INSTALL_PREFIX%" == "" set _HB_INSTALL_PREFIX=..\..
|
||||
|
||||
@@ -29,7 +29,7 @@ call ..\mtpl_b32.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
if "%_HB_DLL_DIR%" == "" goto POST_EXIT
|
||||
if "%HB_DIR_LIBHARU%" == "" goto POST_EXIT
|
||||
|
||||
set _HB_INSTALL_PREFIX=%HB_INSTALL_PREFIX%
|
||||
if "%_HB_INSTALL_PREFIX%" == "" set _HB_INSTALL_PREFIX=..\..
|
||||
|
||||
@@ -29,7 +29,7 @@ call ..\mtpl_vc.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
if "%_HB_DLL_DIR%" == "" goto POST_EXIT
|
||||
if "%HB_DIR_LIBHARU%" == "" goto POST_EXIT
|
||||
|
||||
set _HB_INSTALL_PREFIX=%HB_INSTALL_PREFIX%
|
||||
if "%_HB_INSTALL_PREFIX%" == "" set _HB_INSTALL_PREFIX=..\..
|
||||
|
||||
@@ -28,7 +28,7 @@ call ..\mtpl_b32.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
if "%_HB_DLL_DIR%" == "" goto POST_EXIT
|
||||
if "%HB_DIR_MYSQL%" == "" goto POST_EXIT
|
||||
|
||||
set _HB_INSTALL_PREFIX=%HB_INSTALL_PREFIX%
|
||||
if "%_HB_INSTALL_PREFIX%" == "" set _HB_INSTALL_PREFIX=..\..
|
||||
|
||||
@@ -28,7 +28,7 @@ call ..\mtpl_vc.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
if "%_HB_DLL_DIR%" == "" goto POST_EXIT
|
||||
if "%HB_DIR_MYSQL%" == "" goto POST_EXIT
|
||||
|
||||
set _HB_INSTALL_PREFIX=%HB_INSTALL_PREFIX%
|
||||
if "%_HB_INSTALL_PREFIX%" == "" set _HB_INSTALL_PREFIX=..\..
|
||||
|
||||
@@ -28,7 +28,7 @@ call ..\mtpl_b32.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
if "%_HB_DLL_DIR%" == "" goto POST_EXIT
|
||||
if "%HB_DIR_PGSQL%" == "" goto POST_EXIT
|
||||
|
||||
set _HB_INSTALL_PREFIX=%HB_INSTALL_PREFIX%
|
||||
if "%_HB_INSTALL_PREFIX%" == "" set _HB_INSTALL_PREFIX=..\..
|
||||
|
||||
@@ -28,7 +28,7 @@ call ..\mtpl_vc.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
if "%_HB_DLL_DIR%" == "" goto POST_EXIT
|
||||
if "%HB_DIR_PGSQL%" == "" goto POST_EXIT
|
||||
|
||||
set _HB_INSTALL_PREFIX=%HB_INSTALL_PREFIX%
|
||||
if "%_HB_INSTALL_PREFIX%" == "" set _HB_INSTALL_PREFIX=..\..
|
||||
|
||||
@@ -24,7 +24,7 @@ if exist "%HB_DIR_ADS%\Redistribute\%_HB_DLL_NAME%.dll" set _HB_DLL_DIR=%HB_DIR_
|
||||
if exist "%HB_DIR_ADS%\%_HB_DLL_NAME%.dll" set _HB_DLL_DIR=%HB_DIR_ADS%
|
||||
if exist "%HB_DIR_ADS%\32bit\%_HB_DLL_NAME%.dll" set _HB_DLL_DIR=%HB_DIR_ADS%\32bit
|
||||
|
||||
if not "%_HB_DLL_DIR%" == "" echo Using .dll: "%_HB_DLL_DIR%\%_HB_DLL_NAME%.dll"
|
||||
if not "%HB_DIR_ADS%" == "" echo Using .dll: "%_HB_DLL_DIR%\%_HB_DLL_NAME%.dll"
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
@@ -32,7 +32,7 @@ call ..\mtpl_b32.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
if "%_HB_DLL_DIR%" == "" goto POST_EXIT
|
||||
if "%HB_DIR_ADS%" == "" goto POST_EXIT
|
||||
|
||||
set _HB_INSTALL_PREFIX=%HB_INSTALL_PREFIX%
|
||||
if "%_HB_INSTALL_PREFIX%" == "" set _HB_INSTALL_PREFIX=..\..
|
||||
|
||||
@@ -24,7 +24,7 @@ if exist "%HB_DIR_ADS%\Redistribute\%_HB_DLL_NAME%.dll" set _HB_DLL_DIR=%HB_DIR_
|
||||
if exist "%HB_DIR_ADS%\%_HB_DLL_NAME%.dll" set _HB_DLL_DIR=%HB_DIR_ADS%
|
||||
if exist "%HB_DIR_ADS%\32bit\%_HB_DLL_NAME%.dll" set _HB_DLL_DIR=%HB_DIR_ADS%\32bit
|
||||
|
||||
if not "%_HB_DLL_DIR%" == "" echo Using .dll: "%_HB_DLL_DIR%\%_HB_DLL_NAME%.dll"
|
||||
if not "%HB_DIR_ADS%" == "" echo Using .dll: "%_HB_DLL_DIR%\%_HB_DLL_NAME%.dll"
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
@@ -32,7 +32,7 @@ call ..\mtpl_vc.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
|
||||
rem ---------------------------------------------------------------
|
||||
|
||||
if "%_HB_DLL_DIR%" == "" goto POST_EXIT
|
||||
if "%HB_DIR_ADS%" == "" goto POST_EXIT
|
||||
|
||||
set _HB_INSTALL_PREFIX=%HB_INSTALL_PREFIX%
|
||||
if "%_HB_INSTALL_PREFIX%" == "" set _HB_INSTALL_PREFIX=..\..
|
||||
|
||||
@@ -20,7 +20,7 @@ Core
|
||||
=============================
|
||||
- Fixed __HARBOUR__ macro on .prg level, when compiled with -u switch.
|
||||
- HB_ARRAYID() moved to xhb.lib, synced with xhb and made 64 bit compatible.
|
||||
- file handle usage cleanup and 64 bit compatibility.
|
||||
- File handle usage cleanup and 64 bit compatibility.
|
||||
- Automatic destructors for .hrb modules.
|
||||
- Added passing non-string parameters to .hrb functions.
|
||||
- Fixed casting for indexes with key length greater then 196 bytes
|
||||
@@ -38,7 +38,7 @@ Core
|
||||
- Replicated CA-Cl*pper compile time optimization bugs.
|
||||
- TCP/IP function (HB_INET*()) fixes.
|
||||
- Added HB_OSFILEMASK(), HB_DIRSCAN(), HB_FILEMATCH() Harbour level functions.
|
||||
- Fixed RTE in HBReport() class.
|
||||
- Fixed RTE in HBReportForm() class.
|
||||
|
||||
Contrib
|
||||
=============================
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
%define name harbour-ce
|
||||
%define version 1.0.0
|
||||
%define releasen rc2
|
||||
%define releasen
|
||||
%define hb_pref hbce
|
||||
%define hb_ccpath /opt/mingw32ce/bin
|
||||
%define hb_ccpref arm-wince-mingw32ce-
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
%define name harbour-w32
|
||||
%define version 1.0.0
|
||||
%define releasen rc2
|
||||
%define releasen
|
||||
%define hb_pref hbw
|
||||
%define hb_ccpath /opt/xmingw/bin
|
||||
%define hb_ccpref i386-mingw32-
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
%define name harbour
|
||||
%define dname Harbour
|
||||
%define version 1.0.0
|
||||
%define releasen rc2
|
||||
%define releasen
|
||||
%define hb_pref hb
|
||||
%define hb_arch export HB_ARCHITECTURE=linux
|
||||
%define hb_cc export HB_COMPILER=gcc
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
#define HB_VER_MAJOR 1 /* Major version number */
|
||||
#define HB_VER_MINOR 0 /* Minor version number */
|
||||
#define HB_VER_REVISION 0 /* Revision number */
|
||||
#define HB_VER_STATUS "rc2" /* Build status */
|
||||
#define HB_VER_STATUS "" /* Build status */
|
||||
#define __HARBOUR__ 0x010000 /* Three bytes: Major + Minor + Revision. This is recommented for 3rd party .c and .prg level code. */
|
||||
|
||||
#endif /* HB_VER_H_ */
|
||||
|
||||
Reference in New Issue
Block a user