source: trunk/src/advapi32/makefile@ 4503

Last change on this file since 4503 was 4335, checked in by bird, 25 years ago

Changed to new makefile style.

File size: 842 bytes
Line 
1# $Id: makefile,v 1.25 2000-09-28 03:17:10 bird Exp $
2
3#
4# Odin32 API
5#
6# advapi32.dll makefile
7#
8
9
10# For the time being
11NEW_STYLE = 1
12
13
14#
15# Compiler, tools, and interference rules.
16#
17!include ../../include/pdwin32.mk
18
19
20#
21# Object files. Prefix with OBJDIR and one space before the '\'.
22#
23OBJS = \
24$(OBJDIR)\advapi32.obj \
25$(OBJDIR)\advapi32rsrc.obj \
26$(OBJDIR)\lsa.obj \
27$(OBJDIR)\security.obj \
28$(OBJDIR)\service.obj \
29$(OBJDIR)\eventlog.obj \
30$(OBJDIR)\crypt.obj \
31$(DLLENTRY)
32
33
34#
35# Libraries. One space before the '\'.
36#
37LIBS = \
38$(PDWIN32_LIB)/kernel32.lib \
39$(PDWIN32_LIB)/ntdll.lib \
40$(PDWIN32_LIB)/$(ODINCRT).lib \
41$(PDWIN32_LIB)/pmwinx.lib \
42OS2386.LIB \
43$(RTLLIB_O)
44
45
46#
47# Target name - name of the dll without extention and path.
48#
49TARGET = advapi32
50
51
52#
53# Includes the common rules.
54#
55!include $(PDWIN32_INCLUDE)/pdwin32.post
Note: See TracBrowser for help on using the repository browser.