aboutsummaryrefslogtreecommitdiff
path: root/tools/create_msvc/module.mk
blob: 0ede9458e4c835e26562e3bb822f77090b2a7f45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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