]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/makefile.nt
more updates
[wxWidgets.git] / utils / wxPython / src / makefile.nt
index a6f514d091621088efd6841bcd39e610917a1b20..42d9af86b7c743a8a2344bd83ae222d38b53d8c9 100644 (file)
@@ -9,12 +9,13 @@
 # Copyright:    (c) 1998 by Total Control Software
 # Licence:      wxWindows license
 #----------------------------------------------------------------------------
+VERSION=0.5.4
 
 # Set WXDIR to the root wxWindows directory for your system
 WXDIR = $(WXWIN)
 
 # Set this to the root of the Python installation
-PYTHONDIR=e:\Tools\Python15
+PYTHONDIR=d:\Python
 
 # Set this to 1 for a non-debug, optimised compile
 FINAL=0
@@ -259,10 +260,30 @@ SOURCES = $(GENCODEDIR)\wx.cpp        $(GENCODEDIR)\wx.py       \
 
 sources : $(SOURCES)
 
+
+dist:
+       cd ..\..
+       wxPython\distrib\zipit.bat $(VERSION)
+
 #------------------------------------------------------------------------
 #
 # $Log$
+# Revision 1.12  1999/06/28 21:39:47  VZ
+# 1. wxStaticLine implemented (generic (ugly) and MSW versions)
+# 2. wxTextDialog looks fine under MSW again
+# 3. startup tips added: code, sample, docs
+# 4. read-only text controls don't participate in TAB traversal
+#
+# Revision 1.11  1999/02/06 23:47:02  RD
+#
+# Changing makefile.nt to makefile.vc as in rest of wxWindows
+#
+# Revision 1.10  1999/02/01 00:10:40  RD
+#
+# Added the missing EVT_LIST_ITEM_SELECTED and friends.
+#
 # Revision 1.9  1999/01/30 07:30:13  RD
+#
 # Added wxSashWindow, wxSashEvent, wxLayoutAlgorithm, etc.
 #
 # Various cleanup, tweaks, minor additions, etc. to maintain