Commit | Line | Data |
---|---|---|
6b0720f5 SQH |
1 | TOPSRCDIR = @top_srcdir@ |
2 | TOPOBJDIR = ../.. | |
3 | SRCDIR = @srcdir@ | |
4 | VPATH = @srcdir@ | |
5 | MODULE = twain_32.dll | |
ad939630 | 6 | IMPORTS = kernel32 |
6b0720f5 | 7 | |
6b0720f5 | 8 | C_SRCS = \ |
6b0720f5 | 9 | dsm_ctrl.c \ |
125efed8 | 10 | twain32_main.c |
6b0720f5 | 11 | |
6812cbc8 MH |
12 | C_SRCS16 = \ |
13 | twain16_main.c | |
14 | ||
b4599521 AJ |
15 | SPEC_SRCS16 = twain.spec |
16 | ||
6b0720f5 SQH |
17 | @MAKE_DLL_RULES@ |
18 | ||
32ab895e | 19 | @DEPENDENCIES@ # everything below this line is overwritten by make depend |