projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
wined3d: Don't unregister a window unless the window proc is what we expect it to be.
[wine]
/
programs
/
mofcomp
/
Makefile.in
1
MODULE = mofcomp.exe
2
APPMODE = -mconsole -municode
3
IMPORTS = kernel32
4
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
5
6
C_SRCS = mofcomp.c
7
8
@MAKE_PROG_RULES@