Ignore:
Timestamp:
Nov 25, 2011, 10:13:53 PM (14 years ago)
Author:
dmik
Message:

Config.kmk: Always use the release .def in odin_implib.

This is how the VAC build worked. The ability to specify the debug name
of the .def file is retained though it is not used ATM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/Config.kmk

    r21821 r21822  
    3535define odin_implib_common
    3636    local target := $(1)
    37         local def := $(abspath $(PATH_SUB_CURRENT)/$(if $(2),$(2),$(1).def))
    38         local def_exp := $(notdir $(basename $(def))).exp.def
     37    local def := $(abspath $(PATH_SUB_CURRENT)/$(if $(2),$(2),$(1).def))
     38    local def_exp := $(notdir $(basename $(def))).exp.def
    3939ifneq ($(3),)
    40     local def_debug := $(abspath $(PATH_SUB_CURRENT)/$(3))
    41         local def_exp_debug := $(notdir $(basename $(def_debug))).exp.def
     40    #local def_debug := $(abspath $(PATH_SUB_CURRENT)/$(3))
     41    #local def_exp_debug := $(notdir $(basename $(def_debug))).exp.def
    4242endif
    4343    local obj_list := $(4)
Note: See TracChangeset for help on using the changeset viewer.