comparison runtime/CMakeLists.txt @ 1421:7a693c367190

just a simple change to cmake for mingw
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Wed, 27 May 2009 12:41:41 -0600
parents 14a30bada44f
children 899a928ac905
comparison
equal deleted inserted replaced
1419:a6dfd3cb5b99 1421:7a693c367190
101 ) 101 )
102 add_custom_target(patch DEPENDS patch-runtime recache ${LDC_IMPORTS}) 102 add_custom_target(patch DEPENDS patch-runtime recache ${LDC_IMPORTS})
103 endif(NOT PATCH_EXE) 103 endif(NOT PATCH_EXE)
104 endif(D_VERSION EQUAL 2) 104 endif(D_VERSION EQUAL 2)
105 105
106 file(GLOB GC_D ${RUNTIME_GC_DIR}/*.d) 106 file(GLOB_RECURSE GC_D ${RUNTIME_GC_DIR}/*.d)
107 file(GLOB_RECURSE DCRT_D ${RUNTIME_DC_DIR}/*.d) 107 file(GLOB_RECURSE DCRT_D ${RUNTIME_DC_DIR}/*.d)
108 file(GLOB DCRT_C ${RUNTIME_DC_DIR}/*.c) 108 file(GLOB DCRT_C ${RUNTIME_DC_DIR}/*.c)
109 109
110 # compile d file into outdir, include incdir, and append names of generated .o and .bc to outlist_o and _bc 110 # compile d file into outdir, include incdir, and append names of generated .o and .bc to outlist_o and _bc
111 macro(dc INPUT_D OUTLIST_O OUTLIST_BC OUTDIR INCDIR MOREFLAGS) 111 macro(dc INPUT_D OUTLIST_O OUTLIST_BC OUTDIR INCDIR MOREFLAGS)