source: trunk/src/rpcrt4/makefile@ 10366

Last change on this file since 10366 was 6895, checked in by bird, 24 years ago

Custombuild changes.

File size: 810 bytes
Line 
1# $Id: makefile,v 1.8 2001-09-30 09:27:19 bird Exp $
2
3#
4# Odin32 API
5#
6# rpcrt4.dll makefile
7#
8
9
10#
11# Compiler, tools, and interference rules.
12#
13WRC_PREFIX_RESOURCE=1
14!include ../../makefile.inc
15
16
17#
18# Object files. Prefix with OBJDIR and one space before the '\'.
19#
20OBJS = \
21$(OBJDIR)\binding.obj \
22$(OBJDIR)\initterm.obj \
23$(OBJDIR)\initrpcrt4.obj \
24$(OBJDIR)\mgmt.obj \
25$(OBJDIR)\rpcrt4rsrc.obj \
26$(OBJDIR)\server.obj \
27$(OBJDIR)\string.obj \
28$(OBJDIR)\stubs.obj\
29$(OBJDIR)\util.obj \
30$(OBJDIR)\uuid.obj
31
32
33#
34# Libraries. One space before the '\'.
35#
36LIBS = \
37$(ODIN32_LIB)/kernel32.lib \
38$(ODIN32_LIB)/$(ODINCRT).lib \
39OS2386.LIB \
40so32dll.lib \
41$(RTLLIB_O)
42
43
44#
45# Target name - name of the dll without extention and path.
46#
47TARGET = rpcrt4
48
49
50#
51# Includes the common rules.
52#
53!include $(ODIN32_POST_INC)
54
Note: See TracBrowser for help on using the repository browser.