new patch for more stubs and misc changes
[reactos.git] / reactos / lib / twain / Makefile
1 # $Id: Makefile,v 1.4 2003/09/12 17:51:48 vizzini Exp $
2
3 PATH_TO_TOP = ../..
4
5 TARGET_TYPE = dynlink
6
7 TARGET_NAME = twain_32
8
9 # require os code to explicitly request A/W version of structs/functions
10 TARGET_CFLAGS += -D_DISABLE_TIDENTS -Wall -Werror
11
12 TARGET_BASE=0x76380000
13
14 TARGET_SDKLIBS = ntdll.a winedbgc.a
15
16 TARGET_OBJECTS = \
17 capability.o \
18 ds_audio.o \
19 ds_ctrl.o \
20 ds_image.o \
21 dsm_ctrl.o \
22 twain32_main.o
23
24 include $(PATH_TO_TOP)/rules.mak
25
26 include $(TOOLS_PATH)/helper.mk