Changeset 1318 for trunk/src


Ignore:
Timestamp:
Oct 16, 1999, 1:04:07 PM (26 years ago)
Author:
sandervl
Message:

build export library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wsock32/makefile

    r604 r1318  
    1 # $Id: makefile,v 1.7 1999-08-21 12:29:32 sandervl Exp $
     1# $Id: makefile,v 1.8 1999-10-16 11:04:07 sandervl Exp $
    22
    33#
     
    3333        $(CP) $@ $(PDWIN32_BIN)
    3434
    35 
    36 $(TARGET).lib: $(TARGET).dll
    37         $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET).dll
     35$(TARGET).lib: $(TARGET)exp.def
     36        $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def
    3837        $(CP) $@ $(PDWIN32_LIB)
    3938
     39$(TARGET)exp.def: $(TARGET).def
     40        $(IMPDEF) $** $@
    4041
    4142wsock32.obj: wsock32.cpp wsock32.h
Note: See TracChangeset for help on using the changeset viewer.