Changeset 4720 for trunk/src/opengl/glide/cvg
- Timestamp:
- Dec 3, 2000, 1:26:15 AM (25 years ago)
- Location:
- trunk/src/opengl/glide/cvg
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glide/cvg/glide/makefile
r4624 r4720 1 # $Id: makefile,v 1. 5 2000-11-19 08:58:11bird Exp $1 # $Id: makefile,v 1.6 2000-12-03 00:26:12 bird Exp $ 2 2 3 3 # … … 7 7 # 8 8 9 #10 # Directory macros.11 #12 PDWIN32_INCLUDE = ..\..\..\..\..\include13 PDWIN32_LIB = ..\..\..\..\..\lib14 PDWIN32_BIN = ..\..\..\..\..\$(OBJDIR)15 PDWIN32_TOOLS = ..\..\..\..\..\tools\bin16 9 17 10 # … … 25 18 # Compiler, tools, and interference rules. 26 19 # 27 !include $(PDWIN32_INCLUDE)/pdwin32.mk28 !include .. \3dfx.mak20 !include ../../../../../makefile.inc 21 !include ../3dfx.mak 29 22 30 23 … … 79 72 # Includes the common rules. 80 73 # 81 !include $( PDWIN32_INCLUDE)/pdwin32.post74 !include $(ODIN32_POST_INC) 82 75 83 76 -
trunk/src/opengl/glide/cvg/init/makefile
r4624 r4720 1 # $Id: makefile,v 1.3 2000-11-19 08:58:11 bird Exp $ 1 # $Id: makefile,v 1.4 2000-12-03 00:26:12 bird Exp $ 2 2 3 # 3 4 # Odin32 API … … 5 6 # cvg\Init makefile 6 7 # 7 8 9 #10 # Directory macros.11 #12 PDWIN32_INCLUDE = ..\..\..\..\..\include13 PDWIN32_LIB = ..\..\..\..\..\lib14 PDWIN32_BIN = ..\..\..\..\..\$(OBJDIR)15 PDWIN32_TOOLS = ..\..\..\..\..\tools\bin16 8 17 9 … … 26 18 # Compiler, tools, and interference rules. 27 19 # 28 !include $(PDWIN32_INCLUDE)/pdwin32.mk20 !include ../../../../../makefile.inc 29 21 !include ..\3dfx.mak 30 22 … … 61 53 # Includes the common rules. 62 54 # 63 !include $( PDWIN32_INCLUDE)/pdwin32.post55 !include $(ODIN32_POST_INC) 64 56 65 57 -
trunk/src/opengl/glide/cvg/makefile
r4624 r4720 1 # $Id: makefile,v 1.1 1 2000-11-19 08:58:10bird Exp $1 # $Id: makefile,v 1.12 2000-12-03 00:26:11 bird Exp $ 2 2 3 3 # … … 6 6 # Glide\cvg makefile 7 7 # 8 9 10 #11 # Directory macros.12 #13 PDWIN32_INCLUDE = ..\..\..\..\include14 PDWIN32_LIB = ..\..\..\..\lib15 PDWIN32_BIN = ..\..\..\..\$(OBJDIR)\Glide\Voodoo216 PDWIN32_TOOLS = ..\..\..\..\tools\bin17 8 18 9 … … 26 17 # Compiler, tools, and interference rules. 27 18 # 28 !include $(PDWIN32_INCLUDE)/pdwin32.mk19 !include ../../../../makefile.inc 29 20 30 21 … … 54 45 init\$(OBJDIR)/init.lib \ 55 46 glide\$(OBJDIR)/glide.lib \ 56 $( PDWIN32_LIB)/kernel32.lib \57 $( PDWIN32_LIB)/$(ODINCRT).lib \47 $(ODIN32_LIB)/kernel32.lib \ 48 $(ODIN32_LIB)/$(ODINCRT).lib \ 58 49 os2386.lib \ 59 50 $(RTLLIB_O) … … 69 60 # Includes the common rules. 70 61 # 71 !include $( PDWIN32_INCLUDE)/pdwin32.post62 !include $(ODIN32_POST_INC) 72 63 -
trunk/src/opengl/glide/cvg/texus/makefile
r4624 r4720 1 # $Id: makefile,v 1.3 2000-11-19 08:58:11 bird Exp $ 1 # $Id: makefile,v 1.4 2000-12-03 00:26:12 bird Exp $ 2 2 3 # 3 # PD-Win32 API4 # Odin32 API 4 5 # 5 6 # Glide makefile 6 7 # 7 8 #9 # Directory macros.10 #11 PDWIN32_INCLUDE = ..\..\..\..\..\include12 PDWIN32_LIB = ..\..\..\..\..\lib13 PDWIN32_BIN = ..\..\..\..\..\$(OBJDIR)14 PDWIN32_TOOLS = ..\..\..\..\..\tools\bin15 8 16 9 … … 25 18 # Compiler, tools, and interference rules. 26 19 # 27 !include $(PDWIN32_INCLUDE)/pdwin32.mk28 !include .. \3dfx.mak20 !include ../../../../../makefile.inc 21 !include ../3dfx.mak 29 22 30 23 … … 69 62 # Includes the common rules. 70 63 # 71 !include $( PDWIN32_INCLUDE)/pdwin32.post64 !include $(ODIN32_POST_INC) 72 65 73 66
Note:
See TracChangeset
for help on using the changeset viewer.