- Timestamp:
- Aug 30, 2023, 10:13:45 PM (16 months ago)
- Branches:
- master
- Children:
- 0b8c951d
- Parents:
- 38de914
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
driver/cfa.cc
r38de914 r55b060d 10 10 // Created On : Tue Aug 20 13:44:49 2002 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Jun 9 14:36:41202313 // Update Count : 4 7912 // Last Modified On : Wed Aug 30 21:48:48 2023 13 // Update Count : 480 14 14 // 15 15 … … 361 361 } // if 362 362 args[nargs++] = "-I" CFA_INCDIR "concurrency"; 363 args[nargs++] = "-I" CFA_INCDIR "co ntainers";363 args[nargs++] = "-I" CFA_INCDIR "collections"; 364 364 libbase = CFA_LIBDIR; 365 365 break; … … 372 372 } // if 373 373 args[nargs++] = "-I" TOP_SRCDIR "libcfa/src" "/concurrency"; 374 args[nargs++] = "-I" TOP_SRCDIR "libcfa/src" "/co ntainers";374 args[nargs++] = "-I" TOP_SRCDIR "libcfa/src" "/collections"; 375 375 376 376 libbase = TOP_BUILDDIR "libcfa/";
Note: See TracChangeset
for help on using the changeset viewer.