2004-08-04 18:33:06 +00:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = mlang.dll
|
2005-05-09 14:42:30 +00:00
|
|
|
IMPORTLIB = libmlang.$(IMPLIBEXT)
|
2004-08-04 18:33:06 +00:00
|
|
|
IMPORTS = ole32 user32 gdi32 advapi32 kernel32 ntdll
|
2006-07-11 17:33:22 +00:00
|
|
|
EXTRALIBS = -luuid
|
2006-10-09 19:26:24 +00:00
|
|
|
EXTRADEFS = -DCOM_NO_WINDOWS_H
|
2004-08-04 18:33:06 +00:00
|
|
|
|
|
|
|
C_SRCS = \
|
2004-08-30 19:30:17 +00:00
|
|
|
mlang.c \
|
|
|
|
regsvr.c
|
2004-08-04 18:33:06 +00:00
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 07:38:16 +00:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|