- Timestamp:
- 10/04/09 23:40:03 (4 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- 2e8b33f
- Parents:
- 1fc246c
- Location:
- helpers
- Files:
-
- 1 added
- 1 edited
-
build-archive/Jamfile (modified) (1 diff)
-
build-source/Jamfile (added)
Legend:
- Unmodified
- Added
- Removed
-
helpers/build-archive/Jamfile
r1fc246c r55e44d4 13 13 { 14 14 local properties = [ $(property-set).raw ] ; 15 if <architecture>ia64 in $(properties) { 16 tag = IA64 ; 17 } else { 18 if <address-model>64 in $(properties) { tag = x64 ; } 19 else { tag = Win32 ; } 20 } 15 local tag = [ get-root-prefix $(properties) ] ; 21 16 local date = [ SHELL "perl helpers/perl/echo_date.pl" ] ; 22 17 local version = [ SHELL "perl helpers/perl/echo_version.pl $(TOP)/../../AutoBuild.h" ] ;
Note: See TracChangeset
for help on using the changeset viewer.








