Ignore:
Timestamp:
Dec 3, 2000, 12:59:51 AM (25 years ago)
Author:
bird
Message:

New makefile style. (addjustments)

File:
1 edited

Legend:

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

    r4624 r4719  
    1 # $Id: makefile,v 1.5 2000-11-19 08:58:14 bird Exp $
     1# $Id: makefile,v 1.6 2000-12-02 23:59:13 bird Exp $
    22
    33#
     
    66#       glu/tess makefile
    77#
    8 
    9 #
    10 # Directory macros.
    11 #
    12 PDWIN32_INCLUDE = ..\..\..\..\include
    13 PDWIN32_LIB     = ..\..\..\..\lib
    14 PDWIN32_BIN     = ..\..\..\..\$(OBJDIR)
    15 PDWIN32_TOOLS   = ..\..\..\..\tools\bin
    168
    179
     
    2618# Compiler, tools, and interference rules.
    2719#
    28 !include $(PDWIN32_INCLUDE)/pdwin32.mk
     20!include ../../../../makefile.inc
    2921
    3022
     
    3426CINCLUDES   = $(CINCLUDES) -I.. -I..\..\mesa -I..\include -I..\..\mesa\GL
    3527CDEFINES    = $(CDEFINES) -DNDEBUG
     28!if "$(VAC3)" == "1" || "$(VAC36)" == "1"
    3629CFLAGS      = $(CFLAGS) -Tdp
    3730CXXFLAGS    = $(CXXFLAGS) -Tdp
     31!else
     32!error "Compiler is not yet supported."
     33!endif
    3834
    3935
     
    6359# Includes the common rules.
    6460#
    65 !include $(PDWIN32_INCLUDE)/pdwin32.post
     61!include $(ODIN32_POST_INC)
    6662
    6763
Note: See TracChangeset for help on using the changeset viewer.