source: trunk/src/shdocvw/makefile@ 10366

Last change on this file since 10366 was 4943, checked in by sandervl, 25 years ago

Added

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