2002-04-09 01:56:14 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = msisys.ocx
|
2003-06-30 22:53:48 +02:00
|
|
|
IMPORTS = kernel32
|
2004-01-27 01:11:16 +01:00
|
|
|
EXTRALIBS = -luuid
|
2002-04-09 01:56:14 +02:00
|
|
|
|
|
|
|
C_SRCS = msisys.c
|
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|