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/shell32/makefile

    r451 r510  
    1 # $Id: makefile,v 1.8 1999-08-09 18:54:00 achimha Exp $
     1# $Id: makefile,v 1.9 1999-08-16 16:28:03 sandervl Exp $
    22
    33#
     
    2828
    2929$(TARGET).dll: $(OBJS) $(TARGET).def
    30         $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj $(TARGET).def \
     30        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \
    3131              $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \
    3232              $(PDWIN32_LIB)/user32.lib $(PDWIN32_LIB)/advapi32.lib \
    33               $(PDWIN32_LIB)/odincrt.lib OS2386.LIB
     33              $(PDWIN32_LIB)/odincrt.lib OS2386.LIB cppom30O.lib
    3434        $(CP) $@ $(PDWIN32_BIN)
    3535
Note: See TracChangeset for help on using the changeset viewer.