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/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:
Note: See TracChangeset for help on using the changeset viewer.