[Spice-devel] [PATCH usbclerk 4/6] build-sys: link with libusbredir

Uri Lublin uril at redhat.com
Tue Feb 19 06:13:47 PST 2013


On 02/19/2013 12:35 PM, Marc-André Lureau wrote:
> There is no need to copy files, we have the lib already, and we can
> linking statically.
> ---
>
>   usbclerk.vcproj  |  40 ---------
>
>
> diff --git a/usbclerk.vcproj b/usbclerk.vcproj
> index dc59ad5..b692737 100644
> --- a/usbclerk.vcproj
> +++ b/usbclerk.vcproj
> @@ -347,10 +347,6 @@
>   				>
>   			</File>
>   			<File
> -				RelativePath=".\usbredirfilter.h"
> -				>
> -			</File>
> -			<File
>   				RelativePath=".\vdlog.h"
>   				>
>   			</File>
> @@ -375,42 +371,6 @@
>   				>
>   			</File>
>   			<File
> -				RelativePath=".\usbredirfilter.c"
> -				>
> -				<FileConfiguration
> -					Name="Debug|Win32"
> -					>
> -					<Tool
> -						Name="VCCLCompilerTool"
> -						CompileAs="2"
> -					/>
> -				</FileConfiguration>
> -				<FileConfiguration
> -					Name="Debug|x64"
> -					>
> -					<Tool
> -						Name="VCCLCompilerTool"
> -						CompileAs="2"
> -					/>
> -				</FileConfiguration>
> -				<FileConfiguration
> -					Name="Release|Win32"
> -					>
> -					<Tool
> -						Name="VCCLCompilerTool"
> -						CompileAs="2"
> -					/>
> -				</FileConfiguration>
> -				<FileConfiguration
> -					Name="Release|x64"
> -					>
> -					<Tool
> -						Name="VCCLCompilerTool"
> -						CompileAs="2"
> -					/>
> -				</FileConfiguration>
> -			</File>
> -			<File
>   				RelativePath=".\vdlog.cpp"
>   				>
>   			</File>
>


Doesn't this break the Visual Studio build ?

I prefer that enabling mingw- build would not break Visual Studio build.




More information about the Spice-devel mailing list