Ignore:
Timestamp:
Oct 1, 2001, 3:42:09 AM (24 years ago)
Author:
bird
Message:

Watcom: support to watcom+nmake.

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:06 bird Exp $
     1# $Id: makefile,v 1.7 2001-10-01 01:40:57 bird Exp $
    22
    33#
     
    2222
    2323#
    24 # Flag overloads.
     24# Overrides.
    2525#
    2626CINCLUDES   = $(CINCLUDES) -I.. -I..\..\mesa -I..\include -I..\..\mesa\GL
     
    2828!if "$(VAC3)" == "1" || "$(VAC36)" == "1"
    2929CFLAGS      = $(CFLAGS) -Tdp
    30 CXXFLAGS    = $(CXXFLAGS) -Tdp
    3130!else
    32 !error "Compiler not supported yet!"
     31!ifdef WAT
     32C           = $(CXX)
     33CFLAGS      = $(CXXFLAGS)
     34!else
     35!error "Compiler is not yet supported."
     36!endif
    3337!endif
    3438
Note: See TracChangeset for help on using the changeset viewer.