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

New makefile style. (addjustments)

Location:
trunk/src/opengl/glide/cvg
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/glide/cvg/glide/makefile

    r4624 r4720  
    1 # $Id: makefile,v 1.5 2000-11-19 08:58:11 bird Exp $
     1# $Id: makefile,v 1.6 2000-12-03 00:26:12 bird Exp $
    22
    33#
     
    77#
    88
    9 #
    10 # Directory macros.
    11 #
    12 PDWIN32_INCLUDE = ..\..\..\..\..\include
    13 PDWIN32_LIB     = ..\..\..\..\..\lib
    14 PDWIN32_BIN     = ..\..\..\..\..\$(OBJDIR)
    15 PDWIN32_TOOLS   = ..\..\..\..\..\tools\bin
    169
    1710#
     
    2518# Compiler, tools, and interference rules.
    2619#
    27 !include $(PDWIN32_INCLUDE)/pdwin32.mk
    28 !include ..\3dfx.mak
     20!include ../../../../../makefile.inc
     21!include ../3dfx.mak
    2922
    3023
     
    7972# Includes the common rules.
    8073#
    81 !include $(PDWIN32_INCLUDE)/pdwin32.post
     74!include $(ODIN32_POST_INC)
    8275
    8376
  • trunk/src/opengl/glide/cvg/init/makefile

    r4624 r4720  
    1 # $Id: makefile,v 1.3 2000-11-19 08:58:11 bird Exp $
     1# $Id: makefile,v 1.4 2000-12-03 00:26:12 bird Exp $
     2
    23#
    34# Odin32 API
     
    56#       cvg\Init makefile
    67#
    7 
    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!include ..\3dfx.mak
    3022
     
    6153# Includes the common rules.
    6254#
    63 !include $(PDWIN32_INCLUDE)/pdwin32.post
     55!include $(ODIN32_POST_INC)
    6456
    6557
  • trunk/src/opengl/glide/cvg/makefile

    r4624 r4720  
    1 # $Id: makefile,v 1.11 2000-11-19 08:58:10 bird Exp $
     1# $Id: makefile,v 1.12 2000-12-03 00:26:11 bird Exp $
    22
    33#
     
    66#       Glide\cvg makefile
    77#
    8 
    9 
    10 #
    11 # Directory macros.
    12 #
    13 PDWIN32_INCLUDE = ..\..\..\..\include
    14 PDWIN32_LIB     = ..\..\..\..\lib
    15 PDWIN32_BIN     = ..\..\..\..\$(OBJDIR)\Glide\Voodoo2
    16 PDWIN32_TOOLS   = ..\..\..\..\tools\bin
    178
    189
     
    2617# Compiler, tools, and interference rules.
    2718#
    28 !include $(PDWIN32_INCLUDE)/pdwin32.mk
     19!include ../../../../makefile.inc
    2920
    3021
     
    5445init\$(OBJDIR)/init.lib \
    5546glide\$(OBJDIR)/glide.lib \
    56 $(PDWIN32_LIB)/kernel32.lib \
    57 $(PDWIN32_LIB)/$(ODINCRT).lib \
     47$(ODIN32_LIB)/kernel32.lib \
     48$(ODIN32_LIB)/$(ODINCRT).lib \
    5849os2386.lib \
    5950$(RTLLIB_O)
     
    6960# Includes the common rules.
    7061#
    71 !include $(PDWIN32_INCLUDE)/pdwin32.post
     62!include $(ODIN32_POST_INC)
    7263
  • trunk/src/opengl/glide/cvg/texus/makefile

    r4624 r4720  
    1 # $Id: makefile,v 1.3 2000-11-19 08:58:11 bird Exp $
     1# $Id: makefile,v 1.4 2000-12-03 00:26:12 bird Exp $
     2
    23#
    3 # PD-Win32 API
     4# Odin32 API
    45#
    56#       Glide makefile
    67#
    7 
    8 #
    9 # Directory macros.
    10 #
    11 PDWIN32_INCLUDE = ..\..\..\..\..\include
    12 PDWIN32_LIB     = ..\..\..\..\..\lib
    13 PDWIN32_BIN     = ..\..\..\..\..\$(OBJDIR)
    14 PDWIN32_TOOLS   = ..\..\..\..\..\tools\bin
    158
    169
     
    2518# Compiler, tools, and interference rules.
    2619#
    27 !include $(PDWIN32_INCLUDE)/pdwin32.mk
    28 !include ..\3dfx.mak
     20!include ../../../../../makefile.inc
     21!include ../3dfx.mak
    2922
    3023
     
    6962# Includes the common rules.
    7063#
    71 !include $(PDWIN32_INCLUDE)/pdwin32.post
     64!include $(ODIN32_POST_INC)
    7265
    7366
Note: See TracChangeset for help on using the changeset viewer.