From: Juan Prieto Date: Tue, 6 Oct 2009 10:48:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CREATOOLS.2-0-3~129 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=8a05f9b39b1a8639e96b938f95cd93cfb2fd4de6;p=bbtk.git *** empty log message *** --- diff --git a/kernel/bin/CMakeLists.txt b/kernel/bin/CMakeLists.txt new file mode 100644 index 0000000..6811502 --- /dev/null +++ b/kernel/bin/CMakeLists.txt @@ -0,0 +1,37 @@ + + +IF(WIN32) + FILE(GLOB DOT_EMBEDDED "dot_embedded/*.*" ) + + FOREACH(file ${DOT_EMBEDDED}) + GET_FILENAME_COMPONENT(filename "${file}" NAME) + CONFIGURE_FILE( + ${file} + ${PROJECT_BINARY_DIR}/Debug/dot_embedded/${filename} + COPYONLY + ) + ENDFOREACH(file ${DOT_EMBEDDED}) + + FOREACH(file ${DOT_EMBEDDED}) + GET_FILENAME_COMPONENT(filename "${file}" NAME) + CONFIGURE_FILE( + ${file} + ${PROJECT_BINARY_DIR}/Release/dot_embedded/${filename} + COPYONLY + ) + ENDFOREACH(file ${DOT_EMBEDDED}) + + FOREACH(file ${DOT_EMBEDDED}) + GET_FILENAME_COMPONENT(filename "${file}" NAME) + CONFIGURE_FILE( + ${file} + ${PROJECT_BINARY_DIR}/RelWithDebInfo/dot_embedded/${filename} + COPYONLY + ) + ENDFOREACH(file ${DOT_EMBEDDED}) + + INSTALL( + FILES ${DOT_EMBEDDED} + DESTINATION bin/dot_embedded + ) +ENDIF(WIN32) diff --git a/kernel/bin/dot_embedded/dot.exe b/kernel/bin/dot_embedded/dot.exe new file mode 100644 index 0000000..0b8ce92 Binary files /dev/null and b/kernel/bin/dot_embedded/dot.exe differ diff --git a/kernel/bin/dot_embedded/freetype6.dll b/kernel/bin/dot_embedded/freetype6.dll new file mode 100644 index 0000000..6af5866 Binary files /dev/null and b/kernel/bin/dot_embedded/freetype6.dll differ diff --git a/kernel/bin/dot_embedded/jpeg.dll b/kernel/bin/dot_embedded/jpeg.dll new file mode 100644 index 0000000..d4d7230 Binary files /dev/null and b/kernel/bin/dot_embedded/jpeg.dll differ diff --git a/kernel/bin/dot_embedded/libexpat.dll b/kernel/bin/dot_embedded/libexpat.dll new file mode 100644 index 0000000..fdbc758 Binary files /dev/null and b/kernel/bin/dot_embedded/libexpat.dll differ diff --git a/kernel/bin/dot_embedded/png.dll b/kernel/bin/dot_embedded/png.dll new file mode 100644 index 0000000..153cada Binary files /dev/null and b/kernel/bin/dot_embedded/png.dll differ diff --git a/kernel/bin/dot_embedded/z.dll b/kernel/bin/dot_embedded/z.dll new file mode 100644 index 0000000..4eb8adb Binary files /dev/null and b/kernel/bin/dot_embedded/z.dll differ diff --git a/kernel/bin/dot_embedded/zlib1.dll b/kernel/bin/dot_embedded/zlib1.dll new file mode 100644 index 0000000..4eb8adb Binary files /dev/null and b/kernel/bin/dot_embedded/zlib1.dll differ