mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 17:43:44 +00:00
13 lines
216 B
Makefile
13 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:
|