Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2005-04-08 19:12:56 +0000
committerDoug Schaefer2005-04-08 19:12:56 +0000
commit5ed8a9fae1545f3314059c550c6c377c6649bf42 (patch)
tree0fb62d2da23352d1db277f6c884632859c01609e /releng/org.eclipse.cdt.releng/platform/build.properties
parent8dc0e039c46a5670c5b75a9fba4291264ac6d76d (diff)
downloadorg.eclipse.cdt-5ed8a9fae1545f3314059c550c6c377c6649bf42.tar.gz
org.eclipse.cdt-5ed8a9fae1545f3314059c550c6c377c6649bf42.tar.xz
org.eclipse.cdt-5ed8a9fae1545f3314059c550c6c377c6649bf42.zip
Getting close, me thinks...
Diffstat (limited to 'releng/org.eclipse.cdt.releng/platform/build.properties')
-rw-r--r--releng/org.eclipse.cdt.releng/platform/build.properties11
1 files changed, 11 insertions, 0 deletions
diff --git a/releng/org.eclipse.cdt.releng/platform/build.properties b/releng/org.eclipse.cdt.releng/platform/build.properties
index 6e987229cc9..b521cbbcfea 100644
--- a/releng/org.eclipse.cdt.releng/platform/build.properties
+++ b/releng/org.eclipse.cdt.releng/platform/build.properties
@@ -60,6 +60,17 @@ collBase=.
# configs=win32,win32,x86 & linux,motif,x86
# By default the value is *,*,*
configs=\
+ aix,motif,ppc \
+ & linux,gtk,x86 \
+ & linux,gtk,x86_64 \
+ & linux,gtk,ppc \
+ & linux,gtk,ia64 \
+ & macosx,carbon,ppc \
+ & qnx,photon,x86 \
+ & solaris,motif,sparc \
+ & win32,win32,x86
+
+archivesFormat=\
aix,motif,ppc-tar \
& linux,gtk,x86-tar \
& linux,gtk,x86_64-tar \

Back to the top