]> git.saurik.com Git - wxWidgets.git/blame - wxPython/distrib/all/build-sources
enable building just the unicode version, or both unicode and ansi
[wxWidgets.git] / wxPython / distrib / all / build-sources
CommitLineData
e4bb5998
RD
1#!/bin/bash
2#----------------------------------------------------------------------
3
4set -o errexit
5
e4bb5998
RD
6if [ $skipsource != yes -o $onlysource = yes ]; then
7
8 # make the source tarball and srpm
c1c4cf89 9 distrib/makerpm 2.4 srpm
e4bb5998
RD
10
11 # Copy everything to the staging dir
12 echo "Moving stuff to $STAGING_DIR..."
13 mv dist/* $STAGING_DIR
14
15fi