2002-03-21 03:58:39 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = twain_32.dll
|
2007-12-06 20:42:08 +01:00
|
|
|
IMPORTS = kernel32
|
2002-03-21 03:58:39 +01:00
|
|
|
|
|
|
|
C_SRCS = \
|
|
|
|
dsm_ctrl.c \
|
2006-05-08 20:05:42 +02:00
|
|
|
twain32_main.c
|
2002-03-21 03:58:39 +01:00
|
|
|
|
2004-07-13 05:37:07 +02:00
|
|
|
C_SRCS16 = \
|
|
|
|
twain16_main.c
|
|
|
|
|
2004-08-12 01:59:06 +02:00
|
|
|
SPEC_SRCS16 = twain.spec
|
|
|
|
|
2002-03-21 03:58:39 +01:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|