From 2c24d84d826ca50fecdcacf44a109f59517d027b Mon Sep 17 00:00:00 2001 From: Patrick Mast Date: Sun, 18 Jul 1999 15:45:41 +0000 Subject: [PATCH] 19990718-17:33 CET Patrick Mast * /source/rtl/errorsys.prg changed #include "include\error.ch" back into #include "error.ch" changed makefile.b32 to compile PRG's with switch iinclude --- harbour/ChangeLog | 7 +++++-- harbour/makefile.b32 | 2 +- harbour/source/rtl/errorsys.prg | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 13b0538d10..a1d1ed02c5 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +19990718-17:33 CET Patrick Mast + * /source/rtl/errorsys.prg + changed #include "include\error.ch" back into #include "error.ch" + changed makefile.b32 to compile PRG's with switch iinclude + 19990718-15:44 CET Patrick Mast * /test/working/buildvc.bat For PRG -> EXE with MSVC++ * buildvc.bat Includes MASM'ing Symbols.obj now @@ -14,8 +19,6 @@ * tests/working/run_all.bat Harbour compile added - - 19990718-14:00 CET Eddie Runia * build32.bat bldhbpp.bat called diff --git a/harbour/makefile.b32 b/harbour/makefile.b32 index c134beb2df..ecb5280e32 100644 --- a/harbour/makefile.b32 +++ b/harbour/makefile.b32 @@ -73,7 +73,7 @@ tclass.c : tclass.prg harbour.exe tlib .\libs\b32\harbour.lib -+$@,, .prg.c: - bin\harbour $< /n /osource\rtl + bin\harbour $< /n /osource\rtl /iinclude .c.obj: bcc32 -c -O2 -I.\include -o$@ $< diff --git a/harbour/source/rtl/errorsys.prg b/harbour/source/rtl/errorsys.prg index 4f8a8aa3ed..f190dfc8f5 100644 --- a/harbour/source/rtl/errorsys.prg +++ b/harbour/source/rtl/errorsys.prg @@ -24,7 +24,7 @@ // Standard Harbour ErrorSys system -#include "include\error.ch" +#include "error.ch" #define ISCHAR(var) (ValType(var) == "C") #define ISNUM(var) (ValType(var) == "N")