]> git.saurik.com Git - wxWidgets.git/blame - utils/wxPython/src/Setup.in
Updated wxConfig documentation
[wxWidgets.git] / utils / wxPython / src / Setup.in
CommitLineData
9d358552 1# This file gives the details of what is needed to build this extension
7bf85405
RD
2# module so the Makefile can be created.
3
f57d7932
RD
4###
5### This file should be created by configure. Currently it is tweaked by hand.
6###
7
7bf85405
RD
8*shared*
9
10CCC=c++
11WXWIN=../../..
b62bdb48 12GENCODEDIR=gtk
9d358552
RD
13srcdir=$(GENCODEDIR)
14
15# Depending on how your Python was built, you may have to set this
16# value to use the C++ driver to link with instead of the default
f57d7932
RD
17# C driver. For example:
18#MY_LDSHARED=$(CCC) -shared
19MY_LINKCC=$(CCC) --verbose
9d358552 20
fb5e0af0 21
f57d7932
RD
22## Pick one of these, or set your own. This is where the
23## wxPython module should be installed. It should be a
24## subdirectory named wxPython.
7bf85405 25TARGETDIR=..
f57d7932
RD
26#TARGETDIR=$(BINLIBDEST)/site-packages/wxPython
27
28
29wxpc wxp.cpp helpers.cpp windows.cpp events.cpp misc.cpp gdi.cpp \
30 mdi.cpp controls.cpp controls2.cpp windows2.cpp cmndlgs.cpp \
31 # CFLAGS
32 -I. -I$(WXWIN)/include -I/usr/local/lib/glib/include -I$(WXWIN)/src \
33 -I/usr/X/include -DSWIG_GLOBAL -D__WXGTK__ \
34 # LFLAGS
35 -L$(WXWIN)/lib/solaris2.6 -L/usr/X/lib \
36 -L/usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.8.1 \
37 -lwx_gtk -lgtk -lgdk -lglib -lXext -lX11 -lstdc++ -lgcc
38
39
7bf85405 40
7bf85405
RD
41
42