13 Nov 13:52
Copy TCL script using install rule
From: Johan Nilsson <r.johan.nilsson <at> gmail.com>
Subject: Copy TCL script using install rule
Newsgroups: gmane.comp.lib.boost.build
Date: 2008-11-13 12:55:25 GMT
Subject: Copy TCL script using install rule
Newsgroups: gmane.comp.lib.boost.build
Date: 2008-11-13 12:55:25 GMT
Hi,
I've got a medium-sized project in which I'm using Boost.Build. Applicable
versions:
- Boost.Build from Boost 1.34.1
- bjam is 3.1.14 (should also be from Boost 1.34.1 release)
My project consists of a number of c++ programs and libraries, but I'd like
to integrate the "build" of a TCL script into the build. Simply, what I'd
like to do is to use the install rule to copy the script into the dedicated
install directory.
This is an excerpt from my Jamroot:
---
install bin
: # targets
$(bin-targets) # includes TCL script target below
: # requirements
<install-type>EXE
<install-dependencies>off
<variant>debug:<location>$(debug-bin-location)
<variant>release:<location>$(release-bin-location)
;
---
This is my first attempt at a Jamfile for the TCL script:
---
(Continue reading)
XML type is defined. What is SH and PL?
RSS Feed