]>
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 | |
7 | bakefile_gen -b wx.bkl -f msevc4prj | |
c4839ccf JS |
8 | |
9 | bakefile_gen -b ../../demos/bombs/bombs.bkl -f msevc4prj | |
10 | bakefile_gen -b ../../demos/dbbrowse/dbbrowse.bkl -f msevc4prj | |
11 | bakefile_gen -b ../../demos/forty/forty.bkl -f msevc4prj | |
12 | bakefile_gen -b ../../demos/fractal/fractal.bkl -f msevc4prj | |
13 | bakefile_gen -b ../../demos/life/life.bkl -f msevc4prj | |
14 | bakefile_gen -b ../../demos/poem/poem.bkl -f msevc4prj | |
15 | ||
16 | bakefile_gen -b ../../samples/access/access.bkl -f msevc4prj | |
17 | bakefile_gen -b ../../samples/artprov/artprov.bkl -f msevc4prj | |
18 | bakefile_gen -b ../../samples/calendar/calendar.bkl -f msevc4prj | |
19 | bakefile_gen -b ../../samples/caret/caret.bkl -f msevc4prj | |
20 | bakefile_gen -b ../../samples/checklst/checklst.bkl -f msevc4prj | |
21 | bakefile_gen -b ../../samples/config/config.bkl -f msevc4prj | |
22 | bakefile_gen -b ../../samples/console/console.bkl -f msevc4prj | |
23 | bakefile_gen -b ../../samples/controls/controls.bkl -f msevc4prj | |
24 | bakefile_gen -b ../../samples/db/db.bkl -f msevc4prj | |
25 | bakefile_gen -b ../../samples/dialogs/dialogs.bkl -f msevc4prj | |
26 | bakefile_gen -b ../../samples/dialup/dialup.bkl -f msevc4prj | |
27 | bakefile_gen -b ../../samples/display/display.bkl -f msevc4prj | |
28 | bakefile_gen -b ../../samples/dnd/dnd.bkl -f msevc4prj | |
29 | bakefile_gen -b ../../samples/docview/docview.bkl -f msevc4prj | |
30 | bakefile_gen -b ../../samples/docvwmdi/docvwmdi.bkl -f msevc4prj | |
31 | bakefile_gen -b ../../samples/dragimag/dragimag.bkl -f msevc4prj | |
32 | bakefile_gen -b ../../samples/drawing/drawing.bkl -f msevc4prj | |
33 | bakefile_gen -b ../../samples/dynamic/dynamic.bkl -f msevc4prj | |
34 | bakefile_gen -b ../../samples/erase/erase.bkl -f msevc4prj | |
35 | bakefile_gen -b ../../samples/event/event.bkl -f msevc4prj | |
36 | bakefile_gen -b ../../samples/except/except.bkl -f msevc4prj | |
37 | bakefile_gen -b ../../samples/exec/exec.bkl -f msevc4prj | |
38 | bakefile_gen -b ../../samples/font/font.bkl -f msevc4prj | |
39 | bakefile_gen -b ../../samples/grid/grid.bkl -f msevc4prj | |
40 | bakefile_gen -b ../../samples/help/help.bkl -f msevc4prj | |
41 | bakefile_gen -b ../../samples/htlbox/htlbox.bkl -f msevc4prj | |
42 | bakefile_gen -b ../../samples/html/about/about.bkl -f msevc4prj | |
43 | bakefile_gen -b ../../samples/html/help/help.bkl -f msevc4prj | |
44 | bakefile_gen -b ../../samples/html/helpview/helpview.bkl -f msevc4prj | |
45 | bakefile_gen -b ../../samples/html/html_samples.bkl -f msevc4prj | |
46 | bakefile_gen -b ../../samples/html/htmlctrl/htmlctrl.bkl -f msevc4prj | |
47 | bakefile_gen -b ../../samples/html/printing/printing.bkl -f msevc4prj | |
48 | bakefile_gen -b ../../samples/html/test/test.bkl -f msevc4prj | |
49 | bakefile_gen -b ../../samples/html/virtual/virtual.bkl -f msevc4prj | |
50 | bakefile_gen -b ../../samples/html/widget/widget.bkl -f msevc4prj | |
51 | bakefile_gen -b ../../samples/html/zip/zip.bkl -f msevc4prj | |
52 | bakefile_gen -b ../../samples/image/image.bkl -f msevc4prj | |
53 | bakefile_gen -b ../../samples/internat/internat.bkl -f msevc4prj | |
54 | bakefile_gen -b ../../samples/ipc/ipc.bkl -f msevc4prj | |
55 | bakefile_gen -b ../../samples/joytest/joytest.bkl -f msevc4prj | |
56 | bakefile_gen -b ../../samples/keyboard/keyboard.bkl -f msevc4prj | |
57 | bakefile_gen -b ../../samples/layout/layout.bkl -f msevc4prj | |
58 | bakefile_gen -b ../../samples/listbox/listbox.bkl -f msevc4prj | |
59 | bakefile_gen -b ../../samples/listctrl/listctrl.bkl -f msevc4prj | |
60 | bakefile_gen -b ../../samples/mdi/mdi.bkl -f msevc4prj | |
61 | bakefile_gen -b ../../samples/memcheck/memcheck.bkl -f msevc4prj | |
62 | bakefile_gen -b ../../samples/menu/menu.bkl -f msevc4prj | |
63 | bakefile_gen -b ../../samples/mfc/mfc.bkl -f msevc4prj | |
64 | bakefile_gen -b ../../samples/minifram/minifram.bkl -f msevc4prj | |
767dddde | 65 | bakefile_gen -b ../../samples/minimal/minimal.bkl -f msevc4prj |
c4839ccf JS |
66 | bakefile_gen -b ../../samples/mobile/mobile_samples.bkl -f msevc4prj |
67 | bakefile_gen -b ../../samples/mobile/styles/styles.bkl -f msevc4prj | |
68 | bakefile_gen -b ../../samples/mobile/wxedit/wxedit.bkl -f msevc4prj | |
69 | bakefile_gen -b ../../samples/multimon/multimon.bkl -f msevc4prj | |
70 | bakefile_gen -b ../../samples/nativdlg/nativdlg.bkl -f msevc4prj | |
71 | bakefile_gen -b ../../samples/notebook/notebook.bkl -f msevc4prj | |
72 | bakefile_gen -b ../../samples/oleauto/oleauto.bkl -f msevc4prj | |
73 | bakefile_gen -b ../../samples/opengl/cube/cube.bkl -f msevc4prj | |
74 | bakefile_gen -b ../../samples/opengl/isosurf/isosurf.bkl -f msevc4prj | |
75 | bakefile_gen -b ../../samples/opengl/opengl_samples.bkl -f msevc4prj | |
76 | bakefile_gen -b ../../samples/opengl/penguin/penguin.bkl -f msevc4prj | |
77 | bakefile_gen -b ../../samples/ownerdrw/ownerdrw.bkl -f msevc4prj | |
78 | bakefile_gen -b ../../samples/png/png.bkl -f msevc4prj | |
79 | bakefile_gen -b ../../samples/printing/printing.bkl -f msevc4prj | |
80 | bakefile_gen -b ../../samples/propsize/propsize.bkl -f msevc4prj | |
81 | bakefile_gen -b ../../samples/regtest/regtest.bkl -f msevc4prj | |
82 | bakefile_gen -b ../../samples/render/render.bkl -f msevc4prj | |
83 | bakefile_gen -b ../../samples/richedit/richedit.bkl -f msevc4prj | |
84 | bakefile_gen -b ../../samples/rotate/rotate.bkl -f msevc4prj | |
85 | bakefile_gen -b ../../samples/rttitest/minimal.bkl -f msevc4prj | |
86 | bakefile_gen -b ../../samples/sashtest/sashtest.bkl -f msevc4prj | |
87 | bakefile_gen -b ../../samples/scroll/scroll.bkl -f msevc4prj | |
88 | bakefile_gen -b ../../samples/scrollsub/scrollsub.bkl -f msevc4prj | |
89 | bakefile_gen -b ../../samples/shaped/shaped.bkl -f msevc4prj | |
90 | bakefile_gen -b ../../samples/sockets/sockets.bkl -f msevc4prj | |
91 | bakefile_gen -b ../../samples/sound/sound.bkl -f msevc4prj | |
3d6e6338 | 92 | bakefile_gen -b ../../samples/splash/splash.bkl -f msevc4prj |
c4839ccf JS |
93 | bakefile_gen -b ../../samples/splitter/splitter.bkl -f msevc4prj |
94 | bakefile_gen -b ../../samples/statbar/statbar.bkl -f msevc4prj | |
95 | bakefile_gen -b ../../samples/tab/tab.bkl -f msevc4prj | |
96 | bakefile_gen -b ../../samples/taskbar/taskbar.bkl -f msevc4prj | |
97 | bakefile_gen -b ../../samples/text/text.bkl -f msevc4prj | |
98 | bakefile_gen -b ../../samples/thread/thread.bkl -f msevc4prj | |
99 | bakefile_gen -b ../../samples/toolbar/toolbar.bkl -f msevc4prj | |
100 | bakefile_gen -b ../../samples/treectrl/treectrl.bkl -f msevc4prj | |
101 | bakefile_gen -b ../../samples/typetest/typetest.bkl -f msevc4prj | |
102 | bakefile_gen -b ../../samples/validate/validate.bkl -f msevc4prj | |
103 | bakefile_gen -b ../../samples/vscroll/vscroll.bkl -f msevc4prj | |
104 | bakefile_gen -b ../../samples/widgets/widgets.bkl -f msevc4prj | |
105 | bakefile_gen -b ../../samples/wizard/wizard.bkl -f msevc4prj | |
c4839ccf JS |
106 | |
107 | bakefile_gen -b ../../contrib/build/animate/animate.bkl -f msevc4prj | |
108 | bakefile_gen -b ../../contrib/build/deprecated/deprecated.bkl -f msevc4prj | |
109 | bakefile_gen -b ../../contrib/build/fl/fl.bkl -f msevc4prj | |
110 | bakefile_gen -b ../../contrib/build/gizmos/gizmos.bkl -f msevc4prj | |
111 | bakefile_gen -b ../../contrib/build/mmedia/mmedia.bkl -f msevc4prj | |
112 | bakefile_gen -b ../../contrib/build/net/net.bkl -f msevc4prj | |
113 | bakefile_gen -b ../../contrib/build/ogl/ogl.bkl -f msevc4prj | |
114 | bakefile_gen -b ../../contrib/build/plot/plot.bkl -f msevc4prj | |
115 | bakefile_gen -b ../../contrib/build/stc/stc.bkl -f msevc4prj | |
116 | bakefile_gen -b ../../contrib/build/svg/svg.bkl -f msevc4prj | |
117 | bakefile_gen -b ../../contrib/build/xrc/xrc.bkl -f msevc4prj | |
118 | bakefile_gen -b ../../contrib/samples/animate/anitest.bkl -f msevc4prj | |
119 | bakefile_gen -b ../../contrib/samples/deprecated/proplist/proplist.bkl -f msevc4prj | |
120 | bakefile_gen -b ../../contrib/samples/deprecated/resource/resource.bkl -f msevc4prj | |
121 | bakefile_gen -b ../../contrib/samples/deprecated/treelay/treelay.bkl -f msevc4prj | |
122 | bakefile_gen -b ../../contrib/samples/fl/fl.bkl -f msevc4prj | |
123 | bakefile_gen -b ../../contrib/samples/gizmos/dynsash/dynsash.bkl -f msevc4prj | |
124 | bakefile_gen -b ../../contrib/samples/gizmos/dynsash_switch/dynsash_switch.bkl -f msevc4prj | |
125 | bakefile_gen -b ../../contrib/samples/gizmos/editlbox/editlbox.bkl -f msevc4prj | |
126 | bakefile_gen -b ../../contrib/samples/gizmos/led/led.bkl -f msevc4prj | |
127 | bakefile_gen -b ../../contrib/samples/gizmos/multicell/multicell.bkl -f msevc4prj | |
128 | bakefile_gen -b ../../contrib/samples/gizmos/splittree/splittree.bkl -f msevc4prj | |
129 | bakefile_gen -b ../../contrib/samples/mmedia/mmboard.bkl -f msevc4prj | |
130 | bakefile_gen -b ../../contrib/samples/ogl/ogledit/ogledit.bkl -f msevc4prj | |
131 | bakefile_gen -b ../../contrib/samples/ogl/studio/studio.bkl -f msevc4prj | |
132 | bakefile_gen -b ../../contrib/samples/plot/plot.bkl -f msevc4prj | |
133 | bakefile_gen -b ../../contrib/samples/stc/stctest.bkl -f msevc4prj | |
134 | bakefile_gen -b ../../contrib/samples/svg/svgtest.bkl -f msevc4prj | |
135 | bakefile_gen -b ../../contrib/samples/xrc/xrcdemo.bkl -f msevc4prj | |
f7ba0578 | 136 |