changeset 3503:8673321a0a06

change platform order
author Han-Wen Nienhuys <hanwen@lilypond.org>
date Thu, 24 May 2007 23:14:22 -0300
parents aeacf06a99b5
children 558cdd498826
files lilypond.make
diffstat 1 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lilypond.make	Thu May 24 23:14:05 2007 -0300
+++ b/lilypond.make	Thu May 24 23:14:22 2007 -0300
@@ -17,8 +17,8 @@
 
 PACKAGE = lilypond
 
-ALL_PLATFORMS=cygwin debian debian-arm freebsd-x86 linux-x86 linux-64 mingw debian-mipsel linux-ppc
-PLATFORMS=linux-x86 linux-64 linux-ppc freebsd-x86 cygwin mingw
+ALL_PLATFORMS=debian debian-arm freebsd-x86 linux-x86 linux-64 mingw debian-mipsel linux-ppc
+PLATFORMS=linux-x86 darwin-ppc linux-64 linux-ppc freebsd-x86 mingw darwin-x86
 ifneq ($(BUILD_PLATFORM),linux-64)
 # odcctools do not build on linux-64
 ALL_PLATFORMS+=darwin-ppc darwin-x86
@@ -28,6 +28,12 @@
 ALL_PLATFORMS+=darwin-ppc darwin-x86
 endif
 
+
+## want cygwin to be the last, because it is not a core lilypond platform. 
+ALL_PLATFORMS += cygwin
+PLATFORMS += cygwin
+
+
 LILYPOND_CVS_REPODIR=downloads/lilypond.cvs
 LILYPOND_GITDIR=downloads/lilypond.git
 LILYPOND_REPODIR=downloads/lilypond