HomeSort by relevance Sort by last modified time
    Searched refs:CXX (Results 1 - 25 of 30) sorted by null

1 2

  /nv-g11n/inputmethod/sunpinyin/
build-sunpinyin.sh 69 # add -norunpath in $CXX env value
74 if [ -z $CXX ]; then
75 export CXX="CC -norunpath"
76 elif ! echo $CXX | grep g++ >/dev/null 2>&1; then
77 export CXX="$CXX -norunpath"
  /nv-g11n/inputmethod/sunpinyin/slm/src/slm/tools/
Makefile 42 ${CXX} ${CXXFLAGS} clean_rmrb.cpp -o clean_rmrb
45 ${CXX} ${CXXFLAGS} dumpdict.o ../sim_dict.o -o $@
48 ${CXX} ${CXXFLAGS} -c $< -o $@
51 ${CXX} ${CXXFLAGS} -c $< -o $@
  /nv-g11n/inputmethod/specs/
scim-anthy.spec 38 export CXX="${CXX} -norunpath"
scim-canna.spec 33 export CXX="${CXX} -norunpath"
scim-hangul.spec 33 export CXX="${CXX} -norunpath"
scim-input-pad.spec 27 export CXX="${CXX} -norunpath"
scim-m17n.spec 29 export CXX="${CXX} -norunpath"
scim-pinyin.spec 31 export CXX="${CXX} -norunpath"
scim-sunpinyin.spec 28 export CXX="${CXX} -norunpath"
scim-thai.spec 38 export CXX="${CXX} -norunpath"
scim-chewing.spec 31 export CXX="${CXX} -norunpath"
ibus-pinyin.spec 28 export CXX="${CXX} -norunpath"
ibus-sunpinyin.spec 28 export CXX="${CXX} -norunpath"
ibus-table.spec 32 export CXX="${CXX} -norunpath"
ibus-anthy.spec 30 export CXX="${CXX} -norunpath"
ibus-hangul.spec 29 export CXX="${CXX} -norunpath"
ibus-m17n.spec 28 export CXX="${CXX} -norunpath"
scim-bridge.spec 35 export CXX="${CXX} -norunpath"
52 export CXX="${CXX64} -norunpath"
scim.spec 56 export CXX="${CXX} -norunpath"
71 export CXX="${CXX64} -norunpath"
ibus.spec 56 export CXX="${CXX} -norunpath"
68 export CXX="${CXX64} -norunpath"
scim-tables.spec 66 export CXX="${CXX} -norunpath"
  /nv-g11n/inputmethod/sunpinyin/ime/wrapper/macos/
Makefile 12 cd ../..; CC='gcc -arch i386' CXX='g++ -arch i386' ./configure
17 cd ../..; CC='gcc -arch ppc' CXX='g++ -arch ppc' ./configure
  /nv-g11n/g11n-spec/cmdassist/
cmdassist.spec 33 export CXX="${CXX} -norunpath"
  /nv-g11n/inputmethod/sunpinyin2/wrapper/macos/
Makefile 12 cd ../..; CC='gcc -arch i386' CXX='g++ -arch i386' ./configure
17 cd ../..; CC='gcc -arch ppc' CXX='g++ -arch ppc' ./configure
  /nv-g11n/inputmethod/iiim/build/
build-install.sh 43 export CXX=CC

Completed in 1260 milliseconds

1 2