fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fluid-dev] [PATCH 2/2] Set output name correctly for OS/2


From: David Henningsson
Subject: Re: [fluid-dev] [PATCH 2/2] Set output name correctly for OS/2
Date: Tue, 18 Mar 2014 14:22:04 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

On 03/15/2014 01:20 PM, KO Myung-Hun wrote:
> OS/2 has a DLL name length limit up to 8 characters.
> ---
>  fluidsynth/src/CMakeLists.txt |    8 ++++++++
>  1 files changed, 8 insertions(+), 0 deletions(-)
> 
> diff --git a/fluidsynth/src/CMakeLists.txt b/fluidsynth/src/CMakeLists.txt
> index 94464e4..e60037a 100644
> --- a/fluidsynth/src/CMakeLists.txt
> +++ b/fluidsynth/src/CMakeLists.txt
> @@ -264,6 +264,14 @@ if ( MACOSX_FRAMEWORK )
>          VERSION ${LIB_VERSION_INFO}
>          SOVERSION ${LIB_VERSION_CURRENT}
>      )
> +elseif ( OS2 )
> +    set_target_properties ( libfluidsynth
> +      PROPERTIES
> +        OUTPUT_NAME "fluidsyn"
> +        ARCHIVE_OUTPUT_NAME "fluidsynth"
> +        VERSION ${LIB_VERSION_INFO}
> +        SOVERSION ${LIB_VERSION_CURRENT}
> +    )
>  else ( MACOSX_FRAMEWORK )
>    set_target_properties ( libfluidsynth
>      PROPERTIES
> 

Looks good to me (given my limited knowledge of OS/2).

Both patches applied to the git repository now, thanks!

// David




reply via email to

[Prev in Thread] Current Thread [Next in Thread]