Ignore:
Timestamp:
Aug 16, 1999, 6:28:05 PM (26 years ago)
Author:
sandervl
Message:

Makefile changes & initterm.cpp no longer calls c/c++ library init & termination functions (should only be done in odincrt.dll)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/NTDLL/makefile

    r450 r510  
    1 # $Id: makefile,v 1.6 1999-08-09 18:44:05 achimha Exp $
     1# $Id: makefile,v 1.7 1999-08-16 16:28:01 sandervl Exp $
    22
    33#
     
    4040
    4141$(TARGET).dll: $(OBJS) $(TARGET).def
    42         $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj $(TARGET).def $(PDWIN32_LIB)\kernel32.lib $(PDWIN32_LIB)/odincrt.lib OS2386.LIB
     42        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj $(TARGET).def $(PDWIN32_LIB)\kernel32.lib $(PDWIN32_LIB)/odincrt.lib OS2386.LIB cppom30O.lib
    4343# PMWINX.LIB LIBULS.LIB LIBCONV.LIB
    4444        $(CP) $@ $(PDWIN32_BIN)
Note: See TracChangeset for help on using the changeset viewer.