source: trunk/src/ddraw/new/makefile@ 10366

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

New makefile style. (addjustments)

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