source: trunk/src/ddraw/makefile@ 8045

Last change on this file since 8045 was 6901, checked in by sandervl, 24 years ago

clipper updates

File size: 1.1 KB
Line 
1# $Id: makefile,v 1.29 2001-09-30 22:23:45 sandervl 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)\oslibgpi.obj \
25$(OBJDIR)\os2d3d.obj \
26$(OBJDIR)\iccio1.obj \
27$(OBJDIR)\asmutil.obj \
28$(OBJDIR)\os2surface.obj \
29$(OBJDIR)\os2palette.obj \
30$(OBJDIR)\os2palset.obj \
31$(OBJDIR)\os2fsdd.obj \
32$(OBJDIR)\rectangle.obj \
33$(OBJDIR)\initterm.obj \
34$(OBJDIR)\os2util.obj \
35$(OBJDIR)\bltFunc.obj \
36$(OBJDIR)\fillfunc.obj \
37$(OBJDIR)\colorconv.obj \
38$(OBJDIR)\ddrawrsrc.obj
39
40
41#
42# Libraries. One space before the '\'.
43#
44LIBS = \
45$(ODIN32_LIB)/ole32.lib \
46$(ODIN32_LIB)/advapi32.lib \
47$(ODIN32_LIB)/gdi32.lib \
48$(ODIN32_LIB)/comctl32.lib \
49$(ODIN32_LIB)/kernel32.lib \
50$(ODIN32_LIB)/$(ODINCRT).lib \
51$(ODIN32_LIB)/user32.lib \
52mmpm2.lib \
53OS2386.LIB \
54$(RTLLIB_O)
55
56
57#
58# Target name - name of the dll without extension and path.
59#
60TARGET = ddraw
61
62
63#
64# Includes the common rules.
65#
66!include $(ODIN32_POST_INC)
67
Note: See TracBrowser for help on using the repository browser.