mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 18:49:11 +02:00
* tabulation problem and -dGDB -dBROWSERCOL added
This commit is contained in:
parent
e2d9d65a2d
commit
5d19ad7dc7
@ -905,10 +905,10 @@ gdb:
|
|||||||
$(MAKE) -C text all GDB=1
|
$(MAKE) -C text all GDB=1
|
||||||
|
|
||||||
full:
|
full:
|
||||||
$(MAKE) -C text all FULL=1 NEEDOPT+=-Sg
|
$(MAKE) -C text all FULL=1 "NEEDOPT+=-Sg -dGDB -dBROWSERCOL"
|
||||||
|
|
||||||
fullgdb:
|
fullgdb:
|
||||||
$(MAKE) -C text all FULL=1 GDB=1 NEEDOPT+=-Sg
|
$(MAKE) -C text all FULL=1 GDB=1 "NEEDOPT+=-Sg -dGDB -dBROWSERCOL"
|
||||||
|
|
||||||
# This is necessary because we don't have all units separate in the
|
# This is necessary because we don't have all units separate in the
|
||||||
# units targets
|
# units targets
|
||||||
|
@ -12,10 +12,10 @@ gdb:
|
|||||||
$(MAKE) -C text all GDB=1
|
$(MAKE) -C text all GDB=1
|
||||||
|
|
||||||
full:
|
full:
|
||||||
$(MAKE) -C text all FULL=1 NEEDOPT+=-Sg
|
$(MAKE) -C text all FULL=1 "NEEDOPT+=-Sg -dGDB -dBROWSERCOL"
|
||||||
|
|
||||||
fullgdb:
|
fullgdb:
|
||||||
$(MAKE) -C text all FULL=1 GDB=1 NEEDOPT+=-Sg
|
$(MAKE) -C text all FULL=1 GDB=1 "NEEDOPT+=-Sg -dGDB -dBROWSERCOL"
|
||||||
|
|
||||||
# This is necessary because we don't have all units separate in the
|
# This is necessary because we don't have all units separate in the
|
||||||
# units targets
|
# units targets
|
||||||
|
@ -969,10 +969,10 @@ gdb:
|
|||||||
$(MAKE) all GDB=1
|
$(MAKE) all GDB=1
|
||||||
|
|
||||||
full:
|
full:
|
||||||
$(MAKE) all FULL=1 NEEDOPT=-Sg
|
$(MAKE) all FULL=1 "NEEDOPT+=-Sg -dGDB -dBROWSERCOL"
|
||||||
|
|
||||||
fullgdb:
|
fullgdb:
|
||||||
$(MAKE) all FULL=1 GDB=1 NEEDOPT=-Sg
|
$(MAKE) all FULL=1 GDB=1 "NEEDOPT+=-Sg -dGDB -dBROWSERCOL"
|
||||||
|
|
||||||
# This is necessary because we don't have all units separate in the
|
# This is necessary because we don't have all units separate in the
|
||||||
# units targets
|
# units targets
|
||||||
|
Loading…
Reference in New Issue
Block a user