Changeset 4731 for trunk/src/opengl/glide/cvg
- Timestamp:
- Dec 3, 2000, 6:13:58 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glide/cvg/makefile
r4720 r4731 1 # $Id: makefile,v 1.1 2 2000-12-03 00:26:11bird Exp $1 # $Id: makefile,v 1.13 2000-12-03 05:13:58 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 … … 18 20 # 19 21 !include ../../../../makefile.inc 22 23 24 # 25 # Change bin directory. 26 # 27 ODIN32_BIN = $(ODIN32_BIN__)\Glide\Voodoo2 20 28 21 29 … … 62 70 !include $(ODIN32_POST_INC) 63 71 72 73 # 74 # Copyrule for the readme.txt file. 75 # 76 $(ODIN32_BIN)\readme.txt: readme.txt 77 $(CP) readme.txt $@ 78
Note:
See TracChangeset
for help on using the changeset viewer.