OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buildInclude
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxslt/win32/
configure.js
63
var
buildInclude
= ".";
128
txt += " where libxml headers can be found (" +
buildInclude
+ ")\n";
205
vf.WriteLine("INCLUDE=$(INCLUDE);" +
buildInclude
);
210
vf.WriteLine("INCLUDE+=;" +
buildInclude
);
375
buildInclude
= arg.substring(opt.length + 1, arg.length);
509
txtOut += " Include path: " +
buildInclude
+ "\n";
/external/chromium_org/third_party/libxml/src/win32/
configure.js
77
var
buildInclude
= ".";
167
txt += " where iconv headers can be found (" +
buildInclude
+ ")\n";
267
vf.WriteLine("INCLUDE=$(INCLUDE);" +
buildInclude
);
272
vf.WriteLine("INCLUDE+=;" +
buildInclude
);
275
vf.WriteLine("INCLUDE=" +
buildInclude
);
537
buildInclude
= arg.substring(opt.length + 1, arg.length);
693
txtOut += " Include path: " +
buildInclude
+ "\n";
Completed in 195 milliseconds