Changeset 4720 for trunk/src/opengl/glu/makefile
- Timestamp:
- Dec 3, 2000, 1:26:15 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glu/makefile
r4624 r4720 1 # $Id: makefile,v 1.1 4 2000-11-19 08:58:13bird Exp $1 # $Id: makefile,v 1.15 2000-12-03 00:26:14 bird Exp $ 2 2 3 3 # 4 4 # Odin32 API 5 5 # 6 # Top-level makefile for glu326 # Top-level makefile for glu32 7 7 # 8 8 9 9 10 10 # 11 # Directory macros.12 #13 PDWIN32_INCLUDE = ..\..\..\include14 PDWIN32_LIB = ..\..\..\lib15 PDWIN32_BIN = ..\..\..\$(OBJDIR)16 PDWIN32_TOOLS = ..\..\..\tools\bin17 18 #19 11 # Compiler, tools, and interference rules. 20 12 # 21 !include $(PDWIN32_INCLUDE)/pdwin32.mk13 !include ../../../makefile.inc 22 14 23 15 … … 54 46 tess\$(OBJDIR)\tess.lib \ 55 47 util\$(OBJDIR)\util.lib \ 56 $( PDWIN32_LIB)/$(ODINCRT).lib \57 $( PDWIN32_LIB)\kernel32.lib \58 $( PDWIN32_LIB)\opengl32.lib \48 $(ODIN32_LIB)/$(ODINCRT).lib \ 49 $(ODIN32_LIB)\kernel32.lib \ 50 $(ODIN32_LIB)\opengl32.lib \ 59 51 $(RTLLIB_O) \ 60 52 os2386.lib … … 70 62 # Includes the common rules. 71 63 # 72 !include $( PDWIN32_INCLUDE)/pdwin32.post64 !include $(ODIN32_POST_INC) 73 65
Note:
See TracChangeset
for help on using the changeset viewer.