mdi.bkl 357 B

1234567891011121314
  1. <?xml version="1.0" ?>
  2. <makefile>
  3. <include file="../../build/bakefiles/common_samples.bkl"/>
  4. <exe id="mdi" template="wx_sample" template_append="wx_append">
  5. <sources>mdi.cpp</sources>
  6. <headers>mdi.h</headers>
  7. <wx-lib>core</wx-lib>
  8. <wx-lib>base</wx-lib>
  9. <win32-res>mdi.rc</win32-res>
  10. </exe>
  11. </makefile>