Changeset 1685 for trunk/src


Ignore:
Timestamp:
Nov 10, 1999, 3:14:51 PM (26 years ago)
Author:
sandervl
Message:

link with user32 instead of importing directly

Location:
trunk/src/NTDLL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/NTDLL/makefile

    r1653 r1685  
    1 # $Id: makefile,v 1.12 1999-11-09 09:30:20 phaller Exp $
     1# $Id: makefile,v 1.13 1999-11-10 14:14:50 sandervl Exp $
    22
    33#
     
    4343
    4444$(TARGET).dll: $(OBJS) $(TARGET).def
    45         $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj $(TARGET).def $(PDWIN32_LIB)\kernel32.lib $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
     45        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj $(TARGET).def $(PDWIN32_LIB)\kernel32.lib $(PDWIN32_LIB)\user32.lib $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
    4646# PMWINX.LIB LIBULS.LIB LIBCONV.LIB
    4747        $(CP) $@ $(PDWIN32_BIN)
     
    8686
    8787clean:
    88         $(RM) *.obj *.lib *.dll *~ *.map *.pch
     88        $(RM) *.obj *.lib *.dll *.map *.pch
    8989        $(RM) $(PDWIN32_LIB)\$(TARGET).lib
    9090        $(RM) $(PDWIN32_BIN)\$(TARGET).dll
  • trunk/src/NTDLL/ntdll.def

    r1654 r1685  
    1 ; $Id: ntdll.def,v 1.22 1999-11-09 09:54:46 phaller Exp $
     1; $Id: ntdll.def,v 1.23 1999-11-10 14:14:51 sandervl Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    2222    HEAP_strdupW                     =  KERNEL32.HEAP_strdupW
    2323    HEAP_strdupWtoA                  =  KERNEL32.HEAP_strdupWtoA
    24 
    25     _wvsnprintfA@16                  =  USER32.wvsnprintfA
    2624
    2725EXPORTS
Note: See TracChangeset for help on using the changeset viewer.