2003-01-24 02:08:15 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = d3dim.dll
|
2005-05-09 16:42:30 +02:00
|
|
|
IMPORTLIB = libd3dim.$(IMPLIBEXT)
|
2005-08-25 17:27:44 +02:00
|
|
|
IMPORTS = kernel32
|
2003-01-24 02:08:15 +01:00
|
|
|
|
|
|
|
C_SRCS = d3dim_main.c
|
|
|
|
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|