source: trunk/src/twain_32/makefile@ 10366

Last change on this file since 10366 was 10222, checked in by sandervl, 22 years ago

Update for libwrap

File size: 760 bytes
Line 
1# $Id: makefile,v 1.9 2003-08-08 15:54:12 sandervl Exp $
2
3#
4# Odin32 API
5#
6# twain_32.dll makefile
7#
8
9
10#
11# Compiler, tools, and interference rules.
12#
13!include ../../makefile.inc
14
15
16#
17# Overrides.
18#
19CDEFINES = $(CDEFINES) -DWIN32
20
21
22#
23# Object files. Prefix with OBJDIR and one space before the '\'.
24#
25OBJS = \
26$(OBJDIR)\twain_32.obj \
27$(OBJDIR)\initterm.obj \
28$(OBJDIR)\twain_32rsrc.obj
29
30
31#
32# Libraries. One space before the '\'.
33#
34LIBS = \
35$(ODIN32_LIB)/kernel32.lib \
36$(ODIN32_LIB)/user32.lib \
37$(ODIN32_LIB)/libwrap.lib \
38$(ODIN32_LIB)/$(ODINCRT).lib \
39$(ODIN32_LIB)/pmwinx.lib \
40OS2386.LIB \
41$(RTLLIB_O)
42
43
44#
45# Target name - name of the dll without extention and path.
46#
47TARGET = twain_32
48
49
50#
51# Includes the common rules.
52#
53!include $(ODIN32_POST_INC)
54
Note: See TracBrowser for help on using the repository browser.