winex11.drv: Take care of the destroyed drawable in wglFlush/wglFinish too.
[wine/multimedia.git] / programs / uninstaller / Makefile.in
bloba1a55b4dd979254777976b93aa86e7cc1f42e82b
1 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2 MODULE = uninstaller.exe
3 APPMODE = -mconsole -municode
4 IMPORTS = advapi32
5 DELAYIMPORTS = shlwapi shell32 user32 gdi32
7 C_SRCS = \
8 main.c
10 RC_SRCS = uninstaller.rc
11 PO_SRCS = uninstaller.rc
13 @MAKE_PROG_RULES@