2006-06-05 07:01:10 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = userenv.dll
|
2008-04-30 03:19:05 +02:00
|
|
|
IMPORTS = kernel32 ntdll
|
2008-04-30 03:09:24 +02:00
|
|
|
IMPORTLIB = userenv
|
2006-06-05 07:01:10 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
|
|
|
userenv_main.c
|
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|