Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.mingw
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.mingw')
-rw-r--r--Makefile.mingw9
1 files changed, 3 insertions, 6 deletions
diff --git a/Makefile.mingw b/Makefile.mingw
index 1cbe99e..6c7739a 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -18,7 +18,6 @@ LIBXML2_TOP := /libxml2
SDL_TOP := /sdl
CANVAS_TOP := /gnomecanvas
GNUCHESS_TOP := /gnuchess
-PYTHON_TOP := /c/Python24
MAKENSIS := "/c/Program Files/NSIS/makensis.exe"
@@ -55,11 +54,9 @@ NEEDED_DLLS = $(GNUCHESS_TOP)/bin/pthreadGC.dll \
$(GTK_TOP)/expat/bin/xmlparse.dll \
$(GTK_TOP)/expat/bin/xmltok.dll \
$(GTK_TOP)/bin/iconv.dll \
- $(GTK_TOP)/bin/libpng13.dll \
- $(GTK_TOP)/bin/jpeg62.dll \
- $(GTK_TOP)/bin/libcairo-2.dll \
- $(GTK_TOP)/bin/libpangocairo-1.0-0.dll \
- /c/WINDOWS/system32/python24.dll
+ $(GTK_TOP)/bin/intl.dll \
+ $(GTK_TOP)/bin/libpng12.dll \
+ $(GTK_TOP)/bin/jpeg62.dll
NEEDED_FILES = README \
COPYING \