blob: 0b210ef1bd68140373d0572fd21266ac27b078d8 [file] [log] [blame]
//Pkg.attrs.relScript = "tisb/release/what/what.rel";
Pkg.makeEpilogue = "include custom.mak";
Pkg.otherFiles = [
"Assert__prologue.h", "Assert__epilogue.h",
"Diags.xdt", "Diags__prologue.h", "Diags__epilogue.h",
"Error__prologue.h", "Error__epilogue.h",
"Gate__prologue.h", "Gate__epilogue.h",
"Log__prologue.h", "Log__epilogue.h",
"Types__prologue.h", "Types__epilogue.h",
"Startup.xdt",
"System.xdt",
"java/package.jar",
"build.xs",
"xdc.h",
];
var build = xdc.loadCapsule('./build.xs');
for each (var fn in build.objs) {
Pkg.otherFiles.$add(fn.substring(fn.lastIndexOf('/') + 1));
}
Pkg.otherFiles.$add("xdc_noinit.c");
Pkg.otherSrcs = Pkg.otherFiles;