IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23742 for trunk/ippTools/src


Ignore:
Timestamp:
Apr 7, 2009, 5:51:21 PM (17 years ago)
Author:
bills
Message:

changes to get building of distribution bundles for
diff and stack stages

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/disttool.c

    r23736 r23742  
    9696    PXOPT_LOOKUP_S64(stage_id, config->args, "-stage_id",  true, false);
    9797    PXOPT_LOOKUP_STR(outroot, config->args, "-outroot", true, false);
     98    PXOPT_LOOKUP_S64(target_id, config->args, "-target_id",  true, false);
     99
    98100    // optional
    99     PXOPT_LOOKUP_S64(target_id, config->args, "-target_id",  true, false);
    100101    PXOPT_LOOKUP_BOOL(clean, config->args, "-clean", false);
    101102    PXOPT_LOOKUP_BOOL(no_magic, config->args, "-no_magic", false);
  • trunk/ippTools/src/stacktool.c

    r23688 r23742  
    12531253      return true;
    12541254    }
     1255      // we must write the export table in non-simple (true) format
     1256    if (!ippdbPrintMetadatas(f, output, tables[i].tableName, true)) {
     1257        psError(PS_ERR_UNKNOWN, false, "failed to print array");
     1258        psFree(output);
     1259        return false;
     1260    }
     1261
    12551262    psFree(output);
    12561263  }
Note: See TracChangeset for help on using the changeset viewer.