]>
git.saurik.com Git - wxWidgets.git/blob - utils/framelayout/samples/make_Linux_make
5 This script will create Linux build dirs in each of the sample subdirs and
8 Make sure you execute the samples in the bitmaps dir, otherwise they
9 won't find their bitmaps! This will probably result in a crash.
11 Until I find a more elegant method for this...
15 for DIR
in demo sample
test ; do
18 echo Entering
$DIR ...
19 if [ ! -d Linux
] ; then
20 echo "Making Linux dir"
23 echo "Creating Makefile"
24 sed -f ..
/..
/..
/..
/setup
/Linux
/substit Makefile.
in > Linux
/Makefile