mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
8 lines
113 B
Makefile
8 lines
113 B
Makefile
MODULE = icinfo.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = msvfw32
|
|
|
|
C_SRCS = icinfo.c
|
|
|
|
@MAKE_PROG_RULES@
|