From e35f05643b2da8584f17371b9c5af5e14194e433 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 15 Jan 2009 23:29:36 +0000 Subject: [PATCH] Added ending EOLs --- harbour/config/global.cf | 2 +- harbour/contrib/hbct/Makefile | 8 ++++++++ harbour/contrib/hbct/common.mak | 8 ++++++++ harbour/make_b32.bat | 2 +- harbour/make_gcc.mak | 2 +- 5 files changed, 19 insertions(+), 3 deletions(-) diff --git a/harbour/config/global.cf b/harbour/config/global.cf index a4e1a2b812..271fa8f937 100644 --- a/harbour/config/global.cf +++ b/harbour/config/global.cf @@ -45,4 +45,4 @@ ifeq ($(HB_LIB_COMPILE),) HB_LIB_COMPILE := endif -include $(TOP)$(ROOT)config/$(HB_ARCH).cf \ No newline at end of file +include $(TOP)$(ROOT)config/$(HB_ARCH).cf diff --git a/harbour/contrib/hbct/Makefile b/harbour/contrib/hbct/Makefile index 502764cfd4..42925cac31 100644 --- a/harbour/contrib/hbct/Makefile +++ b/harbour/contrib/hbct/Makefile @@ -83,6 +83,14 @@ C_SOURCES =\ wordrepl.c \ wordtoch.c \ +C_HEADERS = \ + ct.h \ + ctmath.h \ + ctset.h \ + ctstr.h \ + ctstrfil.h \ + ctwin.h \ + PRG_SOURCES=\ blank.prg \ ct.prg \ diff --git a/harbour/contrib/hbct/common.mak b/harbour/contrib/hbct/common.mak index 7d27b66699..7b4d4406f4 100644 --- a/harbour/contrib/hbct/common.mak +++ b/harbour/contrib/hbct/common.mak @@ -13,6 +13,14 @@ PRG_HEADERS = \ ctextern.ch \ ctvideo.ch \ +C_HEADERS = \ + ct.h \ + ctmath.h \ + ctset.h \ + ctstr.h \ + ctstrfil.h \ + ctwin.h \ + LIB_OBJS = \ $(OBJ_DIR)addascii$(OBJEXT) \ $(OBJ_DIR)asciisum$(OBJEXT) \ diff --git a/harbour/make_b32.bat b/harbour/make_b32.bat index 17ea4659d1..b1ba8d020b 100644 --- a/harbour/make_b32.bat +++ b/harbour/make_b32.bat @@ -79,4 +79,4 @@ set _HB_CC_NAME= set _HB_MAKE_PROGRAM= set _HB_MAKEFILE= -if exist hbpostmk.bat call hbpostmk.bat \ No newline at end of file +if exist hbpostmk.bat call hbpostmk.bat diff --git a/harbour/make_gcc.mak b/harbour/make_gcc.mak index 1fbfe6e079..d518fdd8fe 100644 --- a/harbour/make_gcc.mak +++ b/harbour/make_gcc.mak @@ -601,4 +601,4 @@ ifneq ("$(HB_INSTALL_PREFIX)",".") -[ ! -d "$(HB_INC_INSTALL)" ] || $(COPY) $(INCLUDE_DIR)/*.h $(HB_INC_INSTALL) endif -#********************************************************** \ No newline at end of file +#**********************************************************