]> git.saurik.com Git - wxWidgets.git/commitdiff
Sample Setup.in file for Linux
authorRobin Dunn <robin@alldunn.com>
Tue, 20 Oct 1998 21:47:34 +0000 (21:47 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 20 Oct 1998 21:47:34 +0000 (21:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/wxPython/src/Setup.in.linux [new file with mode: 0644]

diff --git a/utils/wxPython/src/Setup.in.linux b/utils/wxPython/src/Setup.in.linux
new file mode 100644 (file)
index 0000000..e8f8033
--- /dev/null
@@ -0,0 +1,44 @@
+# This file gives the details of what is needed to build this extension
+# module so the Makefile can be created.
+
+###
+### This file should be created by configure.  Currently it is tweaked by hand.
+###
+
+*shared*
+
+CCC=c++
+WXWIN=../../..
+GENCODEDIR=gtk
+srcdir=$(GENCODEDIR)
+
+# Depending on how your Python was built, you may have to set this
+# value to use the C++ driver to link with instead of the default
+# C driver.  For example:
+MY_LDSHARED=$(CCC) -shared
+
+# Same as above, but for statically linking Python and wxPython together,
+# in other words, if you comment out the *shared* above.  If this is the
+# case then you should ensure that the main() function is Python's, not
+# wxWindows'.  You can rebuild $(WXWIN)/src/gtk/app.cpp with NOMAIN defined
+# to force this...
+MY_LINKCC=$(CCC)
+
+
+## Pick one of these, or set your own.  This is where the
+## wxPython module should be installed.  It should be a
+## subdirectory named wxPython.
+TARGETDIR=..
+#TARGETDIR=$(BINLIBDEST)/site-packages/wxPython
+
+
+wxpc   wxp.cpp helpers.cpp windows.cpp events.cpp misc.cpp gdi.cpp \
+       mdi.cpp controls.cpp controls2.cpp windows2.cpp cmndlgs.cpp \
+       frames.cpp stattool.cpp \
+       # CFLAGS
+       -I. -I$(WXWIN)/include -I/usr/lib/glib/include -I$(WXWIN)/src \
+       -I/usr/X11R6/include -DSWIG_GLOBAL -D__WXGTK__ \
+       #-D__WXDEBUG__ \
+       # LFLAGS
+       -L$(WXWIN)/lib/Linux -L/usr/X11R6/lib \
+       -lwx_gtk -lgtk -lgdk -lglib -lXext -lX11