2000-07-09 13:19:35 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2002-03-20 23:19:06 +01:00
|
|
|
MODULE = wow32.dll
|
2008-03-04 16:52:54 +01:00
|
|
|
IMPORTLIB = wow32
|
2002-05-12 01:06:32 +02:00
|
|
|
IMPORTS = kernel32
|
2000-11-12 04:50:10 +01:00
|
|
|
|
2000-07-26 20:30:38 +02:00
|
|
|
C_SRCS = wow_main.c
|
|
|
|
|
2000-07-09 13:19:35 +02:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|