projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixing extensions
[feisty_meow.git]
/
octopi
/
library
/
octopus
/
makefile
1
CONSOLE_MODE = true
2
3
include cpp/variables.def
4
5
PROJECT = octopus
6
TYPE = library
7
SOURCE = entity_data_bin.cpp entity_defs.cpp identity_infoton.cpp identity_tentacle.cpp \
8
infoton.cpp octopus.cpp tentacle.cpp unhandled_request.cpp
9
TARGETS = octopus.lib
10
11
include cpp/rules.def
12