compilation fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2003-08-06 20:49:41 +00:00
parent 9c86cd10ef
commit 462cc69847
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<makefile>
<include file="../../../../build/bakefiles/common_samples.bkl"/>
<set var="CONTRIB_HDR_DIR">$(SRCDIR)/../../../include</set>
<include file="../../../../build/bakefiles/common_contrib.bkl"/>
<exe id="ogledit" template="wx_contrib_sample" template_append="wx_append">
@ -12,6 +13,7 @@
palette.cpp
</sources>
<wx-lib>ogl</wx-lib>
<wx-lib>deprecated</wx-lib>
<wx-lib>core</wx-lib>
<wx-lib>base</wx-lib>
<win32-res>ogledit.rc</win32-res>

View File

@ -2,6 +2,7 @@
<makefile>
<include file="../../../../build/bakefiles/common_samples.bkl"/>
<set var="CONTRIB_HDR_DIR">$(SRCDIR)/../../../include</set>
<include file="../../../../build/bakefiles/common_contrib.bkl"/>
<exe id="ogledit" template="wx_contrib_sample" template_append="wx_append">