mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-03 08:59:25 +01:00
aggpas: normalized build scripts
git-svn-id: trunk@27470 -
This commit is contained in:
parent
193ee1175a
commit
ff03f73065
@ -1,2 +1,3 @@
|
||||
#!/bin/sh
|
||||
ppc386 -Fu"src;src/ctrl;src/platform/linux;src/util" -Fisrc -FU_debug -Mdelphi -Tlinux -WC -Sg -Se3 -XX -Xs -B -v0i find_compilers_linux.dpr
|
||||
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
#!/bin/sh
|
||||
/usr/local/bin/ppcppc -Fu"src;src/ctrl;src/platform/mac;src/util;upi" -Fisrc -FU_debug -k"-framework Carbon -framework QuickTime" -Mdelphi -Tdarwin -WC -Sg -Se3 -XX -Xs -B -v0i find_compilers_mac.dpr
|
||||
|
||||
|
||||
@ -1 +1,2 @@
|
||||
/usr/local/bin/ppcppc -FuUPInterfaces -FUupi -Mmacpas -Tdarwin -WC -Sg -Se3 -XX -Xs -B -v0i compile_upi.dpr
|
||||
#!/bin/sh
|
||||
/usr/local/bin/ppcppc -FuUPInterfaces -FUupi -Mmacpas -Tdarwin -WC -Sg -Se3 -XX -Xs -B -v0i compile_upi.dpr
|
||||
|
||||
@ -1 +1,2 @@
|
||||
ppc386 -Fu_debug -FU_debug -Mdelphi -Tlinux -WC -Sg -Se3 -Xs -B -v0i compile_x11.dpr
|
||||
#!/bin/sh
|
||||
ppc386 -Fu_debug -FU_debug -Mdelphi -Tlinux -WC -Sg -Se3 -Xs -B -v0i compile_x11.dpr
|
||||
|
||||
Loading…
Reference in New Issue
Block a user