- <!-- FIXME:
- C++BuilderX supports only wxMSW, monolithic (sic!) static build
- and the project can't be put into build/msw and store objects in
- build/msw/something. This *must* be fixed! -->
- <if cond="FORMAT=='cbuilderx'">
- <set var="WXUNIV">0</set>
- <set var="MONOLITHIC">1</set>
- <set var="SRCDIR">.</set>
- <set var="TOP_SRCDIR">$(SRCDIR)/$(WXTOPDIR)</set>
- <set var="SHARED">0</set>
- </if>
-
-