Skip to content

Commit

Permalink
D'oh actually add the Jamfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Heafield committed Mar 27, 2012
1 parent 211bdb6 commit ec8acbb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Jamroot
@@ -0,0 +1,7 @@
project : default-build <threading>multi <warnings>on <variant>release ;
path-constant TOP : . ;

lib z ;

install dist : src//shefLMStore : <location>dist <dll-path>$(TOP)/dist <install-dependencies>on <install-type>EXE <install-type>LIB ;

5 changes: 5 additions & 0 deletions src/Jamfile
@@ -0,0 +1,5 @@
lib boost_serialization ;
lib boost_iostreams ;

lib sheflm : [ glob *.cpp : main.cpp ] cmph_0_9//cmph boost_serialization boost_iostreams ;
exe shefLMStore : main.cpp sheflm ;

0 comments on commit ec8acbb

Please sign in to comment.