buildtools/jam/StatCacheServer.rdef

20 lines
371 B
Plaintext
Raw Permalink Normal View History

resource app_signature "application/x-vnd.haiku.jam-cacheserver";
resource file_types message
{
"types" = "application/octet-stream"
};
resource app_version
{
major = 1,
middle = 0,
minor = 0,
variety = B_APPV_FINAL,
internal = 1,
short_info = "StatCacheServer",
long_info = "StatCacheServer 1.0.0 for Jam ©2004 Haiku"
};
resource app_flags B_BACKGROUND_APP;