Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61045 - sandbox/xint/build
From: chad.thecomfychair_at_[hidden]
Date: 2010-04-04 11:54:57


Author: chadnelson
Date: 2010-04-04 11:54:56 EDT (Sun, 04 Apr 2010)
New Revision: 61045
URL: http://svn.boost.org/trac/boost/changeset/61045

Log:
Testing mime-type and eol settings
Added:
   sandbox/xint/build/
   sandbox/xint/build/Jamfile.v2 (contents, props changed)

Added: sandbox/xint/build/Jamfile.v2
==============================================================================
--- (empty file)
+++ sandbox/xint/build/Jamfile.v2 2010-04-04 11:54:56 EDT (Sun, 04 Apr 2010)
@@ -0,0 +1,39 @@
+# Copyright 2010 by Chad Nelson
+# Distributed under the Boost Software License, Version 1.0.
+# See accompanying file LICENSE_1_0.txt or copy at
+# http://www.boost.org/LICENSE_1_0.txt.
+
+project boost/xint
+ : source-location ../src
+ :
+ ;
+
+SOURCES =
+ integer.cpp
+ bit_manipulations.cpp
+ compare.cpp
+ convert.cpp
+ data_t.cpp
+ exception_blocker.cpp
+ gcd.cpp
+ misc.cpp
+ modular.cpp
+ monty.cpp
+ operators.cpp
+ powers.cpp
+ primes.cpp
+ primitives.cpp
+ random.cpp
+ roots.cpp
+ ;
+
+lib boost_xint
+ : ../src/$(SOURCES)
+ :
+ <include>../
+ <link>static:<define>BOOST_XINT_STATIC_LINK=1
+ <link>shared:<define>BOOST_XINT_DYN_LINK=1
+ ;
+
+boost-install boost_xint ;
+


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