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

    r498 r510  
    1 # $Id: makefile,v 1.12 1999-08-14 17:10:51 achimha Exp $
     1# $Id: makefile,v 1.13 1999-08-16 16:28:02 sandervl Exp $
    22#
    33# PD-Win32 API
     
    3333
    3434$(TARGET).dll: $(OBJS) $(TARGET).def rsrc.res
    35         $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj $(TARGET).def \
     35        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \
    3636              $(PDWIN32_LIB)/kernel32.lib \
    3737              $(PDWIN32_LIB)/gdi32.lib \
    3838              $(PDWIN32_LIB)/user32.lib  $(PDWIN32_LIB)/odincrt.lib \
    39               OS2386.LIB
     39              OS2386.LIB cppom30O.lib
    4040              rc rsrc.res comctl32.dll
    4141        $(CP) $@ $(PDWIN32_BIN)
Note: See TracChangeset for help on using the changeset viewer.