Changeset 8c17ab0 for driver/cfa.cc


Ignore:
Timestamp:
Nov 13, 2014, 3:09:54 PM (10 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
c8ffe20b
Parents:
134b86a
Message:

add quoted identifiers, add compilation include directory, reformatted some files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • driver/cfa.cc

    r134b86a r8c17ab0  
    88// Created On       : Tue Aug 20 13:44:49 2002
    99// Last Modified By : Peter A. Buhr
    10 // Last Modified On : Sat Oct 18 13:52:43 2014
    11 // Update Count     : 97
     10// Last Modified On : Tue Nov 11 09:19:15 2014
     11// Update Count     : 106
    1212//
    1313
     
    6464    } // if
    6565
    66     string installlibdir( CFA_LIBDIR );                 // fixed location of the cpp and cfa-cpp commands
     66    string installincdir( CFA_INCDIR );                 // fixed location of cc1 and cfa-cpp commands
     67    string installlibdir( CFA_LIBDIR );                 // fixed location of include files
    6768
    6869    string heading;                                     // banner printed at start of cfa compilation
     
    235236    } // if
    236237
     238    args[nargs] = "-I" CFA_INCDIR;
     239    nargs += 1;
     240
    237241    if ( link ) {
    238242        // include the cfa library in case it's needed
Note: See TracChangeset for help on using the changeset viewer.