[Spice-devel] [PATCH] Add build script for qxl using the given DDK, configuration and platform

Arnon Gilboa agilboa at redhat.com
Thu Jan 27 02:09:28 PST 2011


NACK, better scripts already found :)

Arnon Gilboa wrote:
> Necessary for build scripting (e.g. from Cygwin)
> ---
>  make.bat |   10 ++++++++++
>  1 files changed, 10 insertions(+), 0 deletions(-)
>  create mode 100644 make.bat
>
> diff --git a/make.bat b/make.bat
> new file mode 100644
> index 0000000..80c4075
> --- /dev/null
> +++ b/make.bat
> @@ -0,0 +1,10 @@
> +REM build qxl using the given DDK, configuration and platform
> +REM DDK must be defined as an environment variable pointing to the DDK dir
> +REM e.g.
> +REM   set DDK=C:\WINDDK\3790.1830
> +REM   make.bat fre WXP
> +set LAST=%CD%
> +call %DDK%\bin\setenv.bat %DDK% %1 %2
> + at echo on
> +cd %LAST%
> +build
>   



More information about the Spice-devel mailing list