You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
971 B
32 lines
971 B
8 years ago
|
Index: lazarus/ide/lazarus.pp
|
||
|
===================================================================
|
||
|
--- lazarus/ide/lazarus.pp (revision 54032)
|
||
|
+++ lazarus/ide/lazarus.pp (working copy)
|
||
|
@@ -73,8 +73,11 @@
|
||
|
TurboPowerIPro, TurboPowerIProDsgn,
|
||
|
jcfidelazarus, chmhelppkg,
|
||
|
FPCUnitTestRunner, FPCUnitIDE, ProjTemplates, TAChartLazarusPkg,
|
||
|
- TodoListLaz, DateTimeCtrls, SQLDBLaz, DBFLaz, pascalscript, EditorMacroScript,
|
||
|
+ TodoListLaz, DateTimeCtrls, SQLDBLaz, DBFLaz,
|
||
|
+ {$IFNDEF CPUPOWERPC64}
|
||
|
+ pascalscript, EditorMacroScript,
|
||
|
{$ENDIF}
|
||
|
+ {$ENDIF}
|
||
|
MainBase;
|
||
|
|
||
|
{$I revision.inc}
|
||
|
===================================================================
|
||
|
--- lazarus/components/Makefile.fpc (revision 54032)
|
||
|
+++ lazarus/components/Makefile.fpc (working copy)
|
||
|
@@ -56,8 +56,10 @@
|
||
|
$(MAKE) -C externhelp
|
||
|
$(MAKE) -C tdbf
|
||
|
$(MAKE) -C sqldb
|
||
|
+ifneq ($(CPU_TARGET),powerpc64)
|
||
|
$(MAKE) -C PascalScript/Source
|
||
|
$(MAKE) -C macroscript
|
||
|
+endif
|
||
|
|
||
|
all: bigide
|
||
|
|