Ignore:
Timestamp:
Dec 21, 1999, 9:42:27 PM (26 years ago)
Author:
sandervl
Message:

JW:Updated msvcrt20 & msvcrt40 def files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/msvcrt/makefile

    r2176 r2187  
    1 # $Id: makefile,v 1.7 1999-12-21 12:25:55 sandervl Exp $
     1# $Id: makefile,v 1.8 1999-12-21 20:42:27 sandervl Exp $
    22
    33#
     
    4040        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET20).def \
    4141              $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \
     42              $(PDWIN32_LIB)/crtdll.lib \
    4243              $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
    4344        $(CP) $@ $(PDWIN32_BIN)
     
    4647        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET40).def \
    4748              $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \
     49              $(PDWIN32_LIB)/crtdll.lib \
    4850              $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
    4951        $(CP) $@ $(PDWIN32_BIN)
Note: See TracChangeset for help on using the changeset viewer.