aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray2004-04-16 06:56:28 +0000
committerJonathan Gray2004-04-16 06:56:28 +0000
commitc8e331e9b45935d72cf3f5180637ca5f2148cb21 (patch)
tree40bccd6226fb0f005408361019f35f8481e31802
parent22cd3dbcf9ab7640d6cdc1a41fab98a7fad27276 (diff)
downloadscummvm-rg350-c8e331e9b45935d72cf3f5180637ca5f2148cb21.tar.gz
scummvm-rg350-c8e331e9b45935d72cf3f5180637ca5f2148cb21.tar.bz2
scummvm-rg350-c8e331e9b45935d72cf3f5180637ca5f2148cb21.zip
Makefile.mingw is no longer used
svn-id: r13584
-rw-r--r--Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index bcd2541825..78968451bb 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -1,5 +1,5 @@
# $Header$
-# This file is used by Makefile and Makefile.mingw and declares common build rules,
+# This file is used by Makefile and declares common build rules,
# a list of common object files etc.
######################################################################
@@ -14,7 +14,7 @@ all: $(EXECUTABLE) plugins
# Files that are to be included in the archive built by "make dist"
DISTFILES := \
- Makefile Makefile.common Makefile.mingw \
+ Makefile Makefile.common \
NEWS README COPYING scummvm.6 Info.plist \
scumm.dsp scummvm.dsp scummvm.dsw scummvm.icns scummvm.ico \
scummvm.proj scummvm.rc scummvm.spec scummvm.xpm simon.dsp sky.dsp \