Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2006-11-09 23:13:19 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-11-09 23:13:19 (GMT)
commit0a496b6f0c718c905ea63122af315ee6faeab601 (patch)
treef99af42c3ddba7f1e0e95b101a36375fb23ad16d
parent83086d73f57cb62f889537053a1aa2510c132414 (diff)
Minor, added comment on how to add tuxpaint and sqlite support
-rw-r--r--Makefile.mingw.in2
-rwxr-xr-xtools/py2exe/gcompris.py5
2 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.mingw.in b/Makefile.mingw.in
index 5de7b09..5ee2f10 100644
--- a/Makefile.mingw.in
+++ b/Makefile.mingw.in
@@ -18,7 +18,7 @@ LIBXML2_TOP := /libxml2
SDL_TOP := /sdl
CANVAS_TOP := /gnomecanvas
GNUCHESS_TOP := /gnuchess
-PYTHON_TOP := /c/WINDOWS/system32/python24.dll
+PYTHON_TOP := /c/WINDOWS/system32
GNUCAP_TOP := /gnucap
MAKENSIS := "/c/Program Files/NSIS/makensis.exe"
diff --git a/tools/py2exe/gcompris.py b/tools/py2exe/gcompris.py
index 23ac7e0..e133ae0 100755
--- a/tools/py2exe/gcompris.py
+++ b/tools/py2exe/gcompris.py
@@ -21,5 +21,8 @@ import cairo
import pangocairo
import atk
import gobject
-
+# For tuxpaint launcher
+#import _winreg
+# For admin module
+#import pysqlite2
print "Hello gcompris world now"