Changeset 6264 for trunk/src


Ignore:
Timestamp:
Jul 9, 2001, 10:08:00 AM (24 years ago)
Author:
bird
Message:

Renamed dlls should use original import library name!

Location:
trunk/src
Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/NTDLL/makefile

    r6246 r6264  
    1 # $Id: makefile,v 1.27 2001-07-08 10:59:44 sandervl Exp $
     1# $Id: makefile,v 1.28 2001-07-09 08:07:59 bird Exp $
    22
    33#
     
    4242$(ODIN32_LIB)/kernel32.lib \
    4343$(ODIN32_LIB)/user32.lib \
    44 $(ODIN32_LIB)/crtdll32.lib \
     44$(ODIN32_LIB)/crtdll.lib \
    4545$(ODIN32_LIB)/$(ODINCRT).lib \
    4646OS2386.LIB \
  • trunk/src/crtdll/makefile

    r6247 r6264  
    1 # $Id: makefile,v 1.16 2001-07-08 11:00:28 sandervl Exp $
     1# $Id: makefile,v 1.17 2001-07-09 08:08:00 bird Exp $
    22
    33#
     
    5151#
    5252# Target name - name of the dll without extention and path.
     53# Original target
    5354#
    54 TARGET = crtdll32
     55TARGET      = crtdll32
     56ORGTARGET   = crtdll
    5557
    5658
  • trunk/src/version/makefile

    r6251 r6264  
    1 # $Id: makefile,v 1.18 2001-07-08 11:08:50 sandervl Exp $
     1# $Id: makefile,v 1.19 2001-07-09 08:07:59 bird Exp $
    22
    33#
     
    3232$(ODIN32_LIB)/user32.lib \
    3333$(ODIN32_LIB)/$(ODINCRT).lib \
    34 $(ODIN32_LIB)/crtdll32.lib \
     34$(ODIN32_LIB)/crtdll.lib \
    3535$(ODIN32_LIB)/lz32.lib \
    3636OS2386.LIB \
Note: See TracChangeset for help on using the changeset viewer.