Changeset 4731 for trunk/src/opengl/glide/sst1/makefile
- Timestamp:
 - Dec 3, 2000, 6:13:58 AM (25 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/opengl/glide/sst1/makefile (modified) (4 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/opengl/glide/sst1/makefile
r4720 r4731 1 # $Id: makefile,v 1. 9 2000-12-03 00:26:12bird Exp $1 # $Id: makefile,v 1.10 2000-12-03 05:13:36 bird Exp $ 2 2 3 3 # … … 10 10 # 11 11 # Tell buildenvironment that we should not copy this into /bin. 12 # Tell buildenvironment to make addtional target in the all rule. 12 13 # 13 14 NO_MAIN_BIN_COPY = 1 15 ADDITIONAL_ALL = $(ODIN32_BIN)\readme.txt 14 16 15 17 … … 21 23 22 24 # 23 # Overrides.25 # Change bin directory. 24 26 # 25 27 ODIN32_BIN = $(ODIN32_BIN__)\Glide\Voodoo1 … … 69 71 !include $(ODIN32_POST_INC) 70 72 73 74 # 75 # Copyrule for the readme.txt file. 76 # 77 $(ODIN32_BIN)\readme.txt: readme.txt 78 $(CP) readme.txt $@ 79  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  