mirror of
https://github.com/reactos/wine.git
synced 2024-12-01 15:40:43 +00:00
10 lines
171 B
Makefile
10 lines
171 B
Makefile
MODULE = uninstaller.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = advapi32
|
|
DELAYIMPORTS = shlwapi shell32 user32 gdi32
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
RC_SRCS = uninstaller.rc
|