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/mingw/default.options | |
parent | 66fd2858201a2a2c129e710f938d96e64d4701aa (diff) |
Add binary package resources
Diffstat (limited to 'binary/mingw/default.options')
-rw-r--r-- | binary/mingw/default.options | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binary/mingw/default.options b/binary/mingw/default.options new file mode 100644 index 0000000..89c4f30 --- /dev/null +++ b/binary/mingw/default.options @@ -0,0 +1,8 @@ +# 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. In this +# regard, the default options file in ODB serves a role similar to the +# VC++ Directories dialog in VC++. For example: +# +# -I C:\boost_1_45_0 +# |