2006-10-06 11:21:02 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = mscoree.dll
|
2008-04-30 14:23:55 +02:00
|
|
|
IMPORTS = uuid advapi32 kernel32
|
2006-10-06 11:21:02 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
2008-03-28 11:10:55 +01:00
|
|
|
corruntimehost.c \
|
2006-10-06 11:21:02 +02:00
|
|
|
mscoree_main.c
|
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|