source: trunk/src/advapi32/makefile@ 8045

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

update

File size: 821 bytes
Line 
1# $Id: makefile,v 1.30 2002-02-21 22:52:00 sandervl 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)\security_odin.obj \
25$(OBJDIR)\systemfunction.obj \
26$(OBJDIR)\service.obj \
27$(OBJDIR)\eventlog.obj \
28$(OBJDIR)\crypt.obj \
29$(DLLENTRY)
30
31
32#
33# Libraries. One space before the '\'.
34#
35LIBS = \
36$(ODIN32_LIB)/kernel32.lib \
37$(ODIN32_LIB)/ntdll.lib \
38$(ODIN32_LIB)/$(ODINCRT).lib \
39OS2386.LIB \
40$(RTLLIB_O)
41
42
43#
44# Target name - name of the dll without extention and path.
45#
46TARGET = advapi32
47
48
49#
50# Includes the common rules.
51#
52!include $(ODIN32_POST_INC)
53
Note: See TracBrowser for help on using the repository browser.