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

Changeset 1588:71ad691baeb2

Show
Ignore:
Timestamp:
11/07/09 04:54:40 (2 years ago)
Author:
Christian Kamm <kamm incasoftware de>
branch:
default
Message:

Hack to make compiling the tango 0.99.8 runtime work.

The gc has no module statements and the new frontend fails to find
the imports. So I add an explicit include path to the runtime gc
directory.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • runtime/CMakeLists.txt

    r1498 r1588  
    121121            ${OUTPUT_O} 
    122122            ${OUTPUT_BC} 
    123         COMMAND ${LDC_LOC} -c -I${INCDIR} -output-bc ${INPUT_D} -of${OUTPUT_O} ${D_FLAGS} ${MOREFLAGS} 
     123        COMMAND ${LDC_LOC} -c -I${INCDIR} -I${RUNTIME_GC_DIR} -output-bc ${INPUT_D} -of${OUTPUT_O} ${D_FLAGS} ${MOREFLAGS} 
    124124        DEPENDS ${LDC_LOC} 
    125125            ${INPUT_D} 
Copyright © 2008, LDC Development Team.