mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 21:04:06 +00:00
34fa35dc99
makefiles, and added support for building a .def.a static import library too.
26 lines
425 B
Makefile
26 lines
425 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = twain_32.dll
|
|
IMPORTLIB = libtwain_32.$(IMPLIBEXT)
|
|
IMPORTS = user32 gdi32 kernel32 ntdll
|
|
EXTRALIBS = @SANELIBS@
|
|
EXTRAINCL = @SANEINCL@
|
|
|
|
C_SRCS = \
|
|
capability.c \
|
|
ds_audio.c \
|
|
ds_ctrl.c \
|
|
ds_image.c \
|
|
dsm_ctrl.c \
|
|
twain32_main.c
|
|
|
|
C_SRCS16 = \
|
|
twain16_main.c
|
|
|
|
SPEC_SRCS16 = twain.spec
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|