Changeset 1595 for trunk/src


Ignore:
Timestamp:
Nov 4, 1999, 7:52:13 PM (26 years ago)
Author:
sandervl
Message:

link with shell32.lib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shlwapi/makefile

    r1585 r1595  
    1 # $Id: makefile,v 1.3 1999-11-03 23:28:06 sandervl Exp $
     1# $Id: makefile,v 1.4 1999-11-04 18:52:13 sandervl Exp $
    22
    33#
     
    3030        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \
    3131              $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \
    32                $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
     32               $(PDWIN32_LIB)/odincrt.lib $(PDWIN32_LIB)/shell32.lib OS2386.LIB $(RTLLIB_O)
    3333        $(CP) $@ $(PDWIN32_BIN)
    3434
Note: See TracChangeset for help on using the changeset viewer.