aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTravis Howell2004-03-17 09:14:41 +0000
committerTravis Howell2004-03-17 09:14:41 +0000
commitd90e92019e56c2f447a53c6ec0dbb2e0c2555be0 (patch)
tree039bf7bafdbbf191640f6ba91a56df4f8058928f /Makefile
parent4c3a68027f7f84a58664f77c847d24ab5b9757e4 (diff)
downloadscummvm-rg350-d90e92019e56c2f447a53c6ec0dbb2e0c2555be0.tar.gz
scummvm-rg350-d90e92019e56c2f447a53c6ec0dbb2e0c2555be0.tar.bz2
scummvm-rg350-d90e92019e56c2f447a53c6ec0dbb2e0c2555be0.zip
Add mingw to configure (Not working yet)
svn-id: r13333
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b4cd1962d1..93204a1d81 100644
--- a/Makefile
+++ b/Makefile
@@ -55,6 +55,9 @@ config.mak: $(srcdir)/configure
@echo "If you cannot run configure, use 'make -f Makefile.noconf'"
@exit 1
+scummvmico.o: scummvm.ico
+ windres scummvm.rc scummvmico.o
+
dist:
$(RM) $(ZIPFILE)
$(ZIP) $(ZIPFILE) $(DISTFILES)