source: trunk/src/riched32/makefile@ 5087

Last change on this file since 5087 was 4719, checked in by bird, 25 years ago

New makefile style. (addjustments)

File size: 796 bytes
Line 
1# $Id: makefile,v 1.4 2000-12-02 23:57:35 bird Exp $
2
3#
4# Odin32 API
5#
6# riched32.dll makefile
7#
8
9
10#
11# Compiler, tools, and interference rules.
12#
13!include ../../makefile.inc
14
15
16#
17# Overrides.
18#
19CDEFINES = $(CDEFINES) -DWIN32 -DSTDARG -DTHINK_C
20
21
22#
23# Object files. Prefix with OBJDIR and one space before the '\'.
24#
25OBJS = \
26$(OBJDIR)\reader.obj \
27$(OBJDIR)\charlist.obj \
28$(OBJDIR)\text-writer.obj \
29$(OBJDIR)\richedit.obj \
30$(OBJDIR)\initterm.obj \
31$(OBJDIR)\riched32rsrc.obj
32
33
34#
35# Libraries. One space before the '\'.
36#
37LIBS = \
38$(ODIN32_LIB)/kernel32.lib \
39$(ODIN32_LIB)/user32.lib \
40$(ODIN32_LIB)/$(ODINCRT).lib \
41OS2386.LIB \
42$(RTLLIB_O)
43
44
45#
46# Target name - name of the dll without extention and path.
47#
48TARGET = riched32
49
50
51#
52# Includes the common rules.
53#
54!include $(ODIN32_POST_INC)
55
Note: See TracBrowser for help on using the repository browser.