2006-02-14 16:53:03 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = sfc.dll
|
|
|
|
IMPORTLIB = libsfc.$(IMPLIBEXT)
|
2007-01-22 12:10:37 +01:00
|
|
|
IMPORTS = sfc_os kernel32
|
2006-02-14 16:53:03 +01:00
|
|
|
|
|
|
|
C_SRCS = sfc_main.c
|
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|