Changeset 193 for branches/stable/bjam


Ignore:
Timestamp:
10/12/09 19:10:24 (2 years ago)
Author:
mickem
Message:

Added argument support for NRPE client as well as fixed "assert" (now uses throw) and some more fixes to the build subsystem (sigh, I hate boost build)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/bjam/zip.jam

    r191 r193  
    1717 
    1818actions make-zip { 
    19   echo 7z.exe a -tzip -bd "$(<)" "$(FLAGS)" "$(SOURCE_FOLDER)" "-x!$(EXCLUDES)" 
    20   7z.exe a -tzip -bd "$(<)" "$(FLAGS)" "$(SOURCE_FOLDER)" "-x!$(EXCLUDES)" 
     19  echo 7z a -tzip -bd "$(<)" "$(FLAGS)" "$(SOURCE_FOLDER)" "-x!$(EXCLUDES)" 
     20  7z a -tzip -bd "$(<)" "$(FLAGS)" "$(SOURCE_FOLDER)" "-x!$(EXCLUDES)" 
    2121}  
Note: See TracChangeset for help on using the changeset viewer.