2008-07-03 21:08 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
- contrib/hbmysql/difer.txt
- contrib/hbmysql/diffeng.txt
+ contrib/hbmysql/diff-en.txt
+ contrib/hbmysql/diff-es.txt
* contrib/hbmysql/tmysql.prg
- contrib/hbmysql/dbf2mysq.prg
+ contrib/hbmysql/utils
+ contrib/hbmysql/utils/bld_b32.bat
+ contrib/hbmysql/utils/dbf2mysq.prg
+ contrib/hbmysql/utils/bld_vc.bat
* Some dir cleanup.
* Created separate dir for standalone utility.
! SVN headers and props added.
This commit is contained in:
@@ -8,6 +8,21 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2008-07-03 21:08 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
- contrib/hbmysql/difer.txt
|
||||
- contrib/hbmysql/diffeng.txt
|
||||
+ contrib/hbmysql/diff-en.txt
|
||||
+ contrib/hbmysql/diff-es.txt
|
||||
* contrib/hbmysql/tmysql.prg
|
||||
- contrib/hbmysql/dbf2mysq.prg
|
||||
+ contrib/hbmysql/utils
|
||||
+ contrib/hbmysql/utils/bld_b32.bat
|
||||
+ contrib/hbmysql/utils/dbf2mysq.prg
|
||||
+ contrib/hbmysql/utils/bld_vc.bat
|
||||
* Some dir cleanup.
|
||||
* Created separate dir for standalone utility.
|
||||
! SVN headers and props added.
|
||||
|
||||
2008-07-03 19:28 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/debian/changelog
|
||||
* harbour/make_deb.sh
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
/*
|
||||
* $Id $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
February 2004
|
||||
I.Q. David Arturo Macias Corona
|
||||
|
||||
Modifications to programs of harbour\contrib\mysql
|
||||
Modifications to programs of harbour\contrib\hbmysql
|
||||
|
||||
|
||||
TMySql.prg Program *****************************************
|
||||
@@ -1,12 +1,12 @@
|
||||
/*
|
||||
* $Id $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
Febrero 2004
|
||||
I.Q. David Arturo Macias Corona
|
||||
|
||||
Modificaciones a los programas de harbour\contrib\mysql
|
||||
Modificaciones a los programas de harbour\contrib\hbmysql
|
||||
|
||||
|
||||
Programa TMySql.prg *****************************************
|
||||
@@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
14
harbour/contrib/hbmysql/utils/bld_b32.bat
Normal file
14
harbour/contrib/hbmysql/utils/bld_b32.bat
Normal file
@@ -0,0 +1,14 @@
|
||||
@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=hbmysql.lib libmysql.lib
|
||||
|
||||
call %HB_BIN_INSTALL%\bld.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
14
harbour/contrib/hbmysql/utils/bld_vc.bat
Normal file
14
harbour/contrib/hbmysql/utils/bld_vc.bat
Normal file
@@ -0,0 +1,14 @@
|
||||
@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
|
||||
set HB_USER_LIBS=hbmysql.lib libmysql.lib
|
||||
|
||||
call %HB_BIN_INSTALL%\bld.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
|
||||
Reference in New Issue
Block a user