|
@@ -1,5 +1,5 @@
|
|
|
#
|
|
|
-# Don't edit, this file is generated by FPCMake Version 1.1 [2004/09/04]
|
|
|
+# Don't edit, this file is generated by FPCMake Version 1.1 [2004/09/12]
|
|
|
#
|
|
|
default: all
|
|
|
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos netwlibc
|
|
@@ -230,7 +230,7 @@ endif
|
|
|
endif
|
|
|
OBJPASDIR=$(RTL)/objpas
|
|
|
GRAPHDIR=$(INC)/graph
|
|
|
-override TARGET_UNITS+=system strings objpas macpas heaptrc getopts macostp macutils unixutil dos objects matrix
|
|
|
+override TARGET_UNITS+=system strings objpas macpas heaptrc getopts macostp macutils unixutil dos objects matrix cmem charset
|
|
|
override INSTALL_FPCPACKAGE=y
|
|
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC)
|
|
|
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC)
|
|
@@ -805,7 +805,7 @@ ifndef COPY
|
|
|
COPY:=$(CPPROG) -fp
|
|
|
endif
|
|
|
ifndef COPYTREE
|
|
|
-COPYTREE:=$(CPPROG) -rfp
|
|
|
+COPYTREE:=$(CPPROG) -Rfp
|
|
|
endif
|
|
|
ifndef MOVE
|
|
|
MOVE:=$(MVPROG) -f
|
|
@@ -1405,3 +1405,5 @@ heaptrc$(PPUEXT) : $(INC)/heaptrc.pp system$(PPUEXT)
|
|
|
$(COMPILER) $(INC)/heaptrc.pp $(REDIR)
|
|
|
unixutil$(PPUEXT) : ../unix/unixutil.pp
|
|
|
$(COMPILER) ../unix/unixutil.pp $(REDIR)
|
|
|
+charset$(PPUEXT) : $(INC)/charset.pp system$(PPUEXT)
|
|
|
+cmem$(PPUEXT) : $(INC)/cmem.pp system$(PPUEXT)
|