Changeset 4720 for trunk/src/opengl/glide/sst1
- Timestamp:
- Dec 3, 2000, 1:26:15 AM (25 years ago)
- Location:
- trunk/src/opengl/glide/sst1
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glide/sst1/glide/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:13 bird Exp $ 2 2 3 # 3 4 # Odin32 API … … 5 6 # sst1/Glide 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 … … 78 70 # Includes the common rules. 79 71 # 80 !include $( PDWIN32_INCLUDE)/pdwin32.post72 !include $(ODIN32_POST_INC) 81 73 82 74 -
trunk/src/opengl/glide/sst1/init/initvg/makefile
r4624 r4720 1 # $Id: makefile,v 1.3 2000-11-19 08:58:12 bird Exp $ 1 # $Id: makefile,v 1.4 2000-12-03 00:26:13 bird Exp $ 2 2 3 # 3 # PD-Win32 API4 # Odin32 API 4 5 # 5 6 # sst1/init/inivg 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/sst1/init/makefile
r4624 r4720 1 # $Id: makefile,v 1.4 2000-11-19 08:58:11 bird Exp $ 1 # $Id: makefile,v 1.5 2000-12-03 00:26:13 bird Exp $ 2 2 3 # 3 4 # Odin32 API … … 5 6 # sst1\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 … … 63 55 # Includes the common rules. 64 56 # 65 !include $( PDWIN32_INCLUDE)/pdwin32.post57 !include $(ODIN32_POST_INC) 66 58 67 59 -
trunk/src/opengl/glide/sst1/makefile
r4624 r4720 1 # $Id: makefile,v 1. 8 2000-11-19 08:58:11bird Exp $1 # $Id: makefile,v 1.9 2000-12-03 00:26:12 bird Exp $ 2 2 3 3 # … … 6 6 # sst1\Glide makefile 7 7 # 8 9 10 #11 # Directory macros.12 #13 PDWIN32_INCLUDE = ..\..\..\..\include14 PDWIN32_LIB = ..\..\..\..\lib15 PDWIN32_BIN = ..\..\..\..\$(OBJDIR)\Glide\Voodoo116 PDWIN32_TOOLS = ..\..\..\..\tools\bin17 8 18 9 … … 26 17 # Compiler, tools, and interference rules. 27 18 # 28 !include $(PDWIN32_INCLUDE)/pdwin32.mk 19 !include ../../../../makefile.inc 20 21 22 # 23 # Overrides. 24 # 25 ODIN32_BIN = $(ODIN32_BIN__)\Glide\Voodoo1 29 26 30 27 … … 55 52 init/initvg/$(OBJDIR)/initvg.lib \ 56 53 glide/$(OBJDIR)/glide.lib \ 57 $( PDWIN32_LIB)/kernel32.lib \58 $( PDWIN32_LIB)/$(ODINCRT).lib \54 $(ODIN32_LIB)/kernel32.lib \ 55 $(ODIN32_LIB)/$(ODINCRT).lib \ 59 56 OS2386.LIB \ 60 57 $(RTLLIB_O) … … 70 67 # Includes the common rules. 71 68 # 72 !include $( PDWIN32_INCLUDE)/pdwin32.post69 !include $(ODIN32_POST_INC) 73 70 -
trunk/src/opengl/glide/sst1/texus/makefile
r4624 r4720 1 # $Id: makefile,v 1. 3 2000-11-19 08:58:12bird Exp $1 # $Id: makefile,v 1.4 2000-12-03 00:26:13 bird Exp $ 2 2 3 3 # … … 6 6 # sst1/Texus makefile 7 7 # 8 9 10 #11 # Directory macros.12 #13 PDWIN32_INCLUDE = ..\..\..\..\..\include14 PDWIN32_LIB = ..\..\..\..\..\lib15 PDWIN32_BIN = ..\..\..\..\..\$(OBJDIR)16 PDWIN32_TOOLS = ..\..\..\..\..\tools\bin17 8 18 9 … … 27 18 # Compiler, tools, and interference rules. 28 19 # 29 !include $(PDWIN32_INCLUDE)/pdwin32.mk30 !include .. \3dfx.mak20 !include ../../../../../makefile.inc 21 !include ../3dfx.mak 31 22 32 23 … … 71 62 # Includes the common rules. 72 63 # 73 !include $( PDWIN32_INCLUDE)/pdwin32.post64 !include $(ODIN32_POST_INC) 74 65 75 66
Note:
See TracChangeset
for help on using the changeset viewer.