IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2006, 5:53:33 PM (20 years ago)
Author:
eugene
Message:

added -version option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotArguments.c

    r10491 r10492  
    1515        psString version;
    1616        version = psphotVersionLong();    fprintf (stdout, "%s", version); psFree (version);
    17 # if (HAVE_KAPA)
    18         fprintf (stdout, " with libkapa\n");
    19 # else 
    20         fprintf (stdout, " WITHOUT libkapa\n");
    21 # endif
    2217        version = psModulesVersionLong(); fprintf (stdout, "%s\n", version); psFree (version);
    2318        version = psLibVersionLong();     fprintf (stdout, "%s\n", version); psFree (version);
    24        
    25 # if (HAVE_KAPA)
    26         version = ohana_version();        fprintf (stdout, "%s\n", version); free (version);
    27         version = libdvo_version();       fprintf (stdout, "%s\n", version); free (version);
    28 # endif
    2919        exit (0);
    3020    }
Note: See TracChangeset for help on using the changeset viewer.