projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
dwrite: Avoid signed-unsigned integer comparisons.
[wine]
/
programs
/
wmic
/
Makefile.in
1
MODULE = wmic.exe
2
APPMODE = -mconsole -municode
3
IMPORTS = oleaut32 ole32 user32
4
5
C_SRCS = \
6
main.c
7
8
RC_SRCS = wmic.rc
9
PO_SRCS = wmic.rc
10
11
@MAKE_PROG_RULES@