2006-03-22 13:31:54 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = icinfo.exe
|
|
|
|
APPMODE = -mwindows
|
|
|
|
IMPORTS = msvfw32 kernel32
|
|
|
|
|
|
|
|
C_SRCS = icinfo.c
|
|
|
|
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|