- Timestamp:
- Nov 13, 2014, 3:09:54 PM (10 years ago)
- 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
- Location:
- driver
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
driver/cc1.cc
r134b86a r8c17ab0 8 8 // Created On : Fri Aug 26 14:23:51 2005 9 9 // Last Modified By : Peter A. Buhr 10 // Last Modified On : Fri Oct 17 18:02:37201411 // Update Count : 410 // Last Modified On : Wed Nov 12 22:58:59 2014 11 // Update Count : 5 12 12 // 13 13 // This library is free software; you can redistribute it and/or modify it -
driver/cfa.cc
r134b86a r8c17ab0 8 8 // Created On : Tue Aug 20 13:44:49 2002 9 9 // Last Modified By : Peter A. Buhr 10 // Last Modified On : Sat Oct 18 13:52:43201411 // Update Count : 9710 // Last Modified On : Tue Nov 11 09:19:15 2014 11 // Update Count : 106 12 12 // 13 13 … … 64 64 } // if 65 65 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 67 68 68 69 string heading; // banner printed at start of cfa compilation … … 235 236 } // if 236 237 238 args[nargs] = "-I" CFA_INCDIR; 239 nargs += 1; 240 237 241 if ( link ) { 238 242 // include the cfa library in case it's needed
Note: See TracChangeset
for help on using the changeset viewer.