Changeset 6918 for trunk/src/opengl


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

Watcom: support to watcom+nmake.

Location:
trunk/src/opengl
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/glu/tess/makefile

    r4719 r6918  
    1 # $Id: makefile,v 1.6 2000-12-02 23:59:13 bird Exp $
     1# $Id: makefile,v 1.7 2001-10-01 01:40:56 bird Exp $
    22
    33#
     
    2828!if "$(VAC3)" == "1" || "$(VAC36)" == "1"
    2929CFLAGS      = $(CFLAGS) -Tdp
    30 CXXFLAGS    = $(CXXFLAGS) -Tdp
     30!else
     31!ifdef WAT
     32C           = $(CXX)
     33CFLAGS      = $(CXXFLAGS)
    3134!else
    3235!error "Compiler is not yet supported."
     36!endif
    3337!endif
    3438
  • 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
  • trunk/src/opengl/mesa/3dfx/makefile

    r4731 r6918  
    1 # $Id: makefile,v 1.13 2000-12-03 05:13:02 bird Exp $
     1# $Id: makefile,v 1.14 2001-10-01 01:40:57 bird Exp $
    22
    33#
     
    4141CFLAGS      = $(CFLAGS) /Wcnd- /Tdp
    4242!else
    43 !error "Compiler not supported yet!"
     43!ifdef WAT
     44C           = $(CXX)
     45CFLAGS      = $(CXXFLAGS)
     46!else
     47!error "Compiler is not yet supported."
     48!endif
    4449!endif
    4550
     
    4954#   This is BAD! Try make library in parent directory? Problem with different objects.
    5055#
    51 !ifndef WAT
     56!if "$(VAC3)" == "1" || "$(VAC36)" == "1" || ("$(WAT)" == "1" && defined(NMAKE))
    5257{..}.c{$(OBJDIR)}.obj:
    53     $(CC) $(CFLAGS) $(CINCLUDES) $(CDEFINES) -c -Fo$(OBJDIR)\$(@B).obj $<
     58    $(CC) $(CFLAGS) $(CINCLUDES) $(CDEFINES) -Fo$(OBJDIR)\$(@B).obj $<
    5459
    5560{..}.asm{$(OBJDIR)}.obj:
  • trunk/src/opengl/mesa/makefile

    r4719 r6918  
    1 # $Id: makefile,v 1.10 2000-12-02 23:58:37 bird Exp $
     1# $Id: makefile,v 1.11 2001-10-01 01:40:57 bird Exp $
    22
    33#
     
    2222              -DDIVE -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM_NOT \
    2323              -DFAST_MATH
     24# kso: BUGBUG/TODO/FIXME
     25#      this configuration looks fishy to me.
     26#      is exceptions enabled or not???
     27#
     28!if "$(VAC3)" == "1" || "$(VAC36)" == "1"
    2429CFLAGS      = $(CFLAGS_WIN32APP) /Wcnd- -Tdp
    2530CXXFLAGS    = $(CFLAGS_WIN32APP) /Wcnd- -Tdp
     31!else
    2632!ifdef WAT
    27 !error "Compiler not supported yet!"
     33C           = $(CXX)
     34CFLAGS      = $(CFLAGS_WIN32APP)
     35CXXFLAGS    = $(CFLAGS_WIN32APP)
     36!else
     37!error "Compiler is not yet supported."
     38!endif
    2839!endif
    2940
Note: See TracChangeset for help on using the changeset viewer.