Parcourir la source

* set NEEDOPT to include '-Sg -dGDB -dBROWSERCOL'

pierre il y a 26 ans
Parent
commit
31b97f6dcb
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 3 3
      ide/text/Makefile
  2. 1 1
      ide/text/Makefile.fpc

+ 3 - 3
ide/text/Makefile

@@ -121,7 +121,7 @@ endif
 # when making a full version include the compiler
 ifeq ($(FULL),1)
 override COMPUNITDIR+=../../compiler
-override COMPUNITOPT+=-dBrowserCol -dGDB -Sg
+override NEEDOPT+=-Sg -dGDB -dBROWSERCOL
 else
 override COMPUNITDIR+=../fake/compiler
 endif
@@ -969,10 +969,10 @@ gdb:
 	$(MAKE) all GDB=1
 
 full:
-	$(MAKE) all FULL=1 "NEEDOPT+=-Sg -dGDB -dBROWSERCOL"
+	$(MAKE) all FULL=1 
 
 fullgdb:
-	$(MAKE) all FULL=1 GDB=1 "NEEDOPT+=-Sg -dGDB -dBROWSERCOL"
+	$(MAKE) all FULL=1 GDB=1 
 
 # This is necessary because we don't have all units separate in the
 # units targets

+ 1 - 1
ide/text/Makefile.fpc

@@ -19,7 +19,7 @@ libgcc=1
 # when making a full version include the compiler
 ifeq ($(FULL),1)
 override COMPUNITDIR+=../../compiler
-override COMPUNITOPT+=-dBrowserCol -dGDB -Sg
+override NEEDOPT+=-dBrowserCol -dGDB -Sg
 else
 override COMPUNITDIR+=../fake/compiler
 endif