2006-06-16 12:43:02 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = inseng.dll
|
|
|
|
IMPORTS = ole32 user32 advapi32 kernel32 ntdll
|
2006-07-11 19:33:22 +02:00
|
|
|
EXTRALIBS = -luuid
|
2006-06-16 12:43:02 +02:00
|
|
|
EXTRADEFS = -DCOM_NO_WINDOWS_H
|
|
|
|
|
|
|
|
C_SRCS = \
|
2006-08-07 21:38:56 +02:00
|
|
|
inseng_main.c \
|
|
|
|
regsvr.c
|
2006-06-16 12:43:02 +02:00
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|