Last change
on this file since 10366 was 9857, checked in by sandervl, 23 years ago |
Added support for EM_SETCHARFORMAT (text & background color) & EM_SETBKGNDCOLOR
|
File size:
877 bytes
|
Line | |
---|
1 | # $Id: makefile,v 1.10 2003-02-25 14:37:05 sandervl Exp $
|
---|
2 |
|
---|
3 | #
|
---|
4 | # Odin32 API
|
---|
5 | #
|
---|
6 | # riched32.dll makefile
|
---|
7 | #
|
---|
8 |
|
---|
9 |
|
---|
10 | #
|
---|
11 | # Compiler, tools, and interference rules.
|
---|
12 | #
|
---|
13 | WRC_PREFIX_RESOURCE=1
|
---|
14 | !include ../../makefile.inc
|
---|
15 |
|
---|
16 |
|
---|
17 | #
|
---|
18 | # Overrides.
|
---|
19 | #
|
---|
20 | CDEFINES = $(CDEFINES) -DWIN32 -DSTDARG -DTHINK_C
|
---|
21 |
|
---|
22 |
|
---|
23 | #
|
---|
24 | # Object files. Prefix with OBJDIR and one space before the '\'.
|
---|
25 | #
|
---|
26 | OBJS = \
|
---|
27 | $(OBJDIR)\reader.obj \
|
---|
28 | $(OBJDIR)\charlist.obj \
|
---|
29 | $(OBJDIR)\textwriter.obj \
|
---|
30 | $(OBJDIR)\richedit.obj \
|
---|
31 | $(OBJDIR)\initterm.obj \
|
---|
32 | $(OBJDIR)\initriched32.obj \
|
---|
33 | $(OBJDIR)\riched32rsrc.obj
|
---|
34 |
|
---|
35 |
|
---|
36 | #
|
---|
37 | # Libraries. One space before the '\'.
|
---|
38 | #
|
---|
39 | LIBS = \
|
---|
40 | $(ODIN32_LIB)/kernel32.lib \
|
---|
41 | $(ODIN32_LIB)/user32.lib \
|
---|
42 | $(ODIN32_LIB)/gdi32.lib \
|
---|
43 | $(ODIN32_LIB)/$(ODINCRT).lib \
|
---|
44 | OS2386.LIB \
|
---|
45 | $(RTLLIB_O)
|
---|
46 |
|
---|
47 |
|
---|
48 | #
|
---|
49 | # Target name - name of the dll without extention and path.
|
---|
50 | #
|
---|
51 | TARGET = riched32
|
---|
52 |
|
---|
53 |
|
---|
54 | #
|
---|
55 | # Includes the common rules.
|
---|
56 | #
|
---|
57 | !include $(ODIN32_POST_INC)
|
---|
58 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.