Lines Matching refs:environment
10 # Its argument is the location to write the environment files.
11 # It will write "environment.x86" and "environment.x64" to this directory,
20 # This will save the environment block and and copy the gyp-win-tool to the
36 …cc_command = "ninja -t msvc -e environment.x86 -- cl.exe /nologo /showIncludes /FC @\$out.rsp /c \…
52 …command = "$python_path gyp-win-tool rc-wrapper environment.x86 rc.exe \$defines \$includes \$rcfl…
56 …command = "$python_path gyp-win-tool asm-wrapper environment.x86 ml.exe \$defines \$includes /c /F…
60 …command = "$python_path gyp-win-tool link-wrapper environment.x86 lib.exe /nologo /ignore:4221 /OU…
66 …environment.x86 link.exe /nologo \$implibflag /DLL /OUT:\$dll /PDB:\$dll.pdb @\$dll.rsp && $python…
73 …environment.x86 link.exe /nologo /OUT:\$out /PDB:\$out.pdb @\$out.rsp && $python_path gyp-win-tool…
95 …cc_command = "ninja -t msvc -e environment.x64 -- cl.exe /nologo /showIncludes /FC @\$out.rsp /c \…
111 …command = "$python_path gyp-win-tool rc-wrapper environment.x64 rc.exe \$defines \$includes \$rcfl…
115 …command = "$python_path gyp-win-tool asm-wrapper environment.x64 ml.exe \$defines \$includes /c /F…
119 …command = "$python_path gyp-win-tool link-wrapper environment.x64 lib.exe /nologo /ignore:4221 /OU…
125 …environment.x64 link.exe /nologo \$implibflag /DLL /OUT:\$dll /PDB:\$dll.pdb @\$dll.rsp && $python…
132 …environment.x64 link.exe /nologo /OUT:\$out /PDB:\$out.pdb @\$out.rsp && $python_path gyp-win-tool…