Changeset 3037 for trunk/src/opengl/mesa/3dfx
- Timestamp:
- Mar 7, 2000, 12:12:31 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/3dfx/makefile
r3031 r3037 1 # $Id: makefile,v 1. 6 2000-03-06 23:33:51bird Exp $1 # $Id: makefile,v 1.7 2000-03-07 11:11:10 bird Exp $ 2 2 # 3 # PD-Win323 # Odin32 API 4 4 # 5 5 # Makefile for Mesa OpenGL … … 8 8 # Directory macros. 9 9 PDWIN32_INCLUDE = ..\..\..\..\include 10 PDWIN32_LIB = ..\..\..\..\lib11 PDWIN32_BIN = ..\..\..\..\bin12 PDWIN32_TOOLS = ..\..\..\..\tools\bin10 PDWIN32_LIB = ..\..\..\..\lib 11 PDWIN32_BIN = ..\..\..\..\$(OBJDIR) 12 PDWIN32_TOOLS = ..\..\..\..\tools\bin 13 13 14 14 … … 129 129 all: $(OBJDIR) \ 130 130 $(OBJDIR)\$(TARGET).dll \ 131 $(PDWIN32_BIN)\ $(TARGET).dll \131 $(PDWIN32_BIN)\Glide\$(TARGET).dll \ 132 132 lib 133 133 … … 159 159 160 160 161 # Copy rule. 162 $(PDWIN32_BIN)\Glide\$(TARGET).dll: $(OBJDIR)\$(TARGET).dll 163 $(CP) $** $@ 164 165 161 166 # Dep rule - makes depenencies for C, C++ and Asm files. 162 167 dep:
Note:
See TracChangeset
for help on using the changeset viewer.