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>
|
|
|
|
studio.cpp
|
|
|
|
doc.cpp
|
|
|
|
shapes.cpp
|
|
|
|
symbols.cpp
|
|
|
|
view.cpp
|
|
|
|
cspalette.cpp
|
|
|
|
mainfrm.cpp
|
|
|
|
project.cpp
|
|
|
|
dialogs.cpp
|
|
|
|
csprint.cpp
|
|
|
|
</sources>
|
|
|
|
<wx-lib>ogl</wx-lib>
|
|
|
|
<wx-lib>core</wx-lib>
|
|
|
|
<wx-lib>base</wx-lib>
|
|
|
|
<win32-res>studio.rc</win32-res>
|
|
|
|
</exe>
|
|
|
|
|
|
|
|
<wx-data id="data">
|
|
|
|
<files>
|
|
|
|
studio_resources.wxr
|
|
|
|
</files>
|
|
|
|
</wx-data>
|
|
|
|
|
|
|
|
</makefile>
|