fix for watcom resource compiler

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2003-08-08 11:47:13 +00:00
parent 0872a451dc
commit 17dcec6308

View File

@ -30,6 +30,7 @@
<template id="wx_util" template="wx_util_b">
<app-type>gui</app-type>
<mac-res cond="FORMAT=='autoconf'">$(MACOSX_RESOURCES)</mac-res>
<include>$(WXTOPDIR)samples</include> <!-- for .rc files -->
<win32-res>$(WXTOPDIR)samples/sample.rc</win32-res>
</template>