Changeset 4720 for trunk/src/opengl/glide/cvg/texus
- Timestamp:
- Dec 3, 2000, 1:26:15 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.