Subversion Repositories Kolibri OS

Rev

Rev 9558 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9558 Rev 9615
Line 2277... Line 2277...
2277
            tcc_add_library_path(s, optarg);
2277
            tcc_add_library_path(s, optarg);
2278
            break;
2278
            break;
2279
        case TCC_OPTION_B:
2279
        case TCC_OPTION_B:
2280
            /* set tcc utilities path (mainly for tcc development) */
2280
            /* set tcc utilities path (mainly for tcc development) */
2281
            tcc_set_lib_path(s, optarg);
2281
            tcc_set_lib_path(s, optarg);
-
 
2282
#ifdef TCC_TARGET_MEOS 
-
 
2283
            tcc_split_path(s, (void ***)&s->crt_paths, &s->nb_crt_paths, CONFIG_TCC_CRTPREFIX);
-
 
2284
#endif
2282
            break;
2285
            break;
2283
        case TCC_OPTION_l:
2286
        case TCC_OPTION_l:
2284
            args_parser_add_file(s, r, TCC_FILETYPE_BINARY);
2287
            args_parser_add_file(s, r, TCC_FILETYPE_BINARY);
2285
            s->nb_libraries++;
2288
            s->nb_libraries++;
2286
            break;
2289
            break;