diff --git a/cmaked/CMakeDInformation.cmake b/cmaked/CMakeDInformation.cmake index 0ecc0b0..010387d 100644 --- a/cmaked/CMakeDInformation.cmake +++ b/cmaked/CMakeDInformation.cmake @@ -19,7 +19,6 @@ # It also loads a system - compiler - processor (or target hardware) # specific file, which is mainly useful for crosscompiling and embedded systems. -MESSAGE( "**** Debug Info: Enter CMakeDInformation.cmake" ) # Load compiler-specific information. SET( _INCLUDED_FILE 0 ) # reset the indicator if an include occurred. @@ -47,10 +46,6 @@ IF(CMAKE_SYSTEM_PROCESSOR) ENDIF (NOT _INCLUDED_FILE) ENDIF(CMAKE_SYSTEM_PROCESSOR) -MESSAGE( "**** Debug Info: CMAKE_SYSTEM_NAME = ${CMAKE_SYSTEM_NAME}" ) -MESSAGE( "**** Debug Info: CMAKE_D_COMPILER_ID = ${CMAKE_D_COMPILER_ID}" ) -MESSAGE( "**** Debug Info: CMAKE_BASE_NAME = ${CMAKE_BASE_NAME}" ) - SET( _INCLUDED_FILE 0 ) # reset the indicator if an include occurred. # load the system- and compiler specific files @@ -208,4 +203,3 @@ CMAKE_D_FLAGS_RELEASE CMAKE_D_FLAGS_RELWITHDEBINFO ) SET(CMAKE_D_INFORMATION_LOADED 1) -MESSAGE( "**** Debug Info: Exit CMakeDInformation.cmake" ) diff --git a/cmaked/Platform/Linux-dmd.cmake b/cmaked/Platform/Linux-dmd.cmake index 806da5b..ecc4232 100644 --- a/cmaked/Platform/Linux-dmd.cmake +++ b/cmaked/Platform/Linux-dmd.cmake @@ -11,7 +11,6 @@ # Modified from CMake 2.6.5 gcc.cmake # See http://www.cmake.org/HTML/Copyright.html for details # -MESSAGE( "**** Debug Info: Enter Linux-dmd.cmake" ) #SET(DSTDLIB_FLAGS "-version=Phobos") IF(CMAKE_D_BUILD_DOCS) @@ -62,5 +61,3 @@ SET (CMAKE_D_FLAGS_RELWITHDEBINFO_INIT "-O -g -L--export-dynamic ${DDOC_FLAGS}") # SET (CMAKE_D_CREATE_PREPROCESSED_SOURCE " -E > ") SET (CMAKE_D_CREATE_ASSEMBLY_SOURCE " -S -of") # SET (CMAKE_INCLUDE_SYSTEM_FLAG_D "-isystem ") - -MESSAGE( "**** Debug Info: Exit Linux-dmd.cmake" ) diff --git a/cmaked/Platform/Linux-gdc.cmake b/cmaked/Platform/Linux-gdc.cmake index 942d2de..bef5183 100644 --- a/cmaked/Platform/Linux-gdc.cmake +++ b/cmaked/Platform/Linux-gdc.cmake @@ -11,7 +11,6 @@ # Modified from CMake 2.6.5 gcc.cmake # See http://www.cmake.org/HTML/Copyright.html for details # -MESSAGE( "**** Debug Info: Enter Linux-gdc.cmake" ) SET(CMAKE_D_DASH_O "-o") SET(CMAKE_BASE_NAME gdc) @@ -40,5 +39,3 @@ SET (CMAKE_D_CREATE_ASSEMBLY_SOURCE " -S -o < #SET (CMAKE_INCLUDE_SYSTEM_FLAG_D "-isystem ") SET(CMAKE_INCLUDE_FLAG_D "-I") # -I - -MESSAGE( "**** Debug Info: Exit Linux-gdc.cmake" ) diff --git a/cmaked/Platform/Windows-dmd.cmake b/cmaked/Platform/Windows-dmd.cmake index c374551..dbb18e2 100644 --- a/cmaked/Platform/Windows-dmd.cmake +++ b/cmaked/Platform/Windows-dmd.cmake @@ -11,7 +11,6 @@ # Modified from CMake 2.6.5 gcc.cmake # See http://www.cmake.org/HTML/Copyright.html for details # -MESSAGE( "**** Debug Info: Enter Windows-dmd.cmake" ) #SET(DSTDLIB_FLAGS "-version=Phobos") IF(CMAKE_D_BUILD_DOCS) @@ -25,8 +24,8 @@ SET(CMAKE_D_OUTPUT_EXTENSION .obj) SET(CMAKE_D_DASH_O "-of") SET(CMAKE_BASE_NAME dmd) -SET(CMAKE_STATIC_LIBRARY_CREATE_D_FLAGS "-lib") - +SET(CMAKE_STATIC_LIBRARY_CREATE_D_FLAGS "-lib") + SET(CMAKE_SHARED_LIBRARY_D_FLAGS "") # -pic SET(CMAKE_SHARED_LIBRARY_CREATE_D_FLAGS "-shared") # -shared SET(CMAKE_SHARED_LIBRARY_LINK_D_FLAGS "") # +s, flag for exe link to use shared lib @@ -47,7 +46,7 @@ SET(CMAKE_DL_LIBS "dl") SET(CMAKE_FIND_LIBRARY_PREFIXES "") SET(CMAKE_FIND_LIBRARY_SUFFIXES ".lib" ".dll") - + SET (CMAKE_D_FLAGS_INIT "") # DMD can only produce 32-bit binaries for now SET (CMAKE_D_LINK_FLAGS "") @@ -55,6 +54,3 @@ SET (CMAKE_D_FLAGS_DEBUG_INIT "-g -debug ${DDOC_FLAGS}") SET (CMAKE_D_FLAGS_RELEASE_INIT "-O -release -inline ${DDOC_FLAGS}") SET (CMAKE_D_FLAGS_RELWITHDEBINFO_INIT "-O -g ${DDOC_FLAGS}") SET (CMAKE_D_CREATE_ASSEMBLY_SOURCE " -S -of") - -MESSAGE( "**** Debug Info: Exit Win-dmd.cmake" ) - diff --git a/cmaked/Platform/Windows-gdc.cmake b/cmaked/Platform/Windows-gdc.cmake index 30d02ab..63799b0 100644 --- a/cmaked/Platform/Windows-gdc.cmake +++ b/cmaked/Platform/Windows-gdc.cmake @@ -33,4 +33,3 @@ SET (CMAKE_D_FLAGS_RELWITHDEBINFO_INIT "-O2 -g ${DDOC_FLAGS}") # SET (CMAKE_D_CREATE_PREPROCESSED_SOURCE " -E > ") SET (CMAKE_D_CREATE_ASSEMBLY_SOURCE " -S -o ") #SET (CMAKE_INCLUDE_SYSTEM_FLAG_D "-isystem ") -