*** empty log message ***

This commit is contained in:
Paul Tucker
1999-10-06 23:11:58 +00:00
parent d374d189bd
commit b73f13331f
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
19991006-18:55 EDT Paul Tucker <ptucker@sympatico.ca>
* makefile.vc
* corrected creation of hbrun.exe
19991006-17:05 EDT Paul Tucker <ptucker@sympatico.ca>
* source/rtl/gtapi.c
* enable dispbegin/end calls in gtBox

View File

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