mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
9 lines
130 B
Makefile
9 lines
130 B
Makefile
|
MODULE = presentationfontcache.exe
|
||
|
APPMODE = -mconsole -municode
|
||
|
IMPORTS = advapi32
|
||
|
|
||
|
C_SRCS = \
|
||
|
main.c
|
||
|
|
||
|
@MAKE_PROG_RULES@
|