CONSOLE_MODE = t

include cpp/variables.def

PROJECT = sockets
TYPE = library
TARGETS = sockets.lib
SOURCE = internet_address.cpp machine_uid.cpp range_limiter.cpp raw_socket.cpp \
  sequence_tracker.cpp socket_minder.cpp span_manager.cpp spocket.cpp subnet_calculator.cpp \
  tcpip_stack.cpp throughput_counter.cpp
VCPP_USE_SOCK = true

include cpp/rules.def

