]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/Setup.in
Just a teeny change -- addition of wxFrame::IsMaximized. For wxMDIChildFrame
[wxWidgets.git] / utils / wxPython / src / Setup.in
index 935dea032bf383f44008324a36d6df6c896d404b..66f164a26417157deee68b498141cb70fadc4b23 100644 (file)
@@ -5,7 +5,7 @@
 ### This file should be created by configure.  Currently it is tweaked by hand.
 ###
 
-*shared*
+#*shared*
 
 CCC=c++
 WXWIN=../../..
@@ -16,7 +16,13 @@ srcdir=$(GENCODEDIR)
 # value to use the C++ driver to link with instead of the default
 # C driver.  For example:
 #MY_LDSHARED=$(CCC) -shared
-MY_LINKCC=$(CCC) --verbose
+
+# 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
@@ -26,17 +32,14 @@ TARGETDIR=..
 #TARGETDIR=$(BINLIBDEST)/site-packages/wxPython
 
 
-wxpc   wxp.cpp helpers.cpp windows.cpp events.cpp misc.cpp gdi.cpp \
+wxc    wx.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 utils.cpp \
        # CFLAGS
        -I. -I$(WXWIN)/include -I/usr/local/lib/glib/include -I$(WXWIN)/src \
        -I/usr/X/include -DSWIG_GLOBAL -D__WXGTK__ \
+       #-D__WXDEBUG__ \
        # LFLAGS
        -L$(WXWIN)/lib/solaris2.6 -L/usr/X/lib \
        -L/usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.8.1 \
        -lwx_gtk -lgtk -lgdk -lglib -lXext -lX11 -lstdc++ -lgcc
-
-
-
-
-