Changeset 604 for trunk/src/NTDLL


Ignore:
Timestamp:
Aug 21, 1999, 2:29:32 PM (26 years ago)
Author:
sandervl
Message:

Makefile changes for VAC 3.6.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/NTDLL/makefile

    r555 r604  
    1 # $Id: makefile,v 1.8 1999-08-18 19:35:30 phaller Exp $
     1# $Id: makefile,v 1.9 1999-08-21 12:29:28 sandervl Exp $
    22
    33#
     
    4141
    4242$(TARGET).dll: $(OBJS) $(TARGET).def
    43         $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj $(TARGET).def $(PDWIN32_LIB)\kernel32.lib $(PDWIN32_LIB)/odincrt.lib OS2386.LIB cppom30O.lib
     43        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj $(TARGET).def $(PDWIN32_LIB)\kernel32.lib $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
    4444# PMWINX.LIB LIBULS.LIB LIBCONV.LIB
    4545        $(CP) $@ $(PDWIN32_BIN)
Note: See TracChangeset for help on using the changeset viewer.