Use monitor_.d instead of monitor.c for Win64.

The compile error in monitor.c using MSVC is then irrelevant.
This commit is contained in:
kai
2012-09-07 23:56:04 +02:00
parent 9b93382417
commit e333b76759
2 changed files with 2 additions and 1 deletions

View File

@@ -93,6 +93,7 @@ if(UNIX)
elseif(WIN32)
file(GLOB_RECURSE CORE_D_SYS ${RUNTIME_DIR}/src/core/sys/windows/*.d)
list(REMOVE_ITEM LDC_D ${RUNTIME_DIR}/src/ldc/eh.d)
list(REMOVE_ITEM DCRT_C ${RUNTIME_DC_DIR}/monitor.c)
endif()
list(APPEND CORE_D ${CORE_D_SYNC} ${CORE_D_SYS} ${CORE_D_STDC} )
list(APPEND GENERATE_DI ${CORE_D})