Add dmd-style configuration file for rebuild usage. See #236 and thanks to ccuter for the patch!

This commit is contained in:
Christian Kamm
2009-03-21 09:47:48 +01:00
parent d0a8ee9573
commit 490549e65c
7 changed files with 23 additions and 3 deletions

View File

@@ -85,6 +85,7 @@ if(NOT LDC_LOC)
endif(NOT LDC_LOC)
configure_file(${PROJECT_PARENT_DIR}/${LDC_EXE}.conf.in ${PROJECT_BINARY_DIR}/../bin/${LDC_EXE}.conf)
configure_file(${PROJECT_PARENT_DIR}/${LDC_EXE}.rebuild.conf.in ${PROJECT_BINARY_DIR}/../bin/${LDC_EXE}.rebuild.conf)
# patch runtime source, uses LDC_EXE for ldc2
if(D_VERSION EQUAL 2)