33da780ecf
In the event sample, show how create and use a new wxEvent-derived class. Closes https://github.com/wxWidgets/wxWidgets/pull/1633
14 lines
371 B
XML
14 lines
371 B
XML
<?xml version="1.0" ?>
|
|
<makefile>
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
<exe id="event" template="wx_sample" template_append="wx_append">
|
|
<sources> event.cpp gestures.cpp chessboard.cpp</sources>
|
|
<headers> gestures.h chessboard.h</headers>
|
|
<wx-lib>core</wx-lib>
|
|
<wx-lib>base</wx-lib>
|
|
</exe>
|
|
|
|
</makefile>
|