Changeset 2704 for trunk/src


Ignore:
Timestamp:
Feb 9, 2000, 4:55:56 PM (26 years ago)
Author:
sandervl
Message:

YD: create correct export lib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ddraw/makefile

    r2652 r2704  
    1 # $Id: makefile,v 1.19 2000-02-05 02:44:17 sandervl Exp $
     1# $Id: makefile,v 1.20 2000-02-09 15:55:56 sandervl Exp $
    22#
    33# ddraw.dll makefile
     
    4242
    4343
    44 $(TARGET).lib: $(TARGET).def
     44$(TARGET).lib: $(TARGET)exp.def
    4545  $(IMPLIB) $(IMPLIBFLAGS) $@ $**
    4646  $(CP) $@ $(PDWIN32_LIB)
     47
     48$(TARGET)exp.def: $(TARGET).def
     49  $(IMPDEF) $** $@
    4750
    4851
Note: See TracChangeset for help on using the changeset viewer.