Explorar o código

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

pierre %!s(int64=26) %!d(string=hai) anos
pai
achega
31b97f6dcb
Modificáronse 2 ficheiros con 4 adicións e 4 borrados
  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