Changeset 8a9a3ab for driver/cfa.cc


Ignore:
Timestamp:
Sep 1, 2023, 3:54:42 PM (2 years ago)
Author:
caparsons <caparson@…>
Branches:
master
Children:
4b30318b
Parents:
4269d1b (diff), 4c0fa03 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • driver/cfa.cc

    r4269d1b r8a9a3ab  
    1010// Created On       : Tue Aug 20 13:44:49 2002
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Jun  9 14:36:41 2023
    13 // Update Count     : 479
     12// Last Modified On : Wed Aug 30 21:48:48 2023
     13// Update Count     : 480
    1414//
    1515
     
    361361                } // if
    362362                args[nargs++] = "-I" CFA_INCDIR "concurrency";
    363                 args[nargs++] = "-I" CFA_INCDIR "containers";
     363                args[nargs++] = "-I" CFA_INCDIR "collections";
    364364                libbase = CFA_LIBDIR;
    365365                break;
     
    372372                } // if
    373373                args[nargs++] = "-I" TOP_SRCDIR "libcfa/src" "/concurrency";
    374                 args[nargs++] = "-I" TOP_SRCDIR "libcfa/src" "/containers";
     374                args[nargs++] = "-I" TOP_SRCDIR "libcfa/src" "/collections";
    375375
    376376                libbase = TOP_BUILDDIR "libcfa/";
Note: See TracChangeset for help on using the changeset viewer.