blob: 8c6577dee08b3b1796fc9392d42e784969e89393 [file] [log] [blame]
#!/bin/sh
#*******************************************************************************
# Copyright (c) 2000, 2008 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
#*******************************************************************************
cd `dirname $0`
OUTPUT_DIR=../../../org.eclipse.swt.cocoa.macosx
export OUTPUT_DIR
export MACOSX_DEPLOYMENT_TARGET=10.5
export ARCHS="-arch i386 -arch ppc"
make -f make_macosx.mak $1 $2 $3 $4 $5 $6 $7 $8 $9