Changeset 450 for trunk/src/dsound


Ignore:
Timestamp:
Aug 9, 1999, 8:46:11 PM (26 years ago)
Author:
achimha
Message:

odincrt adjustments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/dsound/makefile

    r97 r450  
    1 # $Id: makefile,v 1.3 1999-06-10 17:09:30 phaller Exp $
     1# $Id: makefile,v 1.4 1999-08-09 18:38:55 achimha Exp $
    22
    33#
     
    2727
    2828$(TARGET).dll: $(OBJS) $(TARGET).def
    29         $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \
    30               pmwinx.lib  $(PDWIN32_LIB)/kernel32.lib
     29        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj $(TARGET).def \
     30              pmwinx.lib  $(PDWIN32_LIB)/kernel32.lib \
     31              $(PDWIN32_LIB)/odincrt.lib OS2386.LIB
    3132        $(CP) $@ $(PDWIN32_BIN)
    3233
Note: See TracChangeset for help on using the changeset viewer.