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
+@echo on
+cd %LAST%
+build
_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel