Changeset 3090 for trunk/src/opengl/mesa


Ignore:
Timestamp:
Mar 11, 2000, 6:30:54 PM (25 years ago)
Author:
bird
Message:

Prefixed $(LD2) with -4 to ignore the warnings when aliases are created.

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:10 bird Exp $
     1# $Id: makefile,v 1.8 2000-03-11 17:30:54 bird Exp $
    22#
    33# Odin32 API
     
    139139# Dll rule - builds the target dll.
    140140$(OBJDIR)\$(TARGET).dll: $(OBJS) $(TARGET).def $(OBJDIR)\$(TARGET).lrf
    141     $(LD2) $(LD2FLAGS) @$(OBJDIR)\$(TARGET).lrf
     141    -4 $(LD2) $(LD2FLAGS) @$(OBJDIR)\$(TARGET).lrf
    142142
    143143
Note: See TracChangeset for help on using the changeset viewer.