Changeset 21822 for branches/gcc-kmk/Config.kmk
- Timestamp:
- Nov 25, 2011, 10:13:53 PM (14 years ago)
- File:
-
- 1 edited
-
branches/gcc-kmk/Config.kmk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/Config.kmk
r21821 r21822 35 35 define odin_implib_common 36 36 local target := $(1) 37 local def := $(abspath $(PATH_SUB_CURRENT)/$(if $(2),$(2),$(1).def))38 local def_exp := $(notdir $(basename $(def))).exp.def37 local def := $(abspath $(PATH_SUB_CURRENT)/$(if $(2),$(2),$(1).def)) 38 local def_exp := $(notdir $(basename $(def))).exp.def 39 39 ifneq ($(3),) 40 local def_debug := $(abspath $(PATH_SUB_CURRENT)/$(3))41 local def_exp_debug := $(notdir $(basename $(def_debug))).exp.def40 #local def_debug := $(abspath $(PATH_SUB_CURRENT)/$(3)) 41 #local def_exp_debug := $(notdir $(basename $(def_debug))).exp.def 42 42 endif 43 43 local obj_list := $(4)
Note:
See TracChangeset
for help on using the changeset viewer.
