Changeset 4731 for trunk/src


Ignore:
Timestamp:
Dec 3, 2000, 6:13:58 AM (25 years ago)
Author:
bird
Message:

Corrected bin directory. Added copy of readme.txt to bin directory.

Location:
trunk/src/opengl
Files:
3 edited

Legend:

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

    r4720 r4731  
    1 # $Id: makefile,v 1.12 2000-12-03 00:26:11 bird Exp $
     1# $Id: makefile,v 1.13 2000-12-03 05:13:58 bird Exp $
    22
    33#
     
    1010#
    1111# Tell buildenvironment that we should not copy this into /bin.
     12# Tell buildenvironment to make addtional target in the all rule.
    1213#
    1314NO_MAIN_BIN_COPY = 1
     15ADDITIONAL_ALL = $(ODIN32_BIN)\readme.txt
    1416
    1517
     
    1820#
    1921!include ../../../../makefile.inc
     22
     23
     24#
     25# Change bin directory.
     26#
     27ODIN32_BIN = $(ODIN32_BIN__)\Glide\Voodoo2
    2028
    2129
     
    6270!include $(ODIN32_POST_INC)
    6371
     72
     73#
     74# Copyrule for the readme.txt file.
     75#
     76$(ODIN32_BIN)\readme.txt: readme.txt
     77    $(CP) readme.txt $@
     78
  • trunk/src/opengl/glide/sst1/makefile

    r4720 r4731  
    1 # $Id: makefile,v 1.9 2000-12-03 00:26:12 bird Exp $
     1# $Id: makefile,v 1.10 2000-12-03 05:13:36 bird Exp $
    22
    33#
     
    1010#
    1111# Tell buildenvironment that we should not copy this into /bin.
     12# Tell buildenvironment to make addtional target in the all rule.
    1213#
    1314NO_MAIN_BIN_COPY = 1
     15ADDITIONAL_ALL = $(ODIN32_BIN)\readme.txt
    1416
    1517
     
    2123
    2224#
    23 # Overrides.
     25# Change bin directory.
    2426#
    2527ODIN32_BIN = $(ODIN32_BIN__)\Glide\Voodoo1
     
    6971!include $(ODIN32_POST_INC)
    7072
     73
     74#
     75# Copyrule for the readme.txt file.
     76#
     77$(ODIN32_BIN)\readme.txt: readme.txt
     78    $(CP) readme.txt $@
     79
  • trunk/src/opengl/mesa/3dfx/makefile

    r4719 r4731  
    1 # $Id: makefile,v 1.12 2000-12-02 23:58:37 bird Exp $
     1# $Id: makefile,v 1.13 2000-12-03 05:13:02 bird Exp $
    22
    33#
     
    88
    99
    10 
    1110#
    1211# Tell buildenvironment that we should not copy this into /bin.
     12# Tell buildenvironment to make addtional target in the all rule.
    1313#
    1414NO_MAIN_BIN_COPY = 1
     15ADDITIONAL_ALL = $(ODIN32_BIN)\readme.txt
    1516
    1617
     
    2223
    2324#
     25# Change bin directory.
     26#
     27ODIN32_BIN = $(ODIN32_BIN__)\Glide
     28
     29
     30#
    2431# Overrides.
    2532#
    26 ODIN32_BIN  = $(ODIN32_BIN__)\Glide
    2733CINCLUDES   = -I.. -I..\GL $(CINCLUDES) -I..\..\glut -I..\..\glide\cvg\glide \
    2834              -I..\..\glide\swlibs\fxmisc -I..\..\glide\cvg\incsrc
     
    191197        ..\..\glide\swlibs\fxmisc\*.h ..\..\glide\cvg\incsrc\*.h
    192198
     199
     200#
     201# Copyrule for the readme.txt file.
     202#
     203$(ODIN32_BIN)\readme.txt: readme.txt
     204    $(CP) readme.txt $@
     205
Note: See TracChangeset for help on using the changeset viewer.