Changeset 2063:1f8fed8cd1bf in roaraudio


Ignore:
Timestamp:
07/08/09 14:20:12 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

support to prefix libs name with "lib"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roar-config.c

    r2025 r2063  
    5656   cflags = 1; 
    5757  } else if ( flags_ptr == NULL ) { 
     58   if ( !strncmp(argv[i], "lib", 3) ) 
     59    argv[i] += 3; 
     60 
    5861   for (h = 0; flags[h].name != NULL; h++) { 
    5962    if ( !strcasecmp(argv[i], flags[h].name) ) 
Note: See TracChangeset for help on using the changeset viewer.