stctest.bkl 694 B

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" ?>
  2. <makefile>
  3. <include file="../../build/bakefiles/common_samples.bkl"/>
  4. <exe id="stctest" template="wx_sample" template_append="wx_append">
  5. <sources>
  6. stctest.cpp
  7. edit.cpp
  8. prefs.cpp
  9. </sources>
  10. <headers>
  11. edit.h
  12. defsext.h
  13. prefs.h
  14. </headers>
  15. <wx-lib>stc</wx-lib>
  16. <wx-lib>core</wx-lib>
  17. <wx-lib>base</wx-lib>
  18. <if cond="OUT_OF_TREE_MAKEFILES=='0'">
  19. <sys-lib>$(LIB_SCINTILLA)</sys-lib>
  20. </if>
  21. </exe>
  22. <wx-data id="data">
  23. <files>
  24. stctest.cpp
  25. </files>
  26. </wx-data>
  27. </makefile>