source: trunk/src/NTDLL/ntdlllib.mak@ 7029

Last change on this file since 7029 was 6813, checked in by sandervl, 24 years ago

added library makefile

File size: 947 bytes
Line 
1# $Id: ntdlllib.mak,v 1.1 2001-09-25 18:25:14 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#
13LIBTARGET = 1
14EXETARGET = 1
15PUBLICLIB = 1
16WRC_PREFIX_RESOURCE=1
17
18#
19# Compiler, tools, and interference rules.
20#
21!include ../../makefile.inc
22
23
24#
25# Overrides.
26#
27CDEFINES = $(CDEFINES) -DINVERT
28
29
30#
31# Object files. Prefix with OBJDIR and one space before the '\'.
32#
33OBJS = \
34$(OBJDIR)\ntdll.obj \
35$(OBJDIR)\file.obj \
36$(OBJDIR)\exception.obj \
37$(OBJDIR)\nt.obj \
38$(OBJDIR)\om.obj \
39$(OBJDIR)\reg.obj \
40##$(OBJDIR)\rtl.obj \
41$(OBJDIR)\rtlstr.obj \
42$(OBJDIR)\wcstring.obj \
43$(OBJDIR)\sec.obj \
44$(OBJDIR)\sync.obj \
45$(OBJDIR)\initterm.obj \
46$(OBJDIR)\time.obj \
47$(OBJDIR)\unknown.obj \
48$(OBJDIR)\regfunc.obj \
49$(OBJDIR)\ntdllrsrc.obj
50
51#
52# Target name - name of the library without extention and path.
53#
54TARGET = ntdllo
55
56
57#
58# Includes the common rules.
59#
60!include $(ODIN32_POST_INC)
61
Note: See TracBrowser for help on using the repository browser.