Changeset 2934 for trunk/src/opengl/glide
- Timestamp:
- Feb 27, 2000, 8:10:01 PM (26 years ago)
- Location:
- trunk/src/opengl/glide
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glide/LICENSE.TXT
r2889 r2934 1 $Id: LICENSE.TXT,v 1. 2 2000-02-25 00:39:57sandervl Exp $1 $Id: LICENSE.TXT,v 1.3 2000-02-27 19:10:00 sandervl Exp $ 2 2 @c This is an additional Odin license agreement. 3 3 @c It supercedes the main Odin license, but is only valid in 4 @c the source directory and any of it's subdirectories in which it is present.4 @c the source directory and any of it's subdirectories. 5 5 3DFX GLIDE Source Code General Public License 6 6 -
trunk/src/opengl/glide/cvg/LICENSE.TXT
r2888 r2934 1 $Id: LICENSE.TXT,v 1. 1 2000-02-25 00:37:32sandervl Exp $1 $Id: LICENSE.TXT,v 1.2 2000-02-27 19:10:01 sandervl Exp $ 2 2 @c This is an additional Odin license agreement. 3 3 @c It supercedes the main Odin license, but is only valid in 4 @c the source directory and any of it's subdirectories in which it is present.4 @c the source directory and any of it's subdirectories. 5 5 3DFX GLIDE Source Code General Public License 6 6 -
trunk/src/opengl/glide/cvg/makefile
r2913 r2934 1 # $Id: makefile,v 1. 3 2000-02-26 19:20:02 birdExp $1 # $Id: makefile,v 1.4 2000-02-27 19:10:01 sandervl Exp $ 2 2 # 3 3 # PD-Win32 API … … 24 24 init\init.lib \ 25 25 glide\glide.lib \ 26 26 27 27 all: ..\swlibs\pcilib\pcilib.lib init\init.lib texus\texus.lib glide\glide.lib $(TARGET).dll $(TARGET).lib 28 28 … … 69 69 initterm.obj: initterm.cpp 70 70 71 72 #73 # Please check this rule. I had to add the statments from 'cd cvs\init'.74 #75 71 dep: 76 72 $(DEPEND) -I$(PDWIN32_INCLUDE);$(PDWIN32_INCLUDE)\win \ … … 78 74 cd ..\swlibs\pcilib 79 75 $(MAKE_CMD) NODEP=1 dep 80 cd ..\..\ sst1\glide76 cd ..\..\cvg\glide 81 77 $(MAKE_CMD) NODEP=1 dep 82 78 cd ..\init 83 79 $(MAKE_CMD) NODEP=1 dep 84 80 cd ..\texus 85 $(MAKE_CMD) NODEP=1 dep86 cd ..87 cd ..\cvg\init88 $(MAKE_CMD) NODEP=1 dep89 cd ..\texus90 $(MAKE_CMD) NODEP=1 dep91 cd ..\glide92 81 $(MAKE_CMD) NODEP=1 dep 93 82 cd .. -
trunk/src/opengl/glide/sst1/LICENSE.TXT
r2885 r2934 1 $Id: LICENSE.TXT,v 1. 1 2000-02-25 00:31:05sandervl Exp $1 $Id: LICENSE.TXT,v 1.2 2000-02-27 19:10:01 sandervl Exp $ 2 2 @c This is an additional Odin license agreement. 3 3 @c It supercedes the main Odin license, but is only valid in 4 @c the source directory and any of it's subdirectories in which it is present.4 @c the source directory and any of it's subdirectories. 5 5 3DFX GLIDE Source Code General Public License 6 6 -
trunk/src/opengl/glide/swlibs/LICENSE.TXT
r2887 r2934 1 $Id: LICENSE.TXT,v 1. 1 2000-02-25 00:34:51 sandervl Exp $1 $Id: LICENSE.TXT,v 1.2 2000-02-27 19:10:01 sandervl Exp $ 2 2 @c This is an additional Odin license agreement. 3 3 @c It supercedes the main Odin license, but is only valid in 4 @c the source directory and any of it's subdirectories in which it is present.4 @c the source directory and any of it's subdirectories. 5 5 3DFX GLIDE Source Code General Public License 6 6
Note:
See TracChangeset
for help on using the changeset viewer.