diff --git a/harbour/ChangeLog b/harbour/ChangeLog index eb9c405ca0..ad02cbf556 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19990911-07:42 EDT Paul Tucker + * makefile.vc + added new files for compiler to exe generation section + 19990911-13:03 GMT+1 Victor Szel * source/compiler/harbour.y source/compiler/genc.c diff --git a/harbour/makefile.vc b/harbour/makefile.vc index e69bc148df..302e39bfee 100644 --- a/harbour/makefile.vc +++ b/harbour/makefile.vc @@ -206,13 +206,19 @@ $(HARBOUR_EXE) : \ $(HBPP_DIR)\hbpp.c \ $(HBPP_DIR)\hbppint.c \ $(HBPP_DIR)\table.c - $(CC) $(CFLAGS) $(COMPILER_DIR)\harboury.c $(COMPILER_DIR)\harbourl.c $(COMPILER_DIR)\harbour.c $(HBPP_DIR)\hbppint.c $(HBPP_DIR)\hbpp.c $(HBPP_DIR)\table.c -o $(BIN_DIR)\harbour + $(CC) $(CFLAGS) $(COMPILER_DIR)\harboury.c $(COMPILER_DIR)\harbourl.c $(COMPILER_DIR)\harbour.c $(COMPILER_DIR)\genc.c $(COMPILER_DIR)\genhrb.c $(COMPILER_DIR)\genrc.c $(COMPILER_DIR)\genjava.c $(COMPILER_DIR)\genpas.c $(HBPP_DIR)\hbppint.c $(HBPP_DIR)\hbpp.c $(HBPP_DIR)\table.c -o $(BIN_DIR)\harbour -del harboury.obj -del harbourl.obj -del harbour.obj -del hbppint.obj -del hbpp.obj -del table.obj + -del genobj32.obj + -del genc.obj + -del genhrb.obj + -del genrc.obj + -del genjava.obj + -del genpas.obj # # Library dependencies and build rules