projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
uninstaller: Convert translations to po files.
[wine]
/
programs
/
uninstaller
/
Makefile.in
1
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2
MODULE = uninstaller.exe
3
APPMODE = -mconsole -municode
4
IMPORTS = advapi32
5
DELAYIMPORTS = shlwapi shell32 user32 gdi32
6
7
C_SRCS = \
8
main.c
9
10
RC_SRCS = uninstaller.rc
11
PO_SRCS = uninstaller.rc
12
13
@MAKE_PROG_RULES@