• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/win32/

Lines Matching refs:WriteLine

201 	vf.WriteLine("# " + versionFile);
202 vf.WriteLine("# This file is generated automatically by " + WScript.ScriptName + ".");
208 vf.WriteLine(s);
211 vf.WriteLine(s);
214 vf.WriteLine(s);
217 vf.WriteLine(s);
222 vf.WriteLine("XML_SRCDIR=" + srcDirXml);
223 vf.WriteLine("UTILS_SRCDIR=" + srcDirUtils);
224 vf.WriteLine("WITH_TRIO=" + (withTrio? "1" : "0"));
225 vf.WriteLine("WITH_THREADS=" + withThreads);
226 vf.WriteLine("WITH_FTP=" + (withFtp? "1" : "0"));
227 vf.WriteLine("WITH_HTTP=" + (withHttp? "1" : "0"));
228 vf.WriteLine("WITH_HTML=" + (withHtml? "1" : "0"));
229 vf.WriteLine("WITH_C14N=" + (withC14n? "1" : "0"));
230 vf.WriteLine("WITH_CATALOG=" + (withCatalog? "1" : "0"));
231 vf.WriteLine("WITH_DOCB=" + (withDocb? "1" : "0"));
232 vf.WriteLine("WITH_XPATH=" + (withXpath? "1" : "0"));
233 vf.WriteLine("WITH_XPTR=" + (withXptr? "1" : "0"));
234 vf.WriteLine("WITH_XINCLUDE=" + (withXinclude? "1" : "0"));
235 vf.WriteLine("WITH_ICONV=" + (withIconv? "1" : "0"));
236 vf.WriteLine("WITH_ISO8859X=" + (withIso8859x? "1" : "0"));
237 vf.WriteLine("WITH_ZLIB=" + (withZlib? "1" : "0"));
238 vf.WriteLine("WITH_DEBUG=" + (withDebug? "1" : "0"));
239 vf.WriteLine("WITH_MEM_DEBUG=" + (withMemDebug? "1" : "0"));
240 vf.WriteLine("WITH_RUN_DEBUG=" + (withRunDebug? "1" : "0"));
241 vf.WriteLine("WITH_SCHEMAS=" + (withSchemas? "1" : "0"));
242 vf.WriteLine("WITH_SCHEMATRON=" + (withSchematron? "1" : "0"));
243 vf.WriteLine("WITH_REGEXPS=" + (withRegExps? "1" : "0"));
244 vf.WriteLine("WITH_MODULES=" + (withModules? "1" : "0"));
245 vf.WriteLine("WITH_TREE=" + (withTree? "1" : "0"));
246 vf.WriteLine("WITH_READER=" + (withReader? "1" : "0"));
247 vf.WriteLine("WITH_WRITER=" + (withWriter? "1" : "0"));
248 vf.WriteLine("WITH_WALKER=" + (withWalker? "1" : "0"));
249 vf.WriteLine("WITH_PATTERN=" + (withPattern? "1" : "0"));
250 vf.WriteLine("WITH_PUSH=" + (withPush? "1" : "0"));
251 vf.WriteLine("WITH_VALID=" + (withValid? "1" : "0"));
252 vf.WriteLine("WITH_SAX1=" + (withSax1? "1" : "0"));
253 vf.WriteLine("WITH_LEGACY=" + (withLegacy? "1" : "0"));
254 vf.WriteLine("WITH_OUTPUT=" + (withOutput? "1" : "0"));
255 vf.WriteLine("WITH_PYTHON=" + (withPython? "1" : "0"));
256 vf.WriteLine("DEBUG=" + (buildDebug? "1" : "0"));
257 vf.WriteLine("STATIC=" + (buildStatic? "1" : "0"));
258 vf.WriteLine("PREFIX=" + buildPrefix);
259 vf.WriteLine("BINPREFIX=" + buildBinPrefix);
260 vf.WriteLine("INCPREFIX=" + buildIncPrefix);
261 vf.WriteLine("LIBPREFIX=" + buildLibPrefix);
262 vf.WriteLine("SOPREFIX=" + buildSoPrefix);
264 vf.WriteLine("INCLUDE=$(INCLUDE);" + buildInclude);
265 vf.WriteLine("LIB=$(LIB);" + buildLib);
266 vf.WriteLine("CRUNTIME=" + cruntime);
267 vf.WriteLine("VCMANIFEST=" + (vcmanifest? "1" : "0"));
269 vf.WriteLine("INCLUDE+=;" + buildInclude);
270 vf.WriteLine("LIB+=;" + buildLib);
272 vf.WriteLine("INCLUDE=" + buildInclude);
273 vf.WriteLine("LIB=" + buildLib);
274 vf.WriteLine("DYNRUNTIME=" + (dynruntime? "1" : "0"));
291 of.WriteLine(s.replace(/\@VERSION\@/,
294 of.WriteLine(s.replace(/\@LIBXML_VERSION_NUMBER\@/,
297 of.WriteLine(s.replace(/\@LIBXML_VERSION_EXTRA\@/, verCvs));
299 of.WriteLine(s.replace(/\@WITH_TRIO\@/, withTrio? "1" : "0"));
301 of.WriteLine(s.replace(/\@WITH_THREADS\@/, withThreads == "no"? "0" : "1"));
303 of.WriteLine(s.replace(/\@WITH_FTP\@/, withFtp? "1" : "0"));
305 of.WriteLine(s.replace(/\@WITH_HTTP\@/, withHttp? "1" : "0"));
307 of.WriteLine(s.replace(/\@WITH_HTML\@/, withHtml? "1" : "0"));
309 of.WriteLine(s.replace(/\@WITH_C14N\@/, withC14n? "1" : "0"));
311 of.WriteLine(s.replace(/\@WITH_CATALOG\@/, withCatalog? "1" : "0"));
313 of.WriteLine(s.replace(/\@WITH_DOCB\@/, withDocb? "1" : "0"));
315 of.WriteLine(s.replace(/\@WITH_XPATH\@/, withXpath? "1" : "0"));
317 of.WriteLine(s.replace(/\@WITH_XPTR\@/, withXptr? "1" : "0"));
319 of.WriteLine(s.replace(/\@WITH_XINCLUDE\@/, withXinclude? "1" : "0"));
321 of.WriteLine(s.replace(/\@WITH_ICONV\@/, withIconv? "1" : "0"));
323 of.WriteLine(s.replace(/\@WITH_ISO8859X\@/, withIso8859x? "1" : "0"));
325 of.WriteLine(s.replace(/\@WITH_ZLIB\@/, withZlib? "1" : "0"));
327 of.WriteLine(s.replace(/\@WITH_DEBUG\@/, withDebug? "1" : "0"));
329 of.WriteLine(s.replace(/\@WITH_MEM_DEBUG\@/, withMemDebug? "1" : "0"));
331 of.WriteLine(s.replace(/\@WITH_RUN_DEBUG\@/, withRunDebug? "1" : "0"));
333 of.WriteLine(s.replace(/\@WITH_SCHEMAS\@/, withSchemas? "1" : "0"));
335 of.WriteLine(s.replace(/\@WITH_SCHEMATRON\@/, withSchematron? "1" : "0"));
337 of.WriteLine(s.replace(/\@WITH_REGEXPS\@/, withRegExps? "1" : "0"));
339 of.WriteLine(s.replace(/\@WITH_MODULES\@/, withModules? "1" : "0"));
341 of.WriteLine(s.replace(/\@MODULE_EXTENSION\@/, ".dll"));
343 of.WriteLine(s.replace(/\@WITH_TREE\@/, withTree? "1" : "0"));
345 of.WriteLine(s.replace(/\@WITH_READER\@/, withReader? "1" : "0"));
347 of.WriteLine(s.replace(/\@WITH_WRITER\@/, withWriter? "1" : "0"));
349 of.WriteLine(s.replace(/\@WITH_WALKER\@/, withWalker? "1" : "0"));
351 of.WriteLine(s.replace(/\@WITH_PATTERN\@/, withPattern? "1" : "0"));
353 of.WriteLine(s.replace(/\@WITH_PUSH\@/, withPush? "1" : "0"));
355 of.WriteLine(s.replace(/\@WITH_VALID\@/, withValid? "1" : "0"));
357 of.WriteLine(s.replace(/\@WITH_SAX1\@/, withSax1? "1" : "0"));
359 of.WriteLine(s.replace(/\@WITH_LEGACY\@/, withLegacy? "1" : "0"));
361 of.WriteLine(s.replace(/\@WITH_OUTPUT\@/, withOutput? "1" : "0"));
363 of.WriteLine(ln);
381 of.WriteLine(s.replace(/\@LIBXML_VERSION\@/,
384 of.WriteLine(s.replace(/\@prefix\@/, buildPrefix));
386 of.WriteLine(s.replace(/\@WITH_THREADS\@/, withThreads == "no"? "0" : "1"));
388 of.WriteLine(ln);
402 f.WriteLine(" " + bname + " " + ver);
403 f.WriteLine(" --------------");
405 f.WriteLine(" This is " + bname + ", version " + ver + ", binary package for the native Win32/IA32");
406 f.WriteLine("platform.");
408 f.WriteLine(" The files in this package do not require any special installation");
409 f.WriteLine("steps. Extract the contents of the archive whereever you wish and");
410 f.WriteLine("make sure that your tools which use " + bname + " can find it.");
412 f.WriteLine(" For example, if you want to run the supplied utilities from the command");
413 f.WriteLine("line, you can, if you wish, add the 'bin' subdirectory to the PATH");
414 f.WriteLine("environment variable.");
415 f.WriteLine(" If you want to make programmes in C which use " + bname + ", you'll");
416 f.WriteLine("likely know how to use the contents of this package. If you don't, please");
417 f.WriteLine("refer to your compiler's documentation.");
419 f.WriteLine(" If there is something you cannot keep for yourself, such as a problem,");
420 f.WriteLine("a cheer of joy, a comment or a suggestion, feel free to contact me using");
421 f.WriteLine("the address below.");
423 f.WriteLine(" Igor Zlatkovic (igor@zlatkovic.com)");