diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 4867d46364..2b00d67e2d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2001-10-22 01:10 UTC-0500 Paul Tucker + * makefile.vc + * corrected ECHO and PDF definition. + 2001-10-21 19:10 GMT -3 Luiz Rafael Culik * source/compiler/harbour.c * Fixed alingment on the _DECL section diff --git a/harbour/makefile.vc b/harbour/makefile.vc index b495fd2683..3d8c5a251b 100644 --- a/harbour/makefile.vc +++ b/harbour/makefile.vc @@ -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 #