From 99aaecd77be09129daf1d007ab61c12173344180 Mon Sep 17 00:00:00 2001 From: Paul Tucker Date: Sat, 20 Nov 1999 22:41:10 +0000 Subject: [PATCH] remove hbfsapi from harbour.exe --- harbour/ChangeLog | 4 ++++ harbour/makefile.vc | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 15fc5cad44..3cec5a1ac9 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19991120-17:28 EDT Paul Tucker + * makefile.vc + - hbfsapi for harbour.exe + 19991120-14:35 GMT+1 Ryszard Glab *source/compiler/harbour.y diff --git a/harbour/makefile.vc b/harbour/makefile.vc index f3537cb6d7..c384d46b75 100644 --- a/harbour/makefile.vc +++ b/harbour/makefile.vc @@ -283,7 +283,6 @@ $(HARBOUR_EXE) : \ $(COMPILER_DIR)\genhrb.c \ $(COMPILER_DIR)\genrc.c \ $(COMPILER_DIR)\genjava.c \ - $(COMMON_DIR)\hbfsapi.c \ $(COMPILER_DIR)\genpas.c \ $(COMPILER_DIR)\expropt.c \ $(PP_DIR)\hbpp.c \ @@ -303,7 +302,6 @@ $(HARBOUR_EXE) : \ -del hbpp.obj -del hbppint.obj -del table.obj - -del hbfsapi.obj # # Library dependencies and build rules