diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9d962306e8..8e3ca4308e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2001-12-09 14:50 GMT+1 JFL (mafact) + * harbour/makefile.vc + * Checked and corrected when used for SIMPLEX compilation + 2001-12-09 12:30 GMT+1 JFL (mafact) * harbour/source/rtl/checkbox.prg * Small typo corrected where nR became nT diff --git a/harbour/makefile.vc b/harbour/makefile.vc index 8c6ac34dd5..176fbfc53c 100644 --- a/harbour/makefile.vc +++ b/harbour/makefile.vc @@ -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