]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/samples/doodle/README.txt
reSWIGged
[wxWidgets.git] / wxPython / samples / doodle / README.txt
index 4fb087ca60ab518348414e9ed1a3fd67418cd238..49f0ff6e7be37fe94c8e282423c89977bbcd62f9 100644 (file)
@@ -22,10 +22,18 @@ and much more.
                        python setup.py py2exe
 
 
-    superdoodle.iss  An InnoSetup script to build a self-installer of
-                     the superdoodle standalone executable.  You can
-                     get InnoSetup from http://www.jrsoftware.org/.
-                     You may have to edit this file to make it work
-                     for your environment and python installation.
-
-
+    superdoodle.iss  NOTE: This .iss file needs updating!
+                    An InnoSetup script to build a self-installer of
+                     the superdoodle standalone executable created
+                     with py2exe.  You can get InnoSetup from
+                     http://www.jrsoftware.org/.  You may have to edit
+                     this file to make it work for your environment
+                     and python installation.               
+                    
+
+    cxfreeze.bat     An example of creating an executable with the
+                     cx_Freeze utility, downloadable from 
+                    http://starship.python.net/crew/atuining/cx_Freeze/
+
+    installer.bat    An example of creating an executable with Gordon
+                     McMillan's Installer utility.