Changeset 447 for trunk/src


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

correction for odincrt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/advapi32/makefile

    r446 r447  
    1 # $Id: makefile,v 1.4 1999-08-09 18:21:43 achimha Exp $
     1# $Id: makefile,v 1.5 1999-08-09 18:30:44 achimha Exp $
    22
    33#
     
    2727
    2828$(TARGET).dll: $(OBJS) $(TARGET).def
    29         $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \
     29        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj $(TARGET).def \
    3030              $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \
    3131              $(PDWIN32_LIB)/odincrt.lib OS2386.LIB
Note: See TracChangeset for help on using the changeset viewer.