mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-25 20:15:42 +00:00
6b2d85945c
svn-id: r45447
14 lines
195 B
Makefile
14 lines
195 B
Makefile
# $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
|