|
@@ -1,5 +1,5 @@
|
|
|
#
|
|
|
-# Don't edit, this file is generated by FPCMake Version 1.1 [2003/10/09]
|
|
|
+# Don't edit, this file is generated by FPCMake Version 1.1 [2003/10/13]
|
|
|
#
|
|
|
default: all
|
|
|
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom
|
|
@@ -10,6 +10,7 @@ SEARCHPATH:=$(filter-out .,$(subst :, ,$(PATH)))
|
|
|
else
|
|
|
SEARCHPATH:=$(subst ;, ,$(PATH))
|
|
|
endif
|
|
|
+SEARCHPATH+=$(patsubst %/,%,$(dir $(MAKE)))
|
|
|
PWD:=$(strip $(wildcard $(addsuffix /pwd.exe,$(SEARCHPATH))))
|
|
|
ifeq ($(PWD),)
|
|
|
PWD:=$(strip $(wildcard $(addsuffix /pwd,$(SEARCHPATH))))
|
|
@@ -212,7 +213,7 @@ override FPCOPT+=-Ca
|
|
|
endif
|
|
|
override FPCOPT+=-dBrowserCol -dGDB
|
|
|
ifeq ($(CPU_TARGET),i386)
|
|
|
-override FPCOPT+=-dSUPPORT_MMX -Fu$(COMPILERDIR)/x86
|
|
|
+override FPCOPT+= -Fu$(COMPILERDIR)/x86
|
|
|
endif
|
|
|
override TARGET_UNITS+=compunit
|
|
|
override INSTALL_FPCPACKAGE=y
|