From 7fd3fd4c5e450697c77affc013d3d6c95284749c Mon Sep 17 00:00:00 2001 From: Luiz Rafael Culik Date: Sun, 13 Feb 2000 18:25:08 +0000 Subject: [PATCH] *** empty log message *** --- harbour/makefile.bc | 15 --------------- harbour/source/rtl/dummy.prg | 4 +--- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/harbour/makefile.bc b/harbour/makefile.bc index e4563a1bed..09754c1ef6 100644 --- a/harbour/makefile.bc +++ b/harbour/makefile.bc @@ -4,28 +4,13 @@ # makefile for Borland C/C++ compilers -!if $d(B16) -# Borland C/C++ (DOS 16 bits) -# Don't indent these. -BCC_OPT = -mh -DHARBOUR_USE_DOS_GTAPI -BCC_EXE = bcc -TASM_EXE = tasm -OBJ_DIR = obj\b16 -LIB_DIR = lib\b16 -!else # Borland C/C++ (Windows 32 bits) BCC_EXE = bcc32 TASM_EXE = tasm32 OBJ_DIR = obj\b32 LIB_DIR = lib\b32 - !if $d(B40) - # Borland C/C++ 4.x (Avoid optimizer bug) - BCC_OPT = -DHARBOUR_USE_WIN_GTAPI - !else # Borland C/C++ 5.x BCC_OPT = -O2 -DHARBOUR_USE_WIN_GTAPI - !endif -!endif HARBOUR_OPT = -q diff --git a/harbour/source/rtl/dummy.prg b/harbour/source/rtl/dummy.prg index c49a9a7cb1..eff9a320b9 100644 --- a/harbour/source/rtl/dummy.prg +++ b/harbour/source/rtl/dummy.prg @@ -79,9 +79,7 @@ FUNCTION __dbTrans() ; RETURN NIL FUNCTION __dbTransRec() ; RETURN NIL FUNCTION __TypeFile() ; RETURN NIL -FUNCTION __LabelForm() ; RETURN NIL -FUNCTION __ReportForm() ; RETURN NIL FUNCTION GetApplyKey() ; RETURN NIL FUNCTION GetReader() ; RETURN NIL -FUNCTION __SetFormat() ; RETURN NIL \ No newline at end of file +FUNCTION __SetFormat() ; RETURN NIL