Changeset 4720 for trunk/src/opengl/glu


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

New makefile style. (addjustments)

Location:
trunk/src/opengl/glu
Files:
3 edited

Legend:

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

    r4624 r4720  
    1 # $Id: makefile,v 1.14 2000-11-19 08:58:13 bird Exp $
     1# $Id: makefile,v 1.15 2000-12-03 00:26:14 bird Exp $
    22
    33#
    44# Odin32 API
    55#
    6 # Top-level makefile for glu32
     6#       Top-level makefile for glu32
    77#
    88
    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 #
    1911# Compiler, tools, and interference rules.
    2012#
    21 !include $(PDWIN32_INCLUDE)/pdwin32.mk
     13!include ../../../makefile.inc
    2214
    2315
     
    5446tess\$(OBJDIR)\tess.lib \
    5547util\$(OBJDIR)\util.lib \
    56 $(PDWIN32_LIB)/$(ODINCRT).lib \
    57 $(PDWIN32_LIB)\kernel32.lib \
    58 $(PDWIN32_LIB)\opengl32.lib \
     48$(ODIN32_LIB)/$(ODINCRT).lib \
     49$(ODIN32_LIB)\kernel32.lib \
     50$(ODIN32_LIB)\opengl32.lib \
    5951$(RTLLIB_O) \
    6052os2386.lib
     
    7062# Includes the common rules.
    7163#
    72 !include $(PDWIN32_INCLUDE)/pdwin32.post
     64!include $(ODIN32_POST_INC)
    7365
  • 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.