2003-08-06 11:58:14 -04:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="../../../../build/bakefiles/common_samples.bkl"/>
|
2003-08-06 16:49:41 -04:00
|
|
|
<set var="CONTRIB_HDR_DIR">$(SRCDIR)/../../../include</set>
|
2003-08-06 11:58:14 -04:00
|
|
|
<include file="../../../../build/bakefiles/common_contrib.bkl"/>
|
|
|
|
|
|
|
|
<exe id="ogledit" template="wx_contrib_sample" template_append="wx_append">
|
|
|
|
<sources>
|
|
|
|
ogledit.cpp
|
|
|
|
doc.cpp
|
|
|
|
view.cpp
|
|
|
|
palette.cpp
|
|
|
|
</sources>
|
|
|
|
<wx-lib>ogl</wx-lib>
|
2003-08-06 16:49:41 -04:00
|
|
|
<wx-lib>deprecated</wx-lib>
|
2003-08-06 11:58:14 -04:00
|
|
|
<wx-lib>core</wx-lib>
|
|
|
|
<wx-lib>base</wx-lib>
|
|
|
|
<win32-res>ogledit.rc</win32-res>
|
|
|
|
</exe>
|
|
|
|
|
|
|
|
</makefile>
|