source: trunk/src/wininet/makefile@ 10366

Last change on this file since 10366 was 8607, checked in by sandervl, 23 years ago

Fixed shlwapi imports

File size: 902 bytes
Line 
1# $Id: makefile,v 1.15 2002-06-09 10:46:39 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 \
41$(ODIN32_LIB)/shlwapi.lib \
42OS2386.LIB \
43$(RTLLIB_O)
44
45
46#
47# Target name - name of the dll without extention and path.
48#
49TARGET = wininet
50
51
52#
53# Includes the common rules.
54#
55!include $(ODIN32_POST_INC)
56
Note: See TracBrowser for help on using the repository browser.