parent
f911132b1d
commit
8c2f1ef69a
@ -0,0 +1,31 @@
|
||||
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
|
||||
|
Loading…
Reference in new issue