diff options
Diffstat (limited to 'src/boost/format/Makefile.new')
-rw-r--r-- | src/boost/format/Makefile.new | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/boost/format/Makefile.new b/src/boost/format/Makefile.new new file mode 100644 index 000000000000..28b66bd62d60 --- /dev/null +++ b/src/boost/format/Makefile.new @@ -0,0 +1,5 @@ +LIBS += libformat + +libformat_DIR := $(here) + +libformat_SOURCES = format_implementation.cc free_funcs.cc parsing.cc |