Changeset 2495 for branches/libc-0.6


Ignore:
Timestamp:
Dec 18, 2005, 9:09:07 AM (20 years ago)
Author:
bird
Message:

Overlooked one place where the minor version was needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/src/lib/libc.smak

    r2494 r2495  
    8383LIBC.STUB               := $(wildcard $.omf/os2stub.bin)
    8484LIBC.STUBARG    := $(if $(LIBC.STUB),-Zlinker -STUB:$(LIBC.STUB))
    85 LIBC.DLL        := $.omf/libc$(VH)$(VM).dll
     85LIBC.DLL        := $.omf/libc$(VH)$(VM)$(VL).dll
    8686LIBC.IMPLIB     := $.omf/libc_dll.lib $.aout/libc_dll.a
    8787LIBC.IMPLIB.TCPIPV4 := $.omf/tcpipv4/libc_dll.lib $.aout/tcpipv4/libc_dll.a
Note: See TracChangeset for help on using the changeset viewer.