2001-09-14 23:36:30 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2002-03-20 23:19:06 +01:00
|
|
|
MODULE = sti.dll
|
2008-03-04 16:52:54 +01:00
|
|
|
IMPORTLIB = sti
|
2009-08-22 20:28:42 +02:00
|
|
|
IMPORTS = ole32 advapi32 kernel32
|
2001-09-14 23:36:30 +02:00
|
|
|
|
2009-08-22 20:28:42 +02:00
|
|
|
C_SRCS = \
|
|
|
|
regsvr.c \
|
|
|
|
sti_main.c
|
2001-09-14 23:36:30 +02:00
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|