diff --git a/harbour/ChangeLog b/harbour/ChangeLog index acd4718e27..ecbf12615c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19991006-18:55 EDT Paul Tucker + * makefile.vc + * corrected creation of hbrun.exe + 19991006-17:05 EDT Paul Tucker * source/rtl/gtapi.c * enable dispbegin/end calls in gtBox diff --git a/harbour/makefile.vc b/harbour/makefile.vc index d1c9b0771b..87af183022 100644 --- a/harbour/makefile.vc +++ b/harbour/makefile.vc @@ -244,9 +244,9 @@ $(RUNNER_EXE) : \ $(RUNNER_DIR)\stdalone\hbrun.prg $(HARBOUR_EXE) $(HARBOURFLAGS) -o$(RUNNER_DIR)\stdalone\ $(RUNNER_DIR)\stdalone\external.prg $(HARBOUR_EXE) $(HARBOURFLAGS) -o$(RUNNER_DIR)\stdalone\ -i$(RUNNER_DIR)\stdalone\ $(RUNNER_DIR)\stdalone\hbrun.prg - $(CC) -TP $(CFLAGS) $(RUNNER_DIR)\stdalone\hbrun.c $(RUNNER_DIR)\stdalone\external.c -o $(BIN_DIR)\runner /link $(LIBS) + $(CC) -TP $(CFLAGS) $(RUNNER_DIR)\stdalone\hbrun.c $(RUNNER_DIR)\stdalone\external.c -o $(BIN_DIR)\hbrun /link $(LIBS) -del external.obj - -del runner.obj + -del hbrun.obj $(HARBOUR_EXE) : \ $(COMPILER_DIR)\harboury.c \