|
@@ -1,5 +1,5 @@
|
|
#
|
|
#
|
|
-# Don't edit, this file is generated by FPCMake Version 1.1 [2003/10/27]
|
|
|
|
|
|
+# Don't edit, this file is generated by FPCMake Version 1.1 [2003/10/28]
|
|
#
|
|
#
|
|
default: help
|
|
default: help
|
|
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom
|
|
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom
|
|
@@ -865,7 +865,11 @@ endif
|
|
endif
|
|
endif
|
|
export MVPROG
|
|
export MVPROG
|
|
ifndef ECHOREDIR
|
|
ifndef ECHOREDIR
|
|
-ECHOREDIR:=$(subst /,$(PATHSEP),$(ECHO))
|
|
|
|
|
|
+ifndef inUnix
|
|
|
|
+ECHOREDIR=echo
|
|
|
|
+else
|
|
|
|
+ECHOREDIR=$(ECHO)
|
|
|
|
+endif
|
|
endif
|
|
endif
|
|
ifndef COPY
|
|
ifndef COPY
|
|
COPY:=$(CPPROG) -fp
|
|
COPY:=$(CPPROG) -fp
|