Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjohnnypops <johnnypops>2007-11-11 16:49:49 (GMT)
committer johnnypops <johnnypops>2007-11-11 16:49:49 (GMT)
commit40f6f701799afaf4703604da79b7daf18c5e3a6d (patch)
treebf97a2de9605fb094ab72cbca7ee8805bdcb22f3 /Makefile
parent40c7b4f2035f05c24778e75e9cb1d39ce4992358 (diff)
Copies 'tuxpaint-config.exe' into bdist. Updates to the installer builder script.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b97579..33718f1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-# $Id: Makefile,v 1.162 2007/11/11 15:53:37 johnnypops Exp $
+# $Id: Makefile,v 1.163 2007/11/11 16:49:49 johnnypops Exp $
# Tux Paint - A simple drawing program for children.
@@ -745,6 +745,7 @@ install-dlls:
@echo
@echo "...Installing Windows DLLs..."
@install -d $(BIN_PREFIX)
+ @cp `which tuxpaint-config.exe` $(BIN_PREFIX)
@cp `which libintl-8.dll` $(BIN_PREFIX)
@cp `which libiconv-2.dll` $(BIN_PREFIX)
@cp `which libpng12.dll` $(BIN_PREFIX)