mirror of
https://github.com/reactos/wine.git
synced 2025-03-01 01:05:54 +00:00
14 lines
241 B
Makefile
14 lines
241 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = rundll32.exe
|
|
APPMODE = -mwindows -municode
|
|
IMPORTS = user32
|
|
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
|
|
|
|
C_SRCS = \
|
|
rundll32.c
|
|
|
|
@MAKE_PROG_RULES@
|