head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2006.12.11.07.20.20;	author gvermeul;	state Exp;
branches;
next	1.2;

1.2
date	2006.10.24.19.07.13;	author gvermeul;	state Exp;
branches;
next	1.1;

1.1
date	2006.10.01.07.25.28;	author gvermeul;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Sync with the releases of Qt-4.2.2, SIP-4.5.2 and PyQt-4.1.1.
@
text
@#!/bin/bash

pushd ..
if [ ! -d SOURCES ]; then
    mkdir SOURCES
fi
if [ ! -d BUILD ]; then
    mkdir BUILD
fi
popd

./build-sip
./build-qscintilla1
./build-qscintilla2
./build-pyqt
./build-pyqt4
./build-pyqwt5
./build-pyqwt4
./build-pyqwt3d
./build-eric3
./build-eric4

# Local Variables: ***
# mode: sh ***
# End: ***
@


1.2
log
@Add QScintilla-2, Eric-3, and Eric-4.
@
text
@d12 1
a14 1
./build-sip
@


1.1
log
@Add build-pyqwt3d build-pyqwt4 build-pyqwt5 build-qtpy.
@
text
@d13 1
d20 2
@

