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:
@@ -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
|
||||
|
||||
@@ -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$@ $<
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user