]>
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=../../.. | |
8 | ||
9 | ## Pick one of these, or set your own | |
10 | #TARGETDIR=$(BINLIBDEST)/site-packages/wxPython | |
11 | TARGETDIR=.. | |
12 | ||
13 | wxpc wxp.cpp helpers.cpp windows.cpp events.cpp misc.cpp gdi.cpp \ | |
14 | mdi.cpp controls.cpp controls2.cpp windows2.cpp cmndlgs.cpp \ | |
15 | -I$(WXWIN)/include -I/usr/lib/glib/include \ | |
16 | -DSWIG_GLOBAL -D__WXGTK__ -L$(WXWIN)/lib/Linux -lwx_gtk | |
17 | ||
18 |