Ignore:
Timestamp:
Dec 3, 2000, 1:26:15 AM (25 years ago)
Author:
bird
Message:

New makefile style. (addjustments)

Location:
trunk/src/opengl/glu/nurbs
Files:
2 edited

Legend:

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

    r4624 r4720  
    1 # $Id: makefile,v 1.7 2000-11-19 08:58:13 bird Exp $
     1# $Id: makefile,v 1.8 2000-12-03 00:26:15 bird Exp $
    22
    33#
     
    99
    1010#
    11 # Directory macros.
    12 #
    13 PDWIN32_INCLUDE = ..\..\..\..\include
    14 PDWIN32_LIB     = ..\..\..\..\lib
    15 PDWIN32_BIN     = ..\..\..\..\$(OBJDIR)
    16 PDWIN32_TOOLS   = ..\..\..\..\tools\bin
    17 
    18 
    19 #
    2011# Compiler, tools, and interference rules.
    2112#
    22 !include $(PDWIN32_INCLUDE)/pdwin32.mk
     13!include ../../../../makefile.inc
    2314
    2415
  • trunk/src/opengl/glu/nurbs/nurbtess/makefile

    r4624 r4720  
    1 # $Id: makefile,v 1.5 2000-11-19 08:58:14 bird Exp $
     1# $Id: makefile,v 1.6 2000-12-03 00:25:51 bird Exp $
    22
    33#
     
    66#       glu/nurbs/nurbtess makefile
    77#
    8 
    9 
    10 #
    11 # Directory macros.
    12 #
    13 PDWIN32_INCLUDE = ..\..\..\..\..\include
    14 PDWIN32_LIB     = ..\..\..\..\..\lib
    15 PDWIN32_BIN     = ..\..\..\..\..\$(OBJDIR)
    16 PDWIN32_TOOLS   = ..\..\..\..\..\tools\bin
    178
    189
     
    2718# Compiler, tools, and interference rules.
    2819#
    29 !include $(PDWIN32_INCLUDE)/pdwin32.mk
     20!include ../../../../../makefile.inc
    3021
    3122
     
    7162# Includes the common rules.
    7263#
    73 !include $(PDWIN32_INCLUDE)/pdwin32.post
     64!include $(ODIN32_POST_INC)
    7465
    7566
Note: See TracChangeset for help on using the changeset viewer.