Lines Matching refs:tool
20 # This will save the environment block and and copy the gyp-win-tool to the
21 # build directory. We pass in the source file of the win tool.
26 stamp_command = "$python_path gyp-win-tool stamp \$out"
27 copy_command = "$python_path gyp-win-tool recursive-mirror \$in \$out"
37 tool("cc") {
44 tool("cxx") {
51 tool("rc") {
52 …command = "$python_path gyp-win-tool rc-wrapper environment.x86 rc.exe \$defines \$includes \$rcfl…
55 tool("asm") {
56 …command = "$python_path gyp-win-tool asm-wrapper environment.x86 ml.exe \$defines \$includes /c /F…
59 tool("alink") {
60 …command = "$python_path gyp-win-tool link-wrapper environment.x86 lib.exe /nologo /ignore:4221 /OU…
65 tool("solink") {
66 …tool link-wrapper environment.x86 link.exe /nologo \$implibflag /DLL /OUT:\$dll /PDB:\$dll.pdb @\$…
72 tool("link") {
73 …tool link-wrapper environment.x86 link.exe /nologo /OUT:\$out /PDB:\$out.pdb @\$out.rsp && $python…
78 tool("stamp") {
82 tool("copy") {
96 tool("cc") {
103 tool("cxx") {
110 tool("rc") {
111 …command = "$python_path gyp-win-tool rc-wrapper environment.x64 rc.exe \$defines \$includes \$rcfl…
114 tool("asm") {
115 …command = "$python_path gyp-win-tool asm-wrapper environment.x64 ml.exe \$defines \$includes /c /F…
118 tool("alink") {
119 …command = "$python_path gyp-win-tool link-wrapper environment.x64 lib.exe /nologo /ignore:4221 /OU…
124 tool("solink") {
125 …tool link-wrapper environment.x64 link.exe /nologo \$implibflag /DLL /OUT:\$dll /PDB:\$dll.pdb @\$…
131 tool("link") {
132 …tool link-wrapper environment.x64 link.exe /nologo /OUT:\$out /PDB:\$out.pdb @\$out.rsp && $python…
137 tool("stamp") {
141 tool("copy") {