Changeset 4720 for trunk/src/opengl/glu/nurbs
- Timestamp:
- Dec 3, 2000, 1:26:15 AM (25 years ago)
- Location:
- trunk/src/opengl/glu/nurbs
- Files:
-
- 2 edited
-
makefile (modified) (2 diffs)
-
nurbtess/makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
