Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login

Changeset 1648:18bbb1436153

Show
Ignore:
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
  • CMakeLists.txt

    r1558 r1648  
    2323    endif(NOT LIBCONFIGPP_FOUND) 
    2424endif(NOT PKG_CONFIG_FOUND) 
    25  
    2625 
    2726find_program(LLVM_CONFIG llvm-config ${LLVM_INSTDIR}/bin DOC "path to llvm-config tool") 
  • ldc.conf.in

    r1631 r1648  
    1313    switches = [ 
    1414        "-I@RUNTIME_DIR@", 
     15        "-I@RUNTIME_DIR@/user", 
    1516        "-I@RUNTIME_DIR@/lib/common", 
     17        "-I@RUNTIME_DIR@/tango/core/vendor", 
    1618        "-L-L%%ldcbinarypath%%/../lib", 
    1719        "-d-version=Tango", 
  • runtime/CMakeLists.txt

    r1588 r1648  
    4747    set(RUNTIME_GC tango-gc-basic) 
    4848    set(RUNTIME_DC ldc-runtime) 
    49     set(RUNTIME_AIO tango-base-ldc) 
     49    set(RUNTIME_AIO tango-user-ldc) 
    5050    # set paths to source files, or fill lists directly 
    5151    set(RUNTIME_DC_DIR ${PROJECT_SOURCE_DIR}/internal) 
Copyright © 2008, LDC Development Team.