Changeset 55e44d4 in nscp for helpers


Ignore:
Timestamp:
10/04/09 23:40:03 (4 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
2e8b33f
Parents:
1fc246c
Message:

Added new command: assert which causes program to assert (and "crash") which I will use to test the debug builds.
Also reworked the build scripts to work better and such

Location:
helpers
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • helpers/build-archive/Jamfile

    r1fc246c r55e44d4  
    1313{ 
    1414    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) ] ; 
    2116  local date = [ SHELL "perl helpers/perl/echo_date.pl" ] ; 
    2217  local version = [ SHELL "perl helpers/perl/echo_version.pl $(TOP)/../../AutoBuild.h" ] ; 
Note: See TracChangeset for help on using the changeset viewer.