mirror of
https://github.com/reactos/wine.git
synced 2024-12-03 01:12:25 +00:00
7 lines
100 B
Makefile
7 lines
100 B
Makefile
MODULE = rundll32.exe
|
|
APPMODE = -mwindows -municode
|
|
IMPORTS = user32
|
|
|
|
C_SRCS = \
|
|
rundll32.c
|