Added ending EOLs

This commit is contained in:
Viktor Szakats
2009-01-15 23:29:36 +00:00
parent 92757facfd
commit e35f05643b
5 changed files with 19 additions and 3 deletions

View File

@@ -45,4 +45,4 @@ ifeq ($(HB_LIB_COMPILE),)
HB_LIB_COMPILE :=
endif
include $(TOP)$(ROOT)config/$(HB_ARCH).cf
include $(TOP)$(ROOT)config/$(HB_ARCH).cf

View File

@@ -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 \

View File

@@ -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) \

View File

@@ -79,4 +79,4 @@ set _HB_CC_NAME=
set _HB_MAKE_PROGRAM=
set _HB_MAKEFILE=
if exist hbpostmk.bat call hbpostmk.bat
if exist hbpostmk.bat call hbpostmk.bat

View File

@@ -601,4 +601,4 @@ ifneq ("$(HB_INSTALL_PREFIX)",".")
-[ ! -d "$(HB_INC_INSTALL)" ] || $(COPY) $(INCLUDE_DIR)/*.h $(HB_INC_INSTALL)
endif
#**********************************************************
#**********************************************************