OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CURR_SRCCODE_FULL_DIR
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/config/
mh-mingw
77
#
CURR_SRCCODE_FULL_DIR
=$(subst /,\\\\,$(shell pwd -W))#M# for MSYS
78
CURR_SRCCODE_FULL_DIR
=$(subst \,/,$(shell cmd /c cd))#M# for Cygwin shell
mh-cygwin-msvc
130
CURR_SRCCODE_FULL_DIR
=$(subst \,\\,$(shell cygpath -da .))#M#
/external/icu4c/test/letest/
Makefile.in
26
BUILDDIR := $(
CURR_SRCCODE_FULL_DIR
)/../../
Completed in 63 milliseconds