Changeset 4720 for trunk/src/opengl/glu
- Timestamp:
- Dec 3, 2000, 1:26:15 AM (25 years ago)
- Location:
- trunk/src/opengl/glu
- Files:
-
- 3 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 -
trunk/src/opengl/glu/nurbs/makefile
r4624 r4720 1 # $Id: makefile,v 1. 7 2000-11-19 08:58:13bird Exp $1 # $Id: makefile,v 1.8 2000-12-03 00:26:15 bird Exp $ 2 2 3 3 # … … 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 #20 11 # Compiler, tools, and interference rules. 21 12 # 22 !include $(PDWIN32_INCLUDE)/pdwin32.mk13 !include ../../../../makefile.inc 23 14 24 15 -
trunk/src/opengl/glu/nurbs/nurbtess/makefile
r4624 r4720 1 # $Id: makefile,v 1. 5 2000-11-19 08:58:14bird Exp $1 # $Id: makefile,v 1.6 2000-12-03 00:25:51 bird Exp $ 2 2 3 3 # … … 6 6 # glu/nurbs/nurbtess makefile 7 7 # 8 9 10 #11 # Directory macros.12 #13 PDWIN32_INCLUDE = ..\..\..\..\..\include14 PDWIN32_LIB = ..\..\..\..\..\lib15 PDWIN32_BIN = ..\..\..\..\..\$(OBJDIR)16 PDWIN32_TOOLS = ..\..\..\..\..\tools\bin17 8 18 9 … … 27 18 # Compiler, tools, and interference rules. 28 19 # 29 !include $(PDWIN32_INCLUDE)/pdwin32.mk20 !include ../../../../../makefile.inc 30 21 31 22 … … 71 62 # Includes the common rules. 72 63 # 73 !include $( PDWIN32_INCLUDE)/pdwin32.post64 !include $(ODIN32_POST_INC) 74 65 75 66
Note:
See TracChangeset
for help on using the changeset viewer.