2007-12-01 00:54 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

- contrib/apollo
   + contrib/hbapollo
   * contrib/hbapollo/common.mak
   * contrib/hbapollo/Makefile
   * harbour/contrib/make_b32_all.bat
   * harbour/contrib/make_vc_all.bat
     * First contrib lib rename (live rehearsal).
       (goals: hb prefix, dirname = libname, 8 chars limit)

   * harbour/contrib/make_b32_all.bat
   * harbour/contrib/make_vc_all.bat
     * DIRS internal envvar renamed to _HB_DIRS.
This commit is contained in:
Viktor Szakats
2007-12-01 01:02:26 +00:00
parent 83cd6eeabe
commit 73bcb77ccd
15 changed files with 46 additions and 32 deletions

View File

@@ -8,6 +8,20 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2007-12-01 00:54 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
- contrib/apollo
+ contrib/hbapollo
* contrib/hbapollo/common.mak
* contrib/hbapollo/Makefile
* harbour/contrib/make_b32_all.bat
* harbour/contrib/make_vc_all.bat
* First contrib lib rename (live rehearsal).
(goals: hb prefix, dirname = libname, 8 chars limit)
* harbour/contrib/make_b32_all.bat
* harbour/contrib/make_vc_all.bat
* DIRS internal envvar renamed to _HB_DIRS.
2007-11-30 20:30 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl)
* harbour/include/hbstack.h
! Added HB_EXPORT to hb_stackPop(). Required

View File

@@ -10,6 +10,6 @@ C_SOURCES=\
PRG_SOURCES=\
apollo1.prg \
LIBNAME=apollo
LIBNAME=hbapollo
include $(TOP)$(ROOT)config/lib.cf

View File

@@ -2,7 +2,7 @@
# $Id$
#
LIBNAME = apollo
LIBNAME = hbapollo
LIB_PATH = $(LIB_DIR)\$(LIBNAME)$(LIBEXT)

View File

@@ -10,22 +10,22 @@ set HB_SHOW_ERRORS=no
rem set DO_NOT_COMPILE=examples hbclip hgf what32
set DIRS=adordd bmdbfcdx btree gtwvg libct libgt libmisc libnf msql
for %%n in ( %DIRS% ) do %COMSPEC% /c make_b32.bat %%n %1 %2 %3 %4 %5 %6 %7 %8 %9
set _HB_DIRS=adordd bmdbfcdx btree gtwvg libct libgt libmisc libnf msql
for %%n in ( %_HB_DIRS% ) do %COMSPEC% /c make_b32.bat %%n %1 %2 %3 %4 %5 %6 %7 %8 %9
set DIRS=ole hbzlib htmllib odbc telepath tip win32 xhb
for %%n in ( %DIRS% ) do %COMSPEC% /c make_b32.bat %%n %1 %2 %3 %4 %5 %6 %7 %8 %9
set _HB_DIRS=ole hbzlib htmllib odbc telepath tip win32 xhb
for %%n in ( %_HB_DIRS% ) do %COMSPEC% /c make_b32.bat %%n %1 %2 %3 %4 %5 %6 %7 %8 %9
set DIRS=samples directx
if not "%APOLLO_DIR%" == "" set DIRS=%DIRS% apollo
if not "%FIREBIRD_DIR%" == "" set DIRS=%DIRS% firebird
if not "%FREEIMAGE_DIR%" == "" set DIRS=%DIRS% freeimage
if not "%GD_DIR%" == "" set DIRS=%DIRS% gd
if not "%MYSQL_DIR%" == "" set DIRS=%DIRS% mysql
if not "%PDFLIB_DIR%" == "" set DIRS=%DIRS% pdflib
if not "%PGSQL_DIR%" == "" set DIRS=%DIRS% pgsql
if not "%ADS_DIR%" == "" set DIRS=%DIRS% rdd_ads
for %%n in ( %DIRS% ) do %COMSPEC% /c make_b32.bat %%n %1 %2 %3 %4 %5 %6 %7 %8 %9
set _HB_DIRS=samples directx
if not "%APOLLO_DIR%" == "" set _HB_DIRS=%_HB_DIRS% hbapollo
if not "%FIREBIRD_DIR%" == "" set _HB_DIRS=%_HB_DIRS% firebird
if not "%FREEIMAGE_DIR%" == "" set _HB_DIRS=%_HB_DIRS% freeimage
if not "%GD_DIR%" == "" set _HB_DIRS=%_HB_DIRS% gd
if not "%MYSQL_DIR%" == "" set _HB_DIRS=%_HB_DIRS% mysql
if not "%PDFLIB_DIR%" == "" set _HB_DIRS=%_HB_DIRS% pdflib
if not "%PGSQL_DIR%" == "" set _HB_DIRS=%_HB_DIRS% pgsql
if not "%ADS_DIR%" == "" set _HB_DIRS=%_HB_DIRS% rdd_ads
for %%n in ( %_HB_DIRS% ) do %COMSPEC% /c make_b32.bat %%n %1 %2 %3 %4 %5 %6 %7 %8 %9
set HB_SHOW_ERRORS=
set DIRS=
set _HB_DIRS=

View File

@@ -10,22 +10,22 @@ set HB_SHOW_ERRORS=no
rem set DO_NOT_COMPILE=examples hbclip hgf
set DIRS=adordd bmdbfcdx btree gtwvg libct libgt libmisc libnf msql
for %%n in ( %DIRS% ) do %COMSPEC% /c make_vc.bat %%n %1 %2 %3 %4 %5 %6 %7 %8 %9
set _HB_DIRS=adordd bmdbfcdx btree gtwvg libct libgt libmisc libnf msql
for %%n in ( %_HB_DIRS% ) do %COMSPEC% /c make_vc.bat %%n %1 %2 %3 %4 %5 %6 %7 %8 %9
set DIRS=ole hbzlib htmllib odbc telepath tip what32 win32 xhb
for %%n in ( %DIRS% ) do %COMSPEC% /c make_vc.bat %%n %1 %2 %3 %4 %5 %6 %7 %8 %9
set _HB_DIRS=ole hbzlib htmllib odbc telepath tip what32 win32 xhb
for %%n in ( %_HB_DIRS% ) do %COMSPEC% /c make_vc.bat %%n %1 %2 %3 %4 %5 %6 %7 %8 %9
set DIRS=samples directx
if not "%APOLLO_DIR%" == "" set DIRS=%DIRS% apollo
if not "%FIREBIRD_DIR%" == "" set DIRS=%DIRS% firebird
if not "%FREEIMAGE_DIR%" == "" set DIRS=%DIRS% freeimage
if not "%GD_DIR%" == "" set DIRS=%DIRS% gd
if not "%MYSQL_DIR%" == "" set DIRS=%DIRS% mysql
if not "%PDFLIB_DIR%" == "" set DIRS=%DIRS% pdflib
if not "%PGSQL_DIR%" == "" set DIRS=%DIRS% pgsql
if not "%ADS_DIR%" == "" set DIRS=%DIRS% rdd_ads
for %%n in ( %DIRS% ) do %COMSPEC% /c make_vc.bat %%n %1 %2 %3 %4 %5 %6 %7 %8 %9
set _HB_DIRS=samples directx
if not "%APOLLO_DIR%" == "" set _HB_DIRS=%_HB_DIRS% hbapollo
if not "%FIREBIRD_DIR%" == "" set _HB_DIRS=%_HB_DIRS% firebird
if not "%FREEIMAGE_DIR%" == "" set _HB_DIRS=%_HB_DIRS% freeimage
if not "%GD_DIR%" == "" set _HB_DIRS=%_HB_DIRS% gd
if not "%MYSQL_DIR%" == "" set _HB_DIRS=%_HB_DIRS% mysql
if not "%PDFLIB_DIR%" == "" set _HB_DIRS=%_HB_DIRS% pdflib
if not "%PGSQL_DIR%" == "" set _HB_DIRS=%_HB_DIRS% pgsql
if not "%ADS_DIR%" == "" set _HB_DIRS=%_HB_DIRS% rdd_ads
for %%n in ( %_HB_DIRS% ) do %COMSPEC% /c make_vc.bat %%n %1 %2 %3 %4 %5 %6 %7 %8 %9
set HB_SHOW_ERRORS=
set DIRS=
set _HB_DIRS=