1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
<HTML>
<head><title>Makefiles</title></head>
<BODY BGCOLOR=#FFFFFF>
<A NAME="topic8"></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="wx12.htm#topic7"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="wx14.htm#topic9"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>
<H2>Makefiles</H2>
<P>
At the moment there is no attempt to make Unix makefiles and
PC makefiles compatible, i.e. one makefile is required for
each environment. wxGTK has its own configure system which can also
be used with wxMotif, although wxMotif has a simple makefile system of its own.<P>
Sample makefiles for Unix (suffix .UNX), MS C++ (suffix .DOS and .NT), Borland
C++ (.BCC and .B32) and Symantec C++ (.SC) are included for the library, demos
and utilities.<P>
The controlling makefile for wxWindows is in the platform-specific
directory, such as <TT>src/msw</TT> or <TT>src/motif</TT>.<P>
Please see the platform-specific <TT>install.txt</TT> file for further details.<P>
</BODY></HTML>
|