[COMMIT] [WINDOWS-GUEST-DRIVERs] Adding balloon driver to global build\clean scripts.

2010-01-27 Thread Yan Vugenfirer
repository: C:/dev/kvm-guest-drivers-windows
branch: master
commit 2cae0c67461fc79802984ca06656230d8d7fa7a2
Author: Yan Vugenfirer yvuge...@redhat.com
Date:   Wed Jan 27 16:42:27 2010 +0200


[WINDOWS-GUEST-DRIVERs] Adding balloon driver to global build\clean scripts.

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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[COMMIT] [WINDOWS-GUEST-DRIVERS] Adding balloon driver to global build\clean scripts.

2010-01-27 Thread Yan Vugenfirer
repository: C:/dev/kvm-guest-drivers-windows
branch: master
commit 88a24e312806d5780181c6e3d089091320f830e5
Author: Yan Vugenfirer yvuge...@redhat.com
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 yvuge...@redhat.com

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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html