libscio/premake.make
Bob Polis 8bfa172675 Split sources, made separate headers
Makefile will autogenerate library header, excluding lines containing "@exclude"
2022-12-14 16:58:05 +01:00

19 lines
271 B
Makefile

LDLIBS := -lscerror
MAJOR := 1
MINOR := 1
PATCH := 0
HDRS := byte_order_changer.hpp \
byte_order.hpp \
data_streamer.hpp \
fdiobuf.hpp \
fdistream.hpp \
fdostream.hpp \
fdstream.hpp \
float80.hpp \
imemfile.hpp \
mapped_file.hpp \
memstreambuf.hpp \
socketstream.hpp \