Changeset 3090 for trunk/src/opengl/mesa
- Timestamp:
- Mar 11, 2000, 6:30:54 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/3dfx/makefile
r3037 r3090 1 # $Id: makefile,v 1. 7 2000-03-07 11:11:10bird Exp $1 # $Id: makefile,v 1.8 2000-03-11 17:30:54 bird Exp $ 2 2 # 3 3 # Odin32 API … … 139 139 # Dll rule - builds the target dll. 140 140 $(OBJDIR)\$(TARGET).dll: $(OBJS) $(TARGET).def $(OBJDIR)\$(TARGET).lrf 141 $(LD2) $(LD2FLAGS) @$(OBJDIR)\$(TARGET).lrf141 -4 $(LD2) $(LD2FLAGS) @$(OBJDIR)\$(TARGET).lrf 142 142 143 143
Note:
See TracChangeset
for help on using the changeset viewer.