mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 17:43:44 +00:00
12 lines
215 B
Makefile
12 lines
215 B
Makefile
MODULE = uninstaller.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = advapi32
|
|
DELAYIMPORTS = shlwapi shell32 user32 gdi32
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
RC_SRCS = uninstaller.rc
|
|
PO_SRCS = uninstaller.rc
|
|
|
|
@MAKE_PROG_RULES@
|