Sweden-Number/programs/rundll32/Makefile.in

13 lines
203 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
2008-10-30 17:10:34 +01:00
APPMODE = -mwindows
IMPORTS = user32 kernel32
2002-11-15 02:41:20 +01:00
C_SRCS = \
rundll32.c
@MAKE_PROG_RULES@