OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buildLib
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxslt/win32/
configure.js
64
var
buildLib
= ".";
130
txt += " where libxml library can be found (" +
buildLib
+ ")\n";
206
vf.WriteLine("LIB=$(LIB);" +
buildLib
);
211
vf.WriteLine("LIB+=;" +
buildLib
);
377
buildLib
= arg.substring(opt.length + 1, arg.length);
510
txtOut += " Lib path: " +
buildLib
+ "\n";
/external/chromium_org/third_party/libxml/src/win32/
configure.js
78
var
buildLib
= ".";
169
txt += " where iconv library can be found (" +
buildLib
+ ")\n";
268
vf.WriteLine("LIB=$(LIB);" +
buildLib
);
273
vf.WriteLine("LIB+=;" +
buildLib
);
276
vf.WriteLine("LIB=" +
buildLib
);
539
buildLib
= arg.substring(opt.length + 1, arg.length);
694
txtOut += " Lib path: " +
buildLib
+ "\n";
Completed in 53 milliseconds