6 lines
94 B
Makefile
6 lines
94 B
Makefile
MODULE = icinfo.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = msvfw32
|
|
|
|
C_SRCS = icinfo.c
|