Correct building of hbdoc.exe

This commit is contained in:
Paul Tucker
2000-02-10 03:42:29 +00:00
parent c20de3ef2f
commit a72ec7dc0c
2 changed files with 4 additions and 2 deletions

View File

@@ -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 <ptucker@sympatico.ca>
* makefile.vc

View File

@@ -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) : \