source: trunk/src/advapi32/makefile@ 5655

Last change on this file since 5655 was 4717, checked in by bird, 25 years ago

New makefile style. (addjustments)

File size: 783 bytes
Line 
1# $Id: makefile,v 1.27 2000-12-02 23:36:27 bird Exp $
2
3#
4# Odin32 API
5#
6# advapi32.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)\advapi32.obj \
21$(OBJDIR)\advapi32rsrc.obj \
22$(OBJDIR)\lsa.obj \
23$(OBJDIR)\security.obj \
24$(OBJDIR)\service.obj \
25$(OBJDIR)\eventlog.obj \
26$(OBJDIR)\crypt.obj \
27$(DLLENTRY)
28
29
30#
31# Libraries. One space before the '\'.
32#
33LIBS = \
34$(ODIN32_LIB)/kernel32.lib \
35$(ODIN32_LIB)/ntdll.lib \
36$(ODIN32_LIB)/$(ODINCRT).lib \
37$(ODIN32_LIB)/pmwinx.lib \
38OS2386.LIB \
39$(RTLLIB_O)
40
41
42#
43# Target name - name of the dll without extention and path.
44#
45TARGET = advapi32
46
47
48#
49# Includes the common rules.
50#
51!include $(ODIN32_POST_INC)
52
Note: See TracBrowser for help on using the repository browser.