execmon.bkl 347 B

12345678910111213
  1. <?xml version="1.0" ?>
  2. <makefile>
  3. <include file="../../build/bakefiles/common_samples.bkl"/>
  4. <exe id="execmon" cond="USE_XRC=='1'"
  5. template="wx_util_console" template_append="wx_append_base">
  6. <sources>execmon.cpp</sources>
  7. <wx-lib>base</wx-lib>
  8. <install-to>$(BINDIR)</install-to>
  9. </exe>
  10. </makefile>