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