[Kde-bindings] KDE/kdebindings

David Canar davidcanar at gmail.com
Thu Jun 21 21:55:28 UTC 2007


On 6/21/07, Arno Rehn <kde at arnorehn.de> wrote:
> SVN commit 678583 by arnorehn:
>
> * When the assembly is installed, a symlink is created in the "2.0" directory, so
>   it can be directly referenced from gmcs with -r:qt-dotnet
>
> CCMAIL: kde-bindings at kde.org
>
>
>
>  M  +1 -1      cmake/modules/CSharpMacros.cmake
>  M  +0 -3      csharp/qyoto/CMakeLists.txt
>  M  +5 -0      csharp/qyoto/ChangeLog
>
>
> --- trunk/KDE/kdebindings/cmake/modules/CSharpMacros.cmake #678582:678583
> @@ -88,5 +88,5 @@
>  MACRO(INSTALL_GAC target)
>         GET_CS_LIBRARY_TARGET_DIR()
>
> -       INSTALL(CODE "EXECUTE_PROCESS(COMMAND ${GACUTIL_EXECUTABLE} -i ${CS_LIBRARY_TARGET_DIR}/${target}.dll)")
> +       INSTALL(CODE "EXECUTE_PROCESS(COMMAND ${GACUTIL_EXECUTABLE} -i ${CS_LIBRARY_TARGET_DIR}/${target}.dll -package 2.0)")
>  ENDMACRO(INSTALL_GAC target)
> --- trunk/KDE/kdebindings/csharp/qyoto/CMakeLists.txt #678582:678583
> @@ -43,8 +43,5 @@
>  INSTALL(TARGETS qyoto LIBRARY DESTINATION lib)
>  INSTALL_GAC(qt-dotnet)
>
> -# MAKE_PROPER_FILE_LIST("${SRC_CS2}")
> -# MESSAGE(${proper_file_list})
> -
>  ADD_SUBDIRECTORY(tools)
>  ADD_SUBDIRECTORY(examples)
> --- trunk/KDE/kdebindings/csharp/qyoto/ChangeLog #678582:678583
> @@ -1,3 +1,8 @@
> +2007-06-21  Arno Rehn  <arno at arnorehn.de>
> +
> +       * When the assembly is installed, a symlink is created in the "2.0" directory, so
> +         it can be directly referenced from gmcs with -r:qt-dotnet
> +
>  2007-06-19  Richard Dale  <rdale at foton.es>
>
>         * Added the missing QUiLoader class
> _______________________________________________


This is great! I didn't know how to do this. I will prepare another
Qyoto package with this change Thanks!



More information about the Kde-bindings mailing list