projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
programs: Add a stub implementation of mofcomp.exe.
[wine]
/
programs
/
mofcomp
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = mofcomp.exe
6
APPMODE = -mconsole -municode
7
IMPORTS = kernel32
8
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
9
10
C_SRCS = mofcomp.c
11
12
@MAKE_PROG_RULES@