1999-08-04 11:49:49 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2002-03-20 23:19:06 +01:00
|
|
|
MODULE = w32skrnl.dll
|
2007-04-09 07:40:57 +02:00
|
|
|
IMPORTS = kernel32 ntdll
|
2003-03-23 21:00:02 +01:00
|
|
|
|
2009-03-24 09:42:02 +01:00
|
|
|
C_SRCS = w32skernel.c
|
2004-08-12 01:59:06 +02:00
|
|
|
|
2000-03-04 23:31:27 +01:00
|
|
|
@MAKE_DLL_RULES@
|
2000-01-31 06:02:49 +01:00
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|