Ignore:
Timestamp:
Mar 1, 2000, 3:26:49 PM (26 years ago)
Author:
sandervl
Message:

fixes build problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/mesa/3dfx/makefile

    r2938 r2959  
    1 # $Id: makefile,v 1.1 2000-02-29 00:46:20 sandervl Exp $
     1# $Id: makefile,v 1.2 2000-03-01 14:26:49 sandervl Exp $
    22#
    33# PD-Win32
     
    5656$(TARGET).DLL: $(OBJS) $(TARGET).lrf $(TARGET).def
    5757    -ILINK /FREE /NOE $(L) @$(TARGET).lrf
    58     $(CP) $@ $(PDWIN32_BIN)
     58    $(CP) $@ $(PDWIN32_BIN)\Glide
    5959
    6060$(TARGET).lrf: makefile
     
    7171$(TARGET).def
    7272<<keep
    73 
    74 $(TARGET).lib: $(TARGET)exp.def
    75         $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def
    76         $(CP) $@ $(PDWIN32_LIB)
    77 
    78 $(TARGET)exp.def: $(TARGET).def
    79         $(IMPDEF) $** $@
    8073
    8174resource.asm: fxmesa32.rc
Note: See TracChangeset for help on using the changeset viewer.