~ubuntu-branches/ubuntu/wily/bombono-dvd/wily

« back to all changes in this revision

Viewing changes to libs/boost-lib/libs/format/example/Jamfile

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-11-04 11:46:25 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20101104114625-8xfdhvhpsm51i0nu
Tags: upstream-0.8.0
ImportĀ upstreamĀ versionĀ 0.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#  Boost.Bind Library test Jamfile
2
 
#
3
 
#  Copyright (c) 2003 Samuel Krempp
4
 
#
5
 
#  Permission to copy, use, modify, sell and distribute this software
6
 
#  is granted provided this copyright notice appears in all copies.
7
 
#  This software is provided "as is" without express or implied
8
 
#  warranty, and with no claim as to its suitability for any purpose.
9
 
 
10
 
subproject libs/format/example ;
11
 
 
12
 
exe sample_formats
13
 
    : sample_formats.cpp
14
 
    : <include>$(BOOST_ROOT)
15
 
    ;
16
 
 
17
 
exe sample_advanced
18
 
    : sample_advanced.cpp
19
 
    : <include>$(BOOST_ROOT)
20
 
    ;
21
 
 
22
 
exe sample_new_features
23
 
    : sample_new_features.cpp
24
 
    : <include>$(BOOST_ROOT)
25
 
    ;
26
 
 
27
 
exe sample_userType
28
 
    : sample_userType.cpp
29
 
    : <include>$(BOOST_ROOT)
30
 
    ;
31
 
 
32