From fe9ad9187c4eee335f517fb4547f640ab3d020ae Mon Sep 17 00:00:00 2001 From: Paul Tucker Date: Thu, 10 Feb 2000 03:14:01 +0000 Subject: [PATCH] move hbdoc.exe to bin --- harbour/ChangeLog | 4 ++++ harbour/makefile.vc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 4eaf62407b..d3b8b01c68 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +20000209-22:10 EST Paul Tucker + * makefile.vc + * move hbdoc.exe to bin + 20000210-03:44 GMT+1 Victor Szakats * makefile.vc * HBTOOLS.LIB renamed to TOOLS.LIB to better resemble to the other diff --git a/harbour/makefile.vc b/harbour/makefile.vc index 167a888843..3ebd299ba5 100644 --- a/harbour/makefile.vc +++ b/harbour/makefile.vc @@ -59,7 +59,7 @@ PP_EXE=$(BIN_DIR)\hbpp.exe RUNNER_EXE=$(BIN_DIR)\hbrun.exe RUNNER_DLL=$(BIN_DIR)\runjava.dll MACRO_LIB=$(LIB_DIR)\macro.lib -HBDOC_EXE=($HBDOC_DIR)\hbdoc.exe +HBDOC_EXE=$(BIN_DIR)\hbdoc.exe HARBOURFLAGS=-iinclude -n -q LIBS=$(HARBOUR_LIB) $(MACRO_LIB) $(TERMINAL_LIB) $(TOOLS_LIB) $(DEBUG_LIB) $(PP_LIB) $(DBFNTX_LIB) $(DBFCDX_LIB) $(RUNNER_LIB) $(MACRO_LIB)