Changeset 1118 for trunk/src/shell32/new


Ignore:
Timestamp:
Oct 4, 1999, 11:56:04 AM (26 years ago)
Author:
sandervl
Message:

Lots of changes by several people (see changelog for 4 October

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/new/makefile

    r893 r1118  
    1 # $Id: makefile,v 1.8 1999-09-09 13:04:55 phaller Exp $
     1# $Id: makefile,v 1.9 1999-10-04 09:56:00 sandervl Exp $
    22
    33#
     
    1010PDWIN32_LIB = ..\..\..\lib
    1111PDWIN32_BIN = ..\..\..\bin
     12PDWIN32_TOOLS = ..\..\tools\bin
    1213
    1314
     
    4344
    4445
    45 $(TARGET).lib: $(TARGET).dll
    46         $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET).dll
     46$(TARGET).lib: $(TARGET)exp.def
     47        $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def
    4748        $(CP) $@ $(PDWIN32_LIB)
     49
     50$(TARGET)exp.def: $(TARGET).def
     51        $(IMPDEF) $** $@
    4852
    4953
Note: See TracChangeset for help on using the changeset viewer.