source: trunk/src/urlmon/makefile@ 10366

Last change on this file since 10366 was 6190, checked in by bird, 24 years ago

Added stubs.

File size: 674 bytes
Line 
1# $Id: makefile,v 1.5 2001-07-07 04:36:29 bird Exp $
2
3#
4# Odin32 API
5#
6# urlmon.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)\urlmon.obj \
21$(OBJDIR)\umon.obj \
22$(OBJDIR)\stubs.obj \
23$(OBJDIR)\urlmonrsrc.obj \
24$(DLLENTRY)
25
26
27#
28# Libraries. One space before the '\'.
29#
30LIBS = \
31$(ODIN32_LIB)/kernel32.lib \
32$(ODIN32_LIB)/ole32.lib \
33$(ODIN32_LIB)/$(ODINCRT).lib \
34OS2386.LIB \
35$(RTLLIB_O)
36
37
38#
39# Target name - name of the dll without extention and path.
40#
41TARGET = urlmon
42
43
44#
45# Includes the common rules.
46#
47!include $(ODIN32_POST_INC)
48
Note: See TracBrowser for help on using the repository browser.