Changeset 6918 for trunk/src/opengl/glu/util
- Timestamp:
- Oct 1, 2001, 3:42:09 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glu/util/makefile
r4719 r6918 1 # $Id: makefile,v 1. 6 2000-12-02 23:59:06bird Exp $1 # $Id: makefile,v 1.7 2001-10-01 01:40:57 bird Exp $ 2 2 3 3 # … … 22 22 23 23 # 24 # Flag overloads.24 # Overrides. 25 25 # 26 26 CINCLUDES = $(CINCLUDES) -I.. -I..\..\mesa -I..\include -I..\..\mesa\GL … … 28 28 !if "$(VAC3)" == "1" || "$(VAC36)" == "1" 29 29 CFLAGS = $(CFLAGS) -Tdp 30 CXXFLAGS = $(CXXFLAGS) -Tdp31 30 !else 32 !error "Compiler not supported yet!" 31 !ifdef WAT 32 C = $(CXX) 33 CFLAGS = $(CXXFLAGS) 34 !else 35 !error "Compiler is not yet supported." 36 !endif 33 37 !endif 34 38
Note:
See TracChangeset
for help on using the changeset viewer.