diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-18 15:58:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-18 15:58:27 +0200 |
commit | 8fc1fc844a9695fb0d1d5d3c13393d4709ce7592 (patch) | |
tree | 46beeecc4ef45dec8588882e692d93a051b48a26 /binary/common/default.options | |
parent | 66fd2858201a2a2c129e710f938d96e64d4701aa (diff) |
Add binary package resources
Diffstat (limited to 'binary/common/default.options')
-rw-r--r-- | binary/common/default.options | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binary/common/default.options b/binary/common/default.options new file mode 100644 index 0000000..9445abc --- /dev/null +++ b/binary/common/default.options @@ -0,0 +1,6 @@ +# Default ODB options file. This file is automatically loaded by the ODB +# compiler and can be used for installation-wide customizations, such as +# adding an include search path for a commonly used library. For example: +# +# -I /opt/boost_1_45_0 +# |