2001-12-09 14:50 GMT+1 JFL (mafact) <jfl@mafact.com>

This commit is contained in:
Jean-Francois Lefebvre
2001-12-09 12:45:28 +00:00
parent 8269338a65
commit eff552f01b
2 changed files with 6 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
2001-12-09 14:50 GMT+1 JFL (mafact) <jfl@mafact.com>
* harbour/makefile.vc
* Checked and corrected when used for SIMPLEX compilation
2001-12-09 12:30 GMT+1 JFL (mafact) <jfl@mafact.com>
* harbour/source/rtl/checkbox.prg
* Small typo corrected where nR became nT

View File

@@ -20,7 +20,7 @@
# Note that this will require the pdflib contrib.
# HB_GT_LIB - To override the default GT driver
# (search for HB_GT_LIBS for a list of values)
# HB_LEX - If set to SIMPLEX, an alternate lexer will be
# HB_LEX - If set to SIMPLEX, an alternate lexer will be
# used instead of the Flex based one.
# PRG_USR - Extra Harbour compiler options
# (GNU make compatible envvar)
@@ -1023,10 +1023,7 @@ $(OBJ_DIR)\harbourl.c : $(COMPILER_DIR)\harbour.l
!if ( "$(HB_LEX)"=="SIMPLEX" )
$(OBJ_DIR)\macroy.c : $(MACRO_DIR)\macro.y
bison -p --no-line hb_comp -d $** -o$@
$(OBJ_DIR)\macroy.obj : $(OBJ_DIR)\macroy.c
$(CC) $(CLIBFLAGS) -W3 -Fo$@ $**
bison -p hb_comp -d --no-line $** -o$@
!else