Line | |
---|
1 | # $Id: advapi32lib.mak,v 1.1 2001-09-25 18:26:27 sandervl Exp $
|
---|
2 |
|
---|
3 | #
|
---|
4 | # Odin32 API
|
---|
5 | #
|
---|
6 | # common.lib makefile
|
---|
7 | #
|
---|
8 |
|
---|
9 |
|
---|
10 | #
|
---|
11 | # Tell build environmet to build an object library.
|
---|
12 | #
|
---|
13 | LIBTARGET = 1
|
---|
14 | EXETARGET = 1
|
---|
15 | PUBLICLIB = 1
|
---|
16 | WRC_PREFIX_RESOURCE=1
|
---|
17 |
|
---|
18 | #
|
---|
19 | # Compiler, tools, and interference rules.
|
---|
20 | #
|
---|
21 | !include ../../makefile.inc
|
---|
22 |
|
---|
23 |
|
---|
24 | #
|
---|
25 | # Overrides.
|
---|
26 | #
|
---|
27 | CDEFINES = $(CDEFINES) -DINVERT
|
---|
28 |
|
---|
29 |
|
---|
30 | #
|
---|
31 | # Object files. Prefix with OBJDIR and one space before the '\'.
|
---|
32 | #
|
---|
33 | OBJS = \
|
---|
34 | $(OBJDIR)\advapi32.obj \
|
---|
35 | $(OBJDIR)\advapi32rsrc.obj \
|
---|
36 | $(OBJDIR)\lsa.obj \
|
---|
37 | $(OBJDIR)\security.obj \
|
---|
38 | $(OBJDIR)\systemfunction.obj \
|
---|
39 | $(OBJDIR)\service.obj \
|
---|
40 | $(OBJDIR)\eventlog.obj \
|
---|
41 | $(OBJDIR)\crypt.obj \
|
---|
42 |
|
---|
43 | #
|
---|
44 | # Target name - name of the library without extention and path.
|
---|
45 | #
|
---|
46 | TARGET = advapi32o
|
---|
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.