OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IMPORT_LIB_EXT
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/config/
mh-os390
119
IMPORT_LIB_EXT
= .x
126
IMPORT_LIB = $(basename $(notdir $(SO_TARGET)))$(
IMPORT_LIB_EXT
)#M#
127
MIDDLE_IMPORT_LIB = $(basename $(notdir $(MIDDLE_SO_TARGET)))$(
IMPORT_LIB_EXT
)#M#
128
FINAL_IMPORT_LIB = $(basename $(notdir $(FINAL_SO_TARGET)))$(
IMPORT_LIB_EXT
)#M#
mh-cygwin-msvc
91
IMPORT_LIB_EXT
= .lib
199
IMPORT_LIB = $(basename $(SO_TARGET))$(
IMPORT_LIB_EXT
)#M#
mh-cygwin
59
IMPORT_LIB_EXT
= .dll.a
Completed in 1034 milliseconds