Sweden-Number/programs/rundll32/Makefile.in

14 lines
250 B
Makefile
Raw Normal View History

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