]> git.saurik.com Git - wxWidgets.git/blame - samples/richedit/richedit.bkl
hack to at least let the sample start up (it still crashes later) under Mac
[wxWidgets.git] / samples / richedit / richedit.bkl
CommitLineData
fe0895cf
VS
1<?xml version="1.0" ?>
2<makefile>
3
4 <include file="../../build/bakefiles/common_samples.bkl"/>
5
6 <exe id="richedit" template="wx_sample" template_append="wx_append">
d179e30b
VS
7 <sources>
8 wxLayout.cpp
9 kbList.cpp
10 wxllist.cpp
11 wxlparser.cpp
12 wxlwindow.cpp
13 </sources>
fe0895cf 14 <wx-lib>core</wx-lib>
9c859e43 15 <wx-lib>base</wx-lib>
fe0895cf
VS
16 </exe>
17
18</makefile>