OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vc_version
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/gyp/test/msvs/config_attrs/
gyptest-config_attrs.py
18
vc_version
= 'VC90'
variable
21
vc_version
= ['VC90','VC100'][int(os.getenv('GYP_MSVS_VERSION')) >= 2010]
variable
23
expected_exe_file = os.path.join(test.workdir,
vc_version
, 'hello.exe')
/external/libvpx/libvpx/build/make/
configure.sh
1094
vc_version
=${tgt_cc##vs}
1095
case $
vc_version
in
[
all
...]
Completed in 53 milliseconds