Changeset 450 for trunk/src/NTDLL


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

    r188 r450  
    1 # $Id: makefile,v 1.5 1999-06-25 13:59:01 phaller Exp $
     1# $Id: makefile,v 1.6 1999-08-09 18:44:05 achimha Exp $
    22
    33#
     
    4040
    4141$(TARGET).dll: $(OBJS) $(TARGET).def
    42         $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def $(PDWIN32_LIB)\kernel32.lib
     42        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj $(TARGET).def $(PDWIN32_LIB)\kernel32.lib $(PDWIN32_LIB)/odincrt.lib OS2386.LIB
    4343# PMWINX.LIB LIBULS.LIB LIBCONV.LIB
    4444        $(CP) $@ $(PDWIN32_BIN)
Note: See TracChangeset for help on using the changeset viewer.