Changeset 1118 for trunk/src/shell32


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

Location:
trunk/src/shell32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/makefile

    r604 r1118  
    1 # $Id: makefile,v 1.10 1999-08-21 12:29:31 sandervl Exp $
     1# $Id: makefile,v 1.11 1999-10-04 09:55:59 sandervl Exp $
    22
    33#
     
    1010PDWIN32_LIB = ..\..\lib
    1111PDWIN32_BIN = ..\..\bin
     12PDWIN32_TOOLS = ..\..\tools\bin
    1213
    1314
     
    3536
    3637
    37 $(TARGET).lib: $(TARGET).dll
    38         $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET).dll
     38$(TARGET).lib: $(TARGET)exp.def
     39        $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def
    3940        $(CP) $@ $(PDWIN32_LIB)
    4041
    41 
     42$(TARGET)exp.def: $(TARGET).def
     43        $(IMPDEF) $** $@
    4244
    4345shell32.obj: shell32.cpp shell32.h
  • 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.