1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
<HTML>
<head><title>Conditional compilation</title></head>
<BODY BGCOLOR=#FFFFFF>
<A NAME="topic12"></A><CENTER>
<A HREF="wx.htm"><img align=center src="contents.gif" BORDER=0 ALT="Contents"></A> <A HREF="wx9.htm#multiplat"><img align=center src="up.gif" BORDER=0 ALT="Up"></A> <A HREF="wx14.htm#topic9"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="wx16.htm#topic13"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>
<H2>Conditional compilation</H2>
<P>
One of the purposes of wxWindows is to reduce the need for conditional
compilation in source code, which can be messy and confusing to follow.
However, sometimes it is necessary to incorporate platform-specific
features (such as metafile use under MS Windows). The symbols
listed in the file <TT>symbols.txt</TT> may be used for this purpose,
along with any user-supplied ones.<P>
</BODY></HTML>
|