source: trunk/src/oleaut32/oleautos2.mak@ 10367

Last change on this file since 10367 was 10266, checked in by sandervl, 22 years ago

PF: GIF and JPEG static libs for IPicture interface implementation

File size: 1.4 KB
Line 
1# $Id: oleautos2.mak,v 1.1 2003-10-06 10:09:02 sandervl Exp $
2
3#
4# Odin32 API
5#
6# ole32aut.dll makefile
7#
8
9
10!if "$(DEBUG)" == "1"
11DEFFILE = oleaut32dbg.def
12ORGDEFFILE = oleaut32.def
13!endif
14
15#
16# Compiler, tools, and interference rules.
17#
18!include ../../makefile.inc
19
20CDEFINES = $(CDEFINES) -DHAVE_LIBJPEG -DHAVE_JPEGLIB_H -DHAVE_GIF_LIB_H -I.\include
21
22#
23# Object files. Prefix with OBJDIR and one space before the '\'.
24#
25OBJS = \
26$(OBJDIR)\oleaut.obj \
27$(OBJDIR)\olefont.obj \
28$(OBJDIR)\variant.obj \
29$(OBJDIR)\ole2disp.obj \
30$(OBJDIR)\parsedt.obj \
31$(OBJDIR)\olepicture.obj \
32$(OBJDIR)\asmutil.obj \
33$(OBJDIR)\typelib.obj \
34$(OBJDIR)\tmarshal.obj \
35$(OBJDIR)\hash.obj \
36$(OBJDIR)\safearray.obj \
37$(OBJDIR)\connpt.obj \
38$(OBJDIR)\dispatch.obj \
39$(OBJDIR)\stubs.obj \
40!if "$(DEBUG)" == "1"
41$(OBJDIR)\dbgwrap.obj \
42!endif
43$(DLLENTRY) \
44$(OBJDIR)\oleaut32rsrc.obj
45
46
47#
48# Libraries. One space before the '\'.
49#
50LIBS = \
51$(ODIN32_LIB)/advapi32.lib \
52$(ODIN32_LIB)/kernel32.lib \
53$(ODIN32_LIB)/user32.lib \
54$(ODIN32_LIB)/ole32.lib \
55$(ODIN32_LIB)/comctl32.lib \
56$(ODIN32_LIB)/gdi32.lib \
57$(ODIN32_LIB)/guidlib.lib \
58$(ODIN32_LIB)/giflib.lib \
59$(ODIN32_LIB)/jpeglib.lib \
60$(ODIN32_LIB)/$(ODINCRT).lib \
61OS2386.LIB \
62$(RTLLIB_O)
63
64
65#
66# Target and original target names - names of the dll without extention and path
67#
68TARGET = olautos2
69ORGTARGET = oleaut32
70
71
72#
73# Includes the common rules.
74#
75!include $(ODIN32_POST_INC)
76
Note: See TracBrowser for help on using the repository browser.