From a72ec7dc0cced283deb06f8c5d07a5970bb153af Mon Sep 17 00:00:00 2001 From: Paul Tucker Date: Thu, 10 Feb 2000 03:42:29 +0000 Subject: [PATCH] Correct building of hbdoc.exe --- harbour/ChangeLog | 2 ++ harbour/makefile.vc | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index cde73a212f..03687843be 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -2,6 +2,8 @@ * source/rtl/tone.c * change _Windows to _WINDOWS_ * assign 0 to temp if ifdefs' not matched + * makefile.vc + * correct building of hbdoc.exe 20000209-22:10 EST Paul Tucker * makefile.vc diff --git a/harbour/makefile.vc b/harbour/makefile.vc index 3ebd299ba5..276165a0bd 100644 --- a/harbour/makefile.vc +++ b/harbour/makefile.vc @@ -291,9 +291,9 @@ all: $(HARBOUR_EXE) \ $(DBFNTX_LIB) \ $(DBFCDX_LIB) \ $(PP_EXE) \ - $(HBDOC_EXE) \ $(RUNNER_LIB) \ - $(RUNNER_EXE) + $(RUNNER_EXE) \ + $(HBDOC_EXE) # $(RUNNER_DLL) $(PP_EXE) : \