projects
/
libs
/
core.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add Changelog.txt
[libs/core.git]
/
Build
1
/* $Id$ */
2
3
package "mspfs"
4
{
5
version "1.0.1";
6
description "Filesystem utilities";
7
8
tar_file "Changelog.txt";
9
tar_file "License.txt";
10
11
require "mspstrings";
12
13
library "mspfs"
14
{
15
source "source";
16
install true;
17
install_headers "msp/fs";
18
};
19
};