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

    r457 r510  
    1 # $Id: makefile,v 1.6 1999-08-09 21:03:16 phaller Exp $
     1# $Id: makefile,v 1.7 1999-08-16 16:28:04 sandervl Exp $
    22
    33#
     
    3131
    3232$(TARGET).dll: $(OBJS) $(TARGET).def
    33         $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj $(TARGET).def \
     33        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \
    3434              $(PDWIN32_LIB)/pmwinx.lib mmpm2.lib  \
    3535              $(PDWIN32_LIB)/kernel32.lib \
    3636              $(PDWIN32_LIB)/user32.lib $(PDWIN32_LIB)/odincrt.lib \
    3737              OS2386.LIB \
    38               cppom30.lib
    39 # @@@PH CPPOM30.LIB DOES NOT BELONG here, it's a temporary hack!
    40 
     38              cppom30O.lib
    4139        $(CP) $@ $(PDWIN32_BIN)
    4240
Note: See TracChangeset for help on using the changeset viewer.