source: trunk/src/ddraw/makefile@ 5087

Last change on this file since 5087 was 4717, checked in by bird, 25 years ago

New makefile style. (addjustments)

File size: 1.1 KB
Line 
1# $Id: makefile,v 1.26 2000-12-02 23:38:54 bird Exp $
2
3#
4# Odin32 API
5#
6# ddraw.dll makefile
7#
8
9
10#
11# Compiler, tools, and interference 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)\os2ddraw.obj \
22$(OBJDIR)\os2clipper.obj \
23$(OBJDIR)\os2d3d.obj \
24$(OBJDIR)\iccio1.obj \
25$(OBJDIR)\asmutil.obj \
26$(OBJDIR)\os2surface.obj \
27$(OBJDIR)\os2palette.obj \
28$(OBJDIR)\os2palset.obj \
29$(OBJDIR)\rectangle.obj \
30$(OBJDIR)\initterm.obj \
31$(OBJDIR)\os2util.obj \
32$(OBJDIR)\bltFunc.obj \
33$(OBJDIR)\fillfunc.obj \
34$(OBJDIR)\colorconv.obj \
35$(OBJDIR)\ddrawrsrc.obj
36
37
38#
39# Libraries. One space before the '\'.
40#
41LIBS = \
42$(ODIN32_LIB)/ole32.lib \
43$(ODIN32_LIB)/advapi32.lib \
44$(ODIN32_LIB)/gdi32.lib \
45$(ODIN32_LIB)/comctl32.lib \
46$(ODIN32_LIB)/kernel32.lib \
47$(ODIN32_LIB)/$(ODINCRT).lib \
48$(ODIN32_LIB)/user32.lib \
49mmpm2.lib \
50os2386.lib \
51$(RTLLIB_O)
52
53
54#
55# Target name - name of the dll without extention and path.
56#
57TARGET = ddraw
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.