Remove OS/2 remnants from bakefile of dialogs sample

This commit is contained in:
Maarten Bent
2018-09-14 21:35:01 +02:00
committed by Vadim Zeitlin
parent f3ab72ca55
commit d8211f389c

View File

@@ -21,10 +21,6 @@
<if cond="TOOLKIT=='GTK' and TOOLKIT_VERSION=='2'">
$(WXTOPDIR)src/generic/filedlgg.cpp
</if>
<if cond="TOOLKIT=='PM' and WXUNIV=='0' and SHARED=='0'">
$(WXTOPDIR)src/generic/fontdlgg.cpp
$(WXTOPDIR)src/generic/filedlgg.cpp
</if>
</set>
<exe id="dialogs" template="wx_sample" template_append="wx_append">