aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2009-10-27 19:11:23 +0000
committerJohannes Schickel2009-10-27 19:11:23 +0000
commit6b2d85945cbea6c5f5b366ba460003a9e82e41ef (patch)
treeb2b0451f90dbaac044a0823ea2b995f72d01b63f
parent2df5d5188302c0ae9374f6054149ec567abd4437 (diff)
downloadscummvm-rg350-6b2d85945cbea6c5f5b366ba460003a9e82e41ef.tar.gz
scummvm-rg350-6b2d85945cbea6c5f5b366ba460003a9e82e41ef.tar.bz2
scummvm-rg350-6b2d85945cbea6c5f5b366ba460003a9e82e41ef.zip
Include support for "create_msvc" in the Makefile based build system.
svn-id: r45447
-rw-r--r--tools/create_msvc/module.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/create_msvc/module.mk b/tools/create_msvc/module.mk
new file mode 100644
index 0000000000..0ede9458e4
--- /dev/null
+++ b/tools/create_msvc/module.mk
@@ -0,0 +1,13 @@
+# $URL$
+# $Id$
+
+MODULE := tools/create_msvc
+
+MODULE_OBJS := \
+ create_msvc.o \
+
+# Set the name of the executable
+TOOL_EXECUTABLE := create_msvc
+
+# Include common rules
+include $(srcdir)/rules.mk