CONSOLE_MODE = true

include cpp/variables.def

PROJECT = octopus
TYPE = library
SOURCE = entity_data_bin.cpp entity_defs.cpp identity_infoton.cpp identity_tentacle.cpp \
  infoton.cpp octopus.cpp tentacle.cpp unhandled_request.cpp
TARGETS = octopus.lib

include cpp/rules.def

