Jelajahi Sumber

+ path to dir x86 added

florian 23 tahun lalu
induk
melakukan
53ed3e51c8
2 mengubah file dengan 17 tambahan dan 5 penghapusan
  1. 14 2
      ide/compiler/Makefile
  2. 3 3
      ide/compiler/Makefile.fpc

+ 14 - 2
ide/compiler/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by FPCMake Version 1.1 [2002/03/19]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2002/04/23]
 #
 default: all
 MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware
@@ -205,7 +205,7 @@ override FPCOPT+=-Ca
 endif
 override FPCOPT+=-dBrowserCol -dGDB
 ifeq ($(CPU_TARGET),i386)
-override FPCOPT+=-dSUPPORT_MMX
+override FPCOPT+=-dSUPPORT_MMX -Fu$(COMPILERDIR)/x86
 endif
 override TARGET_UNITS+=compunit
 override INSTALL_FPCPACKAGE=y
@@ -511,6 +511,18 @@ EXEEXT=
 FPCMADE=fpcmade.qnx
 ZIPSUFFIX=qnx
 endif
+ifeq ($(OS_TARGET),netware)
+STATICLIBPREFIX=
+PPUEXT=.ppn
+OEXT=.on
+ASMEXT=.s
+SMARTEXT=.sl
+STATICLIBEXT=.a
+SHAREDLIBEXT=.nlm
+FPCMADE=fpcmade.nw
+ZIPSUFFIX=nw
+EXEEXT=.nlm
+endif
 ifndef ECHO
 ECHO:=$(strip $(wildcard $(addsuffix /gecho$(SRCEXEEXT),$(SEARCHPATH))))
 ifeq ($(ECHO),)

+ 3 - 3
ide/compiler/Makefile.fpc

@@ -30,10 +30,10 @@ endif
 # Add required defines
 override FPCOPT+=-dBrowserCol -dGDB
 ifeq ($(CPU_TARGET),i386)
-override FPCOPT+=-dSUPPORT_MMX
+# the x86 dir doesn't hurt for 1.0.x though we could leave it away
+override FPCOPT+=-dSUPPORT_MMX -Fu$(COMPILERDIR)/x86
 endif
 
-
 [rules]
 .PHONY: compiler_ppuclean all clean install
 
@@ -45,4 +45,4 @@ all: compiler_ppuclean fpc_all
 clean: cleanall
 
 # Nothing to install
-install:
+install: