Corrected ECHO definition

This commit is contained in:
Paul Tucker
2001-10-22 05:13:06 +00:00
parent d55e0de691
commit 43c4cdb727
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2001-10-22 01:10 UTC-0500 Paul Tucker <ptucker@sympatico.ca>
* makefile.vc
* corrected ECHO and PDF definition.
2001-10-21 19:10 GMT -3 Luiz Rafael Culik<culik@sl.conex.net>
* source/compiler/harbour.c
* Fixed alingment on the _DECL section

View File

@@ -62,10 +62,11 @@
# ---------------------------------------------------------------
!ifndef ECHO
ECHO = echo.
# don't indent definitions
ECHO = echo.
!endif
!ifndef DEL
DEL = del
DEL = del
!endif
MK_FILE = makefile.vc
@@ -96,7 +97,7 @@ HBPP_DIR = utils\hbpp
HBMAKE_DIR = utils\hbmake
!ifdef PDF
HBPDF_DIR = contrib\pdflib
HBPDF_DIR = contrib\pdflib
!endif
#
@@ -111,7 +112,7 @@ HARBOURFLAGS = -i$(INCLUDE_DIR) -n -q0 -w -es2 -gc0 $(PRG_USR) $(HARBOURFLAGS)
LDFLAGS = $(LDFLAGS)
!ifdef PDF
HARBOURFLAGS = $(HARBOURFLAGS) -dPDF
HARBOURFLAGS = $(HARBOURFLAGS) -dPDF
!endif
#