summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5f28ffb)
raw | patch | inline | side by side (parent: 5f28ffb)
author | Aravind Batni <aravindbr@ti.com> | |
Tue, 27 Oct 2015 18:48:06 +0000 (14:48 -0400) | ||
committer | Aravind Batni <aravindbr@ti.com> | |
Tue, 27 Oct 2015 18:48:06 +0000 (14:48 -0400) |
config.bld | patch | blob | history | |
docs/Module.xs | patch | blob | history |
diff --git a/config.bld b/config.bld
index c284afd236ed198efad69017520d270abdce16ce..0ba48efeaf19862cfe0d85a01ec1880ec9cfc279 100644 (file)
--- a/config.bld
+++ b/config.bld
*****************************************************************************/
/* Get the Tools Base directory from the Environment Variable. */
-var toolsBaseDir = java.lang.System.getenv("XDCCGROOT");
+var toolsBaseDir = java.lang.System.getenv("C6X_GEN_INSTALL_PATH");
/* Get the extended debug flags */
var extDbgFlags = java.lang.System.getenv("EXTDBGFLAGS");
diff --git a/docs/Module.xs b/docs/Module.xs
index d9d46183b7671d29bb4d896dd20f4e4447e6dcb1..88dc645b95061e2cd65c8f8549e26831005fba1b 100644 (file)
--- a/docs/Module.xs
+++ b/docs/Module.xs
Pkg.makePrologue += "\t @echo -------------------------------------------------------\n";
/* Add the documentation file to the package. */
- Pkg.otherFiles[Pkg.otherFiles.length++] = "docs/mcbsplldDocs.chm";
Pkg.otherFiles[Pkg.otherFiles.length++] = "docs/tifooter.htm";
Pkg.otherFiles[Pkg.otherFiles.length++] = "docs/tiheader.htm";
Pkg.otherFiles[Pkg.otherFiles.length++] = "docs/tilogo.gif";