Define _CRT_NONSTDC_NO_WARNINGS for zlib compilation with MSVC.
[wxWidgets.git] / demos / poem / poem.bkl
1 <?xml version="1.0" ?>
2 <makefile>
3
4     <include file="../../build/bakefiles/common_samples.bkl"/>
5
6     <exe id="wxpoem" template="wx_sample" template_append="wx_append">
7         <sources>wxpoem.cpp</sources>
8         <wx-lib>html</wx-lib>
9         <wx-lib>core</wx-lib>
10         <wx-lib>base</wx-lib>
11         <win32-res>wxpoem.rc</win32-res>
12     </exe>
13
14     <wx-data id="data">
15         <files>
16             wxpoem.txt wxpoem.dat
17         </files>
18     </wx-data>
19
20 </makefile>