Changeset 4719 for trunk/src/opengl/glu
- Timestamp:
- Dec 3, 2000, 12:59:51 AM (25 years ago)
- Location:
- trunk/src/opengl/glu
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glu/nurbs/interface/makefile
r4624 r4719 1 # $Id: makefile,v 1.7 2000-11-19 08:58:13 bird Exp $ 1 # $Id: makefile,v 1.8 2000-12-02 23:59:44 bird Exp $ 2 2 3 # 3 # PD-Win32 API4 # Odin32 API 4 5 # 5 6 # glu/nurbs/interface makefile 6 7 # 7 8 9 #10 # Directory macros.11 #12 PDWIN32_INCLUDE = ..\..\..\..\..\include13 PDWIN32_LIB = ..\..\..\..\..\lib14 PDWIN32_BIN = ..\..\..\..\..\$(OBJDIR)15 PDWIN32_TOOLS = ..\..\..\..\..\tools\bin16 8 17 9 … … 26 18 # Compiler, tools, and interference rules. 27 19 # 28 !include $(PDWIN32_INCLUDE)/pdwin32.mk20 !include ../../../../../makefile.inc 29 21 30 22 … … 61 53 # Includes the common rules. 62 54 # 63 !include $( PDWIN32_INCLUDE)/pdwin32.post55 !include $(ODIN32_POST_INC) 64 56 65 57 -
trunk/src/opengl/glu/nurbs/internals/makefile
r4624 r4719 1 # $Id: makefile,v 1. 6 2000-11-19 08:58:14bird Exp $1 # $Id: makefile,v 1.7 2000-12-02 23:59:51 bird Exp $ 2 2 3 3 # … … 6 6 # glu/nurbs/internals 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 … … 35 26 CINCLUDES = $(CINCLUDES) -I..\internals -I..\nurbtess -I..\..\..\mesa\GL -I..\..\include 36 27 CDEFINES = $(CDEFINES) -DSTANDALONE -DLIBRARYBUILD -DNDEBUG 28 !if "$(VAC3)" == "1" || "$(VAC36)" == "1" 37 29 CFLAGS = $(CFLAGS) -O- 30 !endif 38 31 39 32 … … 98 91 # Includes the common rules. 99 92 # 100 !include $( PDWIN32_INCLUDE)/pdwin32.post93 !include $(ODIN32_POST_INC) 101 94 102 95 -
trunk/src/opengl/glu/tess/makefile
r4624 r4719 1 # $Id: makefile,v 1. 5 2000-11-19 08:58:14bird Exp $1 # $Id: makefile,v 1.6 2000-12-02 23:59:13 bird Exp $ 2 2 3 3 # … … 6 6 # glu/tess makefile 7 7 # 8 9 #10 # Directory macros.11 #12 PDWIN32_INCLUDE = ..\..\..\..\include13 PDWIN32_LIB = ..\..\..\..\lib14 PDWIN32_BIN = ..\..\..\..\$(OBJDIR)15 PDWIN32_TOOLS = ..\..\..\..\tools\bin16 8 17 9 … … 26 18 # Compiler, tools, and interference rules. 27 19 # 28 !include $(PDWIN32_INCLUDE)/pdwin32.mk20 !include ../../../../makefile.inc 29 21 30 22 … … 34 26 CINCLUDES = $(CINCLUDES) -I.. -I..\..\mesa -I..\include -I..\..\mesa\GL 35 27 CDEFINES = $(CDEFINES) -DNDEBUG 28 !if "$(VAC3)" == "1" || "$(VAC36)" == "1" 36 29 CFLAGS = $(CFLAGS) -Tdp 37 30 CXXFLAGS = $(CXXFLAGS) -Tdp 31 !else 32 !error "Compiler is not yet supported." 33 !endif 38 34 39 35 … … 63 59 # Includes the common rules. 64 60 # 65 !include $( PDWIN32_INCLUDE)/pdwin32.post61 !include $(ODIN32_POST_INC) 66 62 67 63 -
trunk/src/opengl/glu/util/makefile
r4624 r4719 1 # $Id: makefile,v 1. 5 2000-11-19 08:58:15bird Exp $1 # $Id: makefile,v 1.6 2000-12-02 23:59:06 bird Exp $ 2 2 3 3 # … … 6 6 # glu/util 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 … … 35 26 CINCLUDES = $(CINCLUDES) -I.. -I..\..\mesa -I..\include -I..\..\mesa\GL 36 27 CDEFINES = $(CDEFINES) -DNDEBUG 28 !if "$(VAC3)" == "1" || "$(VAC36)" == "1" 37 29 CFLAGS = $(CFLAGS) -Tdp 38 30 CXXFLAGS = $(CXXFLAGS) -Tdp 39 ! ifdef WAT31 !else 40 32 !error "Compiler not supported yet!" 41 33 !endif … … 63 55 # Includes the common rules. 64 56 # 65 !include $( PDWIN32_INCLUDE)/pdwin32.post57 !include $(ODIN32_POST_INC) 66 58 67 59
Note:
See TracChangeset
for help on using the changeset viewer.