source: trunk/src/wininet/makefile@ 8045

Last change on this file since 8045 was 6857, checked in by sandervl, 24 years ago

custom dll updates

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