Ignore:
Timestamp:
Mar 7, 2000, 12:12:31 PM (25 years ago)
Author:
bird
Message:

Corrections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/mesa/3dfx/makefile

    r3031 r3037  
    1 # $Id: makefile,v 1.6 2000-03-06 23:33:51 bird Exp $
     1# $Id: makefile,v 1.7 2000-03-07 11:11:10 bird Exp $
    22#
    3 # PD-Win32
     3# Odin32 API
    44#
    55# Makefile for Mesa OpenGL
     
    88# Directory macros.
    99PDWIN32_INCLUDE = ..\..\..\..\include
    10 PDWIN32_LIB = ..\..\..\..\lib
    11 PDWIN32_BIN = ..\..\..\..\bin
    12 PDWIN32_TOOLS = ..\..\..\..\tools\bin
     10PDWIN32_LIB     = ..\..\..\..\lib
     11PDWIN32_BIN     = ..\..\..\..\$(OBJDIR)
     12PDWIN32_TOOLS   = ..\..\..\..\tools\bin
    1313
    1414
     
    129129all:    $(OBJDIR) \
    130130        $(OBJDIR)\$(TARGET).dll \
    131         $(PDWIN32_BIN)\$(TARGET).dll \
     131        $(PDWIN32_BIN)\Glide\$(TARGET).dll \
    132132        lib
    133133
     
    159159
    160160
     161# Copy rule.
     162$(PDWIN32_BIN)\Glide\$(TARGET).dll: $(OBJDIR)\$(TARGET).dll
     163    $(CP) $** $@
     164
     165
    161166# Dep rule - makes depenencies for C, C++ and Asm files.
    162167dep:
Note: See TracChangeset for help on using the changeset viewer.