Remove fragment dealing with obsolete formats from bakefiles

There is no need to delete formats that are not used anyhow for the
webview_chromium sample.
This commit is contained in:
Vadim Zeitlin 2023-08-29 23:16:19 +02:00
parent 9aad6eddcb
commit 0761ddf827

View file

@ -51,11 +51,6 @@
autoconf,borland,dmars_smake,dmars,mingw,watcom
</del-formats>
<!-- wxWebViewChromium supports only a subset of the compilers -->
<del-formats files="../../samples/webview_chromium/webview_chromium.bkl">
borland,mingw,msevc4prj,msvs2003prj,msvs2005prj,msvs2008prj
</del-formats>
<!-- Default flags (for all formats and bakefiles): -->
<add-flags>-Iformats</add-flags>