mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 13:07:02 +00:00
8 lines
282 B
JavaScript
8 lines
282 B
JavaScript
|
|
require("../common.jake");
|
|
|
|
// nib2cib uses fontinfo and imagesize and capp uses nib2cib
|
|
subtasks(["fontinfo", "imagesize", "nib2cib", "capp", "dump_theme", "NativeHost", "XcodeCapp"], ["build"/*, "clean", "clobber"*/]);
|
|
|
|
subtasks(["fontinfo", "imagesize"], ["clean", "clobber"]);
|