source: trunk/src/opengl/glu/makefile@ 10366

Last change on this file since 10366 was 5130, checked in by sandervl, 25 years ago

initterm call fixes

File size: 936 bytes
Line 
1# $Id: makefile,v 1.16 2001-02-14 11:41:02 sandervl Exp $
2
3#
4# Odin32 API
5#
6# Top-level makefile for glu32
7#
8
9
10#
11# Compiler, tools, and interference rules.
12#
13!include ../../../makefile.inc
14
15
16#
17# Overrides.
18#
19CINCLUDES = $(CINCLUDES) -I..\mesa\GL
20
21
22#
23# Subdirectories to travers.
24#
25SUBDIRS = \
26.\util \
27.\tess \
28.\nurbs \
29
30
31#
32# Object files. Prefix with OBJDIR and one space before the '\'.
33#
34OBJS = \
35$(OBJDIR)\glu32rsrc.obj \
36$(DLLENTRY)
37
38
39#
40# Libraries. One space before the '\'.
41#
42LIBS = \
43nurbs\interface\$(OBJDIR)\interface.lib \
44nurbs\internals\$(OBJDIR)\internals.lib \
45nurbs\nurbtess\$(OBJDIR)\nurbtess.lib \
46tess\$(OBJDIR)\tess.lib \
47util\$(OBJDIR)\util.lib \
48$(ODIN32_LIB)/$(ODINCRT).lib \
49$(ODIN32_LIB)\kernel32.lib \
50$(ODIN32_LIB)\opengl32.lib \
51$(RTLLIB_O) \
52os2386.lib
53
54
55#
56# Target name - name of the dll without extention and path.
57#
58TARGET = glu32
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.