source: trunk/src/shlwapi/makefile@ 5280

Last change on this file since 5280 was 4719, checked in by bird, 25 years ago

New makefile style. (addjustments)

File size: 925 bytes
Line 
1# $Id: makefile,v 1.20 2000-12-02 23:57:08 bird Exp $
2
3#
4# Odin32 API
5#
6# shlwapi.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)\shlwapi.obj \
21$(OBJDIR)\shlstub.obj \
22$(OBJDIR)\url.obj \
23$(OBJDIR)\reg_odin.obj \
24$(OBJDIR)\reg.obj \
25$(OBJDIR)\regstream.obj \
26$(OBJDIR)\pathcpp.obj \
27$(OBJDIR)\path.obj \
28$(OBJDIR)\string_odin.obj \
29$(OBJDIR)\string.obj \
30$(OBJDIR)\shlwapirsrc.obj \
31$(OBJDIR)\ordinal.obj \
32$(DLLENTRY)
33
34
35#
36# Libraries. One space before the '\'.
37#
38LIBS = \
39$(ODIN32_LIB)/kernel32.lib \
40$(ODIN32_LIB)/user32.lib \
41$(ODIN32_LIB)/gdi32.lib \
42$(ODIN32_LIB)/crtdll.lib \
43$(ODIN32_LIB)/$(ODINCRT).lib \
44OS2386.LIB \
45$(RTLLIB_O)
46
47
48#
49# Target name - name of the dll without extention and path.
50#
51TARGET = shlwapi
52
53
54#
55# Includes the common rules.
56#
57!include $(ODIN32_POST_INC)
58
Note: See TracBrowser for help on using the repository browser.