Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73744 - sandbox/e_float/libs/e_float/build
From: e_float_at_[hidden]
Date: 2011-08-14 12:22:23


Author: christopher_kormanyos
Date: 2011-08-14 12:22:22 EDT (Sun, 14 Aug 2011)
New Revision: 73744
URL: http://svn.boost.org/trac/boost/changeset/73744

Log:
- Changed include directory for future consistency with boost.

Text files modified:
   sandbox/e_float/libs/e_float/build/Makefile | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/e_float/libs/e_float/build/Makefile
==============================================================================
--- sandbox/e_float/libs/e_float/build/Makefile (original)
+++ sandbox/e_float/libs/e_float/build/Makefile 2011-08-14 12:22:22 EDT (Sun, 14 Aug 2011)
@@ -56,7 +56,7 @@
 # ------------------------------------------------------------------------------
 # Tool parameters
 # ------------------------------------------------------------------------------
-CFLAGS_BASE = -std=c++0x -O3 -I../../../boost
+CFLAGS_BASE = -std=c++0x -O3 -I../../../
 CFLAGS_WARN = -Wall -Wextra -pedantic -Weffc++
 LFLAGS_BASE =
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk