source: trunk/src/ddraw/ddrawlib.mak@ 7178

Last change on this file since 7178 was 7066, checked in by sandervl, 24 years ago

minor update

File size: 1.0 KB
Line 
1# $Id: ddrawlib.mak,v 1.2 2001-10-15 17:20:33 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)\ddraw.obj \
35$(OBJDIR)\ddrawclipper.obj \
36$(OBJDIR)\os2ddraw.obj \
37$(OBJDIR)\os2clipper.obj \
38$(OBJDIR)\os2d3d.obj \
39$(OBJDIR)\iccio1.obj \
40$(OBJDIR)\asmutil.obj \
41$(OBJDIR)\os2surface.obj \
42$(OBJDIR)\os2palette.obj \
43$(OBJDIR)\os2palset.obj \
44$(OBJDIR)\os2fsdd.obj \
45$(OBJDIR)\oslibgpi.obj \
46$(OBJDIR)\rectangle.obj \
47$(OBJDIR)\initterm.obj \
48$(OBJDIR)\os2util.obj \
49$(OBJDIR)\bltFunc.obj \
50$(OBJDIR)\fillfunc.obj \
51$(OBJDIR)\colorconv.obj \
52$(OBJDIR)\ddrawrsrc.obj
53
54#
55# Target name - name of the library without extention and path.
56#
57TARGET = ddrawo
58
59
60#
61# Includes the common rules.
62#
63!include $(ODIN32_POST_INC)
64
Note: See TracBrowser for help on using the repository browser.