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

    r450 r510  
    1 # $Id: makefile,v 1.4 1999-08-09 18:38:55 achimha Exp $
     1# $Id: makefile,v 1.5 1999-08-16 16:28:02 sandervl Exp $
    22
    33#
     
    2727
    2828$(TARGET).dll: $(OBJS) $(TARGET).def
    29         $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj $(TARGET).def \
     29        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \
    3030              pmwinx.lib  $(PDWIN32_LIB)/kernel32.lib \
    31               $(PDWIN32_LIB)/odincrt.lib OS2386.LIB
     31              $(PDWIN32_LIB)/odincrt.lib OS2386.LIB cppom30O.lib
    3232        $(CP) $@ $(PDWIN32_BIN)
    3333
     
    4141dsound.obj: dsound.cpp \
    4242    $(PDWIN32_INCLUDE)/misc.h \
    43     os2dsound.h \
    44     no.h
     43    os2dsound.h
    4544
    4645os2dsound.obj: os2dsound.cpp \
    4746    $(PDWIN32_INCLUDE)/misc.h \
    4847    os2sndbuffer.h \
    49     os2dsound.h \
    50     no.h
     48    os2dsound.h
    5149
    5250os2sndbuffer.obj: os2sndbuffer.cpp \
    5351    $(PDWIN32_INCLUDE)/misc.h \
    5452    os2sndbuffer.h \
    55     os2dsound.h \
    56     no.h
     53    os2dsound.h
    5754
    5855misc.obj: misc.c \
Note: See TracChangeset for help on using the changeset viewer.