]>
Commit | Line | Data |
---|---|---|
f7ba0578 JS |
1 | PATH="/c/Program Files/Bakefile/src":$PATH |
2 | cd $WXWIN | |
3 | mkdir -p build/wince | |
4 | echo "<?xml version=\"1.0\"?><bakefile-gen><enable-formats>msevc4prj</enable-formats></bakefile-gen>" > build/bakefiles/Bakefiles.local.bkgen | |
5 | cd build/bakefiles | |
6 | echo $PATH | |
29607f23 JS |
7 | # bakefile_gen -b wx.bkl -f msevc4prj |
8 | bakefile_gen -f msevc4prj | |
f7ba0578 | 9 |