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:
Viktor Szakats
2008-07-03 19:09:43 +00:00
parent 73f3d0cee7
commit c4bfc3445a
7 changed files with 48 additions and 5 deletions

View File

@@ -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

View File

@@ -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 *****************************************

View File

@@ -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 *****************************************

View File

@@ -1,4 +1,4 @@
/*
/*
* $Id$
*/

View 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

View 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