mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
14 lines
216 B
Makefile
14 lines
216 B
Makefile
|
TOPSRCDIR = @top_srcdir@
|
||
|
TOPOBJDIR = ../..
|
||
|
SRCDIR = @srcdir@
|
||
|
VPATH = @srcdir@
|
||
|
MODULE = icinfo.exe
|
||
|
APPMODE = -mwindows
|
||
|
IMPORTS = msvfw32 kernel32
|
||
|
|
||
|
C_SRCS = icinfo.c
|
||
|
|
||
|
@MAKE_PROG_RULES@
|
||
|
|
||
|
### Dependencies:
|