source: trunk/src/gdi32/gdi32lib.mak@ 6502

Last change on this file since 6502 was 6401, checked in by sandervl, 24 years ago

custom build updates

File size: 1.1 KB
Line 
1# $Id: gdi32lib.mak,v 1.2 2001-07-29 18:59:41 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)\gdi32.obj \
35$(OBJDIR)\icm.obj \
36$(OBJDIR)\driver.obj \
37$(OBJDIR)\opengl.obj \
38$(OBJDIR)\callback.obj \
39$(OBJDIR)\dibsect.obj \
40$(OBJDIR)\initgdi32.obj \
41$(OBJDIR)\oslibgdi.obj \
42$(OBJDIR)\font.obj \
43$(OBJDIR)\text.obj \
44$(OBJDIR)\palette.obj \
45$(OBJDIR)\line.obj \
46$(OBJDIR)\oslibgpi.obj \
47$(OBJDIR)\region.obj \
48$(OBJDIR)\transform.obj \
49$(OBJDIR)\metafile.obj \
50$(OBJDIR)\dibitmap.obj \
51$(OBJDIR)\blit.obj \
52$(OBJDIR)\rgbcvt.obj \
53$(OBJDIR)\objhandle.obj \
54$(OBJDIR)\printer.obj \
55$(OBJDIR)\dbglocal.obj \
56$(OBJDIR)\gdi32rsrc.obj
57
58#
59# Target name - name of the library without extention and path.
60#
61TARGET = gdi32o
62
63
64#
65# Includes the common rules.
66#
67!include $(ODIN32_POST_INC)
68
Note: See TracBrowser for help on using the repository browser.