source: trunk/src/NTDLL/makefile@ 8045

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

wine resync

File size: 980 bytes
Line 
1# $Id: makefile,v 1.30 2001-07-21 08:47:27 sandervl Exp $
2
3#
4# Odin32 API
5#
6# ntdll.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)\ntdll.obj \
21$(OBJDIR)\file.obj \
22$(OBJDIR)\exception.obj \
23$(OBJDIR)\nt.obj \
24$(OBJDIR)\om.obj \
25$(OBJDIR)\reg.obj \
26$(OBJDIR)\rtl.obj \
27$(OBJDIR)\rtlstr.obj \
28$(OBJDIR)\wcstring.obj \
29$(OBJDIR)\sec.obj \
30$(OBJDIR)\sync.obj \
31$(OBJDIR)\initterm.obj \
32$(OBJDIR)\time.obj \
33$(OBJDIR)\unknown.obj \
34$(OBJDIR)\large_int.obj \
35$(OBJDIR)\regfunc.obj \
36$(OBJDIR)\ntdllrsrc.obj
37
38
39#
40# Libraries. One space before the '\'.
41#
42LIBS = \
43$(ODIN32_LIB)/kernel32.lib \
44$(ODIN32_LIB)/user32.lib \
45$(ODIN32_LIB)/crtdll.lib \
46$(ODIN32_LIB)/$(ODINCRT).lib \
47OS2386.LIB \
48$(RTLLIB_O)
49
50
51#
52# Target name - name of the dll without extention and path.
53#
54TARGET = ntdll
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.