repository: C:/dev/kvm-guest-drivers-windows
branch: master
commit 88a24e312806d5780181c6e3d089091320f830e5
Author: Yan Vugenfirer <[email protected]>
Date: Wed Jan 27 16:42:27 2010 +0200
[WINDOWS-GUEST-DRIVERS] Adding balloon driver to global build\clean scripts.
Signed-off-by: Yan Vugenfirer <[email protected]>
diff --git a/VirtIO/clean.bat b/VirtIO/clean.bat
index 25b72c7..e47a389 100644
--- a/VirtIO/clean.bat
+++ b/VirtIO/clean.bat
@@ -6,7 +6,8 @@ rmdir /S /Q objfre_wnet_amd64
rmdir /S /Q objfre_w2k_x86
rmdir /S /Q objfre_wlh_x86
rmdir /S /Q objfre_wlh_amd64
-
+rmdir /S /Q objfre_win7_x86
+rmdir /S /Q objfre_win7_amd64
diff --git a/buildAll.bat b/buildAll.bat
index 7fcad19..bd91e7a 100644
--- a/buildAll.bat
+++ b/buildAll.bat
@@ -10,3 +10,7 @@ cd viostor
call buildall.bat
cd ..
+cd Balloon\BalloonWDF
+call buildall.bat
+cd ..\..
+
diff --git a/clean.bat b/clean.bat
index 5ccaf2d..c74d6fa 100644
--- a/clean.bat
+++ b/clean.bat
@@ -10,3 +10,6 @@ cd viostor
call clean.bat
cd ..
+cd Balloon\BalloonWDF
+call clean.bat
+cd ..\..
\ No newline at end of file
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html