projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
services: Add a helper function to send a command to the service.
[wine]
/
programs
/
cabarc
/
Makefile.in
1
MODULE = cabarc.exe
2
APPMODE = -mconsole -municode
3
IMPORTS = cabinet
4
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
5
6
C_SRCS = cabarc.c
7
8
@MAKE_PROG_RULES@