Changeset 4719 for trunk/src/opengl/glu/tess
- Timestamp:
- Dec 3, 2000, 12:59:51 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.