]> git.saurik.com Git - wxWidgets.git/blame - utils/wxPython/src/Setup.in
new build structure
[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
4*shared*
5
6CCC=c++
7WXWIN=../../..
b62bdb48 8GENCODEDIR=gtk
9d358552
RD
9srcdir=$(GENCODEDIR)
10
11# Depending on how your Python was built, you may have to set this
12# value to use the C++ driver to link with instead of the default
13# C driver. Fo rexample:
14MY_LDSHARED=$(CCC) -shared
15
fb5e0af0 16
7bf85405
RD
17## Pick one of these, or set your own
18#TARGETDIR=$(BINLIBDEST)/site-packages/wxPython
19TARGETDIR=..
20
21wxpc wxp.cpp helpers.cpp windows.cpp events.cpp misc.cpp gdi.cpp \
22 mdi.cpp controls.cpp controls2.cpp windows2.cpp cmndlgs.cpp \
9d358552 23 -I. -I$(WXWIN)/include -I/usr/lib/glib/include -I$(WXWIN)/src \
fb5e0af0
RD
24# -D__WXDEBUG__ -ldmalloc \
25 -DSWIG_GLOBAL -D__WXGTK__ -L$(WXWIN)/lib/Linux -lwx_gtk \
26 -L/usr/X11R6/lib -lgtk -lgdk -lglib -lXext -lX11
7bf85405
RD
27
28