]>
Commit | Line | Data |
---|---|---|
7bf85405 RD |
1 | # This file gives the details of what is needed to uild this extension |
2 | # module so the Makefile can be created. | |
3 | ||
4 | *shared* | |
5 | ||
6 | CCC=c++ | |
7 | WXWIN=../../.. | |
b62bdb48 | 8 | GENCODEDIR=gtk |
fb5e0af0 | 9 | |
7bf85405 RD |
10 | ## Pick one of these, or set your own |
11 | #TARGETDIR=$(BINLIBDEST)/site-packages/wxPython | |
12 | TARGETDIR=.. | |
13 | ||
14 | wxpc wxp.cpp helpers.cpp windows.cpp events.cpp misc.cpp gdi.cpp \ | |
15 | mdi.cpp controls.cpp controls2.cpp windows2.cpp cmndlgs.cpp \ | |
853b255a | 16 | -I$(WXWIN)/include -I/usr/lib/glib/include -I$(WXWIN)/src \ |
fb5e0af0 RD |
17 | # -D__WXDEBUG__ -ldmalloc \ |
18 | -DSWIG_GLOBAL -D__WXGTK__ -L$(WXWIN)/lib/Linux -lwx_gtk \ | |
19 | -L/usr/X11R6/lib -lgtk -lgdk -lglib -lXext -lX11 | |
7bf85405 RD |
20 | |
21 |