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.

This commit is contained in:
Kelly Wilson
2010-03-10 20:21:05 -07:00
parent dd6a54d442
commit badb597962
3 changed files with 3 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ if(D_VERSION EQUAL 1)
set(RUNTIME_CC tango-cc-tango)
set(RUNTIME_GC tango-gc-basic)
set(RUNTIME_DC ldc-runtime)
set(RUNTIME_AIO tango-base-ldc)
set(RUNTIME_AIO tango-user-ldc)
# set paths to source files, or fill lists directly
set(RUNTIME_DC_DIR ${PROJECT_SOURCE_DIR}/internal)
set(RUNTIME_GC_DIR ${RUNTIME_DIR}/lib/gc/basic)