source: trunk/src/ddraw/makefile@ 6502

Last change on this file since 6502 was 5820, checked in by phaller, 25 years ago

Implemented DirectDrawCreateClipper

File size: 1.1 KB
Line 
1# $Id: makefile,v 1.28 2001-05-28 17:17:15 phaller Exp $
2
3#
4# Odin32 API
5#
6# ddraw.dll makefile
7#
8
9
10#
11# Compiler, tools, and inference rules.
12#
13!include ../../makefile.inc
14
15
16#
17# Object files. Prefix with OBJDIR and one space before the '\'.
18#
19OBJS = \
20$(OBJDIR)\ddraw.obj \
21$(OBJDIR)\ddrawclipper.obj \
22$(OBJDIR)\os2ddraw.obj \
23$(OBJDIR)\os2clipper.obj \
24$(OBJDIR)\os2d3d.obj \
25$(OBJDIR)\iccio1.obj \
26$(OBJDIR)\asmutil.obj \
27$(OBJDIR)\os2surface.obj \
28$(OBJDIR)\os2palette.obj \
29$(OBJDIR)\os2palset.obj \
30$(OBJDIR)\os2fsdd.obj \
31$(OBJDIR)\rectangle.obj \
32$(OBJDIR)\initterm.obj \
33$(OBJDIR)\os2util.obj \
34$(OBJDIR)\bltFunc.obj \
35$(OBJDIR)\fillfunc.obj \
36$(OBJDIR)\colorconv.obj \
37$(OBJDIR)\ddrawrsrc.obj
38
39
40#
41# Libraries. One space before the '\'.
42#
43LIBS = \
44$(ODIN32_LIB)/ole32.lib \
45$(ODIN32_LIB)/advapi32.lib \
46$(ODIN32_LIB)/gdi32.lib \
47$(ODIN32_LIB)/comctl32.lib \
48$(ODIN32_LIB)/kernel32.lib \
49$(ODIN32_LIB)/$(ODINCRT).lib \
50$(ODIN32_LIB)/user32.lib \
51mmpm2.lib \
52OS2386.LIB \
53$(RTLLIB_O)
54
55
56#
57# Target name - name of the dll without extension and path.
58#
59TARGET = ddraw
60
61
62#
63# Includes the common rules.
64#
65!include $(ODIN32_POST_INC)
66
Note: See TracBrowser for help on using the repository browser.