19990718-17:33 CET Patrick Mast <harbour@PatrickMast.com>

* /source/rtl/errorsys.prg
    changed #include "include\error.ch" back into #include "error.ch"
    changed makefile.b32 to compile PRG's with switch iinclude
This commit is contained in:
Patrick Mast
1999-07-18 15:45:41 +00:00
parent 7c7359a0ad
commit 2c24d84d82
3 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
19990718-17:33 CET Patrick Mast <harbour@PatrickMast.com>
* /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 <harbour@PatrickMast.com>
* /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 <eddie@runia.com>
* build32.bat
bldhbpp.bat called

View File

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

View File

@@ -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")