20000308-18:05 GMT+1 Victor Szakats <info@szelvesz.hu>

This commit is contained in:
Viktor Szakats
2000-03-08 17:07:42 +00:00
parent be2f9a5bd5
commit 1f8c841585
8 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
20000308-18:05 GMT+1 Victor Szakats <info@szelvesz.hu>
* makefile.vc
! Small correction.
* make_tpl.*
bin/bld_tpl.*
! "<>" chars around the email address replaced with "()", since it
confused some OSes.
* source/rtl/tget.prg
! TOFIX added.
20000308-15:05 GMT+1 Ryszard Glab <rglab@imid.med.pl>
*source/rtl/gt/gtstd.c

View File

@@ -10,7 +10,7 @@ rem Template to build a final Harbour executable, using Harbour
rem with the C code generation feature, then calling the proper C
rem linker/compiler.
rem
rem Copyright 1999 Victor Szakats <info@szelvesz.hu>
rem Copyright 1999-2000 Victor Szakats (info@szelvesz.hu)
rem See doc/license.txt for licensing terms.
rem ---------------------------------------------------------------

View File

@@ -10,7 +10,7 @@ rem Template to build a final Harbour executable, using Harbour
rem with the C code generation feature, then calling the proper C
rem linker/compiler.
rem
rem Copyright 1999 Victor Szakats <info@szelvesz.hu>
rem Copyright 1999-2000 Victor Szakats (info@szelvesz.hu)
rem See doc/license.txt for licensing terms.
rem ---------------------------------------------------------------

View File

@@ -12,7 +12,7 @@ rem
rem For further information about the GNU make system please
rem check doc/gmake.txt
rem
rem Copyright 1999 Victor Szakats <info@szelvesz.hu>
rem Copyright 1999-2000 Victor Szakats (info@szelvesz.hu)
rem See doc/license.txt for licensing terms.
rem ---------------------------------------------------------------

View File

@@ -12,7 +12,7 @@ rem
rem For further information about the GNU make system please
rem check doc/gmake.txt
rem
rem Copyright 1999 Victor Szakats <info@szelvesz.hu>
rem Copyright 1999-2000 Victor Szakats (info@szelvesz.hu)
rem See doc/license.txt for licensing terms.
rem ---------------------------------------------------------------

View File

@@ -12,7 +12,7 @@
# For further information about the GNU make system please
# check doc/gmake.txt
#
# Copyright 1999 Victor Szakats <info@szelvesz.hu>
# Copyright 1999-2000 Victor Szakats (info@szelvesz.hu)
# See doc/license.txt for licensing terms.
# ---------------------------------------------------------------

View File

@@ -837,7 +837,7 @@ $(OBJ_DIR)\tone.obj : $(RTL_DIR)\tone.c
$(CC) -W1 -nologo -I$(INCLUDE_DIR) -DHARBOUR_USE_WIN_GTAPI -c -TP -Fo$@ $**
$(OBJ_DIR)\trace.obj : $(RTL_DIR)\trace.c
$(CC) -W1 -nologo -I$(INCLUDE_DIR) -DHARBOUR_USE_WIN_GTAPI -c -TP -Fo$@ $**
$(CC) $(CLIBFLAGS) -Fo$@ $**
$(OBJ_DIR)\transfrm.obj : $(RTL_DIR)\transfrm.c
$(CC) $(CLIBFLAGS) -Fo$@ $**

View File

@@ -1068,6 +1068,9 @@ return TGet():New( nRow, nCol, bVarBlock, cVarName, cPicture, cColor )
//---------------------------------------------------------------------------//
/* TOFIX: Clipper will do a compiler hack to internally generate a setget
block for these function calls when not specified. */
function __GET( uVar, cVarName, cPicture, bValid, bWhen, bSetGet )
return _GET_( uVar, cVarName, cPicture, bValid, bWhen, bSetGet )