diff options
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 +# |