projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
new fortune
[feisty_meow.git]
/
nucleus
/
library
/
basis
/
makefile
1
include cpp/variables.def
2
3
PROJECT = basis
4
TYPE = library
5
SOURCE = astring.cpp common_outcomes.cpp utf_conversion.cpp environment.cpp guards.cpp \
6
mutex.cpp
7
TARGETS = basis.lib
8
9
include cpp/rules.def
10