Files
haiku-beta6/src/apps/debuganalyzer/DebugAnalyzer.rdef
T
Ingo Weinhold 3dc9bfd17e Beginnings of a graphical tool for analyzing the output of scheduling_recorder.
Doesn't do anything yet.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30255 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-04-19 00:31:03 +00:00

19 lines
339 B
Plaintext

resource(1, "BEOS:APP_SIG") #'MIMS' "application/x-vnd.Haiku-DebugAnalyzer";
resource app_version {
major = 1,
middle = 0,
minor = 0,
variety = B_APPV_BETA,
internal = 0,
short_info = "DebugAnalyzer",
long_info = "DebugAnalyzer ©2009 Haiku, Inc."
};
resource app_flags B_SINGLE_LAUNCH;
// TODO: Please give me a nice icon!