Changeset 1648:18bbb1436153
- Timestamp:
- 03/10/10 22:21:05
(2 years ago)
- Author:
- Kelly Wilson <wilsonk cpsc.ucalgary.ca>
- Tags:
0.9.2
- branch:
- default
- Message:
Change the ldc.conf file output to match the newer Tango directory structure and only use libtango-user-ldc for the libs to match the 0.99.9 build instructions.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1558 |
r1648 |
|
| 23 | 23 | endif(NOT LIBCONFIGPP_FOUND) |
|---|
| 24 | 24 | endif(NOT PKG_CONFIG_FOUND) |
|---|
| 25 | | |
|---|
| 26 | 25 | |
|---|
| 27 | 26 | find_program(LLVM_CONFIG llvm-config ${LLVM_INSTDIR}/bin DOC "path to llvm-config tool") |
|---|
| r1631 |
r1648 |
|
| 13 | 13 | switches = [ |
|---|
| 14 | 14 | "-I@RUNTIME_DIR@", |
|---|
| | 15 | "-I@RUNTIME_DIR@/user", |
|---|
| 15 | 16 | "-I@RUNTIME_DIR@/lib/common", |
|---|
| | 17 | "-I@RUNTIME_DIR@/tango/core/vendor", |
|---|
| 16 | 18 | "-L-L%%ldcbinarypath%%/../lib", |
|---|
| 17 | 19 | "-d-version=Tango", |
|---|
| r1588 |
r1648 |
|
| 47 | 47 | set(RUNTIME_GC tango-gc-basic) |
|---|
| 48 | 48 | set(RUNTIME_DC ldc-runtime) |
|---|
| 49 | | set(RUNTIME_AIO tango-base-ldc) |
|---|
| | 49 | set(RUNTIME_AIO tango-user-ldc) |
|---|
| 50 | 50 | # set paths to source files, or fill lists directly |
|---|
| 51 | 51 | set(RUNTIME_DC_DIR ${PROJECT_SOURCE_DIR}/internal) |
|---|