mirror of
https://github.com/reactos/wine.git
synced 2024-12-11 21:36:20 +00:00
7 lines
111 B
Makefile
7 lines
111 B
Makefile
MODULE = presentationfontcache.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = advapi32
|
|
|
|
C_SRCS = \
|
|
main.c
|