wine-wine/programs/rundll32/Makefile.in

14 lines
250 B
Makefile
Raw Normal View History

2002-11-15 01:41:20 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = rundll32.exe
2010-05-03 19:22:25 +00:00
APPMODE = -mwindows -municode
IMPORTS = user32 kernel32
2010-05-03 19:22:25 +00:00
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2002-11-15 01:41:20 +00:00
C_SRCS = \
rundll32.c
@MAKE_PROG_RULES@