mirror of
https://github.com/reactos/wine.git
synced 2025-01-21 03:15:18 +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@
|