]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/wx.i
Added $(OVERRIDEFLAGS) to the end of the flags so default flags can be overridden.
[wxWidgets.git] / utils / wxPython / src / wx.i
index 5570148adac29d2d72c4d764b140b67ac7efba2a..cedd7db22d524ca3da0568d1a8fd80cb147ca2c5 100644 (file)
@@ -46,7 +46,7 @@
 
 //---------------------------------------------------------------------------
 
 
 //---------------------------------------------------------------------------
 
-#define __version__ "0.5.0"
+#define __version__ "0.5.2"
 
 wxPoint     wxPyDefaultPosition;
 wxSize      wxPyDefaultSize;
 
 wxPoint     wxPyDefaultPosition;
 wxSize      wxPyDefaultSize;
@@ -152,6 +152,15 @@ extern "C" SWIGEXPORT(void,initutilsc)();
 /////////////////////////////////////////////////////////////////////////////
 //
 // $Log$
 /////////////////////////////////////////////////////////////////////////////
 //
 // $Log$
+// Revision 1.3  1998/12/17 17:52:21  RD
+// wxPython 0.5.2
+// Minor fixes and SWIG code generation for RR's changes.  MSW and GTK
+// versions are much closer now!
+//
+// Revision 1.2  1998/12/16 22:10:57  RD
+//
+// Tweaks needed to be able to build wxPython with wxGTK.
+//
 // Revision 1.1  1998/12/15 20:41:27  RD
 // Changed the import semantics from "from wxPython import *" to "from
 // wxPython.wx import *"  This is for people who are worried about
 // Revision 1.1  1998/12/15 20:41:27  RD
 // Changed the import semantics from "from wxPython import *" to "from
 // wxPython.wx import *"  This is for people who are worried about