Missing printResults() in Jakefile for ThemeDescriptor template

Conflicts:

	Tools/capp/Resources/Templates/ThemeDescriptor/Jakefile
This commit is contained in:
Ross Boucher
2010-04-27 13:16:17 -07:00
parent 0d97dfacd6
commit e03cfe8287
@@ -54,3 +54,10 @@ task ("run-desktop", ["desktop"], function()
{
OS.system([FILE.join("Build", "Desktop", "__project.nameasidentifier__", "__project.nameasidentifier__.app", "Contents", "MacOS", "NativeHost"), "-i"]);
});
function printResults(configuration)
{
print("----------------------------");
print(configuration+" app built at path: "+FILE.join("Build", configuration, "__project.nameasidentifier__"));
print("----------------------------");
}