Ignore:
Timestamp:
Dec 21, 1999, 1:25:55 PM (26 years ago)
Author:
sandervl
Message:

changed .def; link with crtdll.lib instead

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/msvcrt/makefile

    r2157 r2176  
    1 # $Id: makefile,v 1.6 1999-12-20 11:10:07 sandervl Exp $
     1# $Id: makefile,v 1.7 1999-12-21 12:25:55 sandervl Exp $
    22
    33#
     
    3333        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \
    3434              $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \
     35              $(PDWIN32_LIB)/crtdll.lib \
    3536              $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
    3637        $(CP) $@ $(PDWIN32_BIN)
Note: See TracChangeset for help on using the changeset viewer.