2004-04-20 14:48:19 -04:00
|
|
|
PATH="/c/Program Files/Bakefile/src":$PATH
|
|
|
|
cd $WXWIN
|
|
|
|
mkdir -p build/wince
|
|
|
|
echo "<?xml version=\"1.0\"?><bakefile-gen><enable-formats>msevc4prj</enable-formats></bakefile-gen>" > build/bakefiles/Bakefiles.local.bkgen
|
|
|
|
cd build/bakefiles
|
|
|
|
echo $PATH
|
|
|
|
bakefile_gen -b wx.bkl -f msevc4prj
|
2004-05-14 15:01:23 -04:00
|
|
|
bakefile_gen -b ../../samples/minimal/minimal.bkl -f msevc4prj
|
2004-04-20 14:48:19 -04:00
|
|
|
|