summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2012-05-09 00:37:11 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-05-16 15:58:18 +0200
commitb72520d42f4d6783396373b59279ee7f84fac61a (patch)
tree28f88d5eee52a37ea7ed7a9b2223d8d4028e878b
parentff93ec988c6dffe0287c12b736326d160308fd3e (diff)
build-sys: use spice-protocol submodule
-rw-r--r--.gitmodules3
-rwxr-xr-xbuild.bat5
m---------spice-protocol0
3 files changed, 7 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..86c121a
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "spice-protocol"]
+ path = spice-protocol
+ url = ../../spice-protocol
diff --git a/build.bat b/build.bat
index bd94cea..204756a 100755
--- a/build.bat
+++ b/build.bat
@@ -12,6 +12,9 @@ if not DEFINED BUILD_ALT_DIR (
echo BUILD_ALT_DIR not defined. Please run in a WinDDK Build Environment.
goto exit
)
+if not DEFINED SPICE_COMMON_DIR (
+ set SPICE_COMMON_DIR=%CD%\spice-protocol
+)
set TARGET=install_%BUILD_ALT_DIR%
echo TARGET=%TARGET%
@@ -39,4 +42,4 @@ if exist %DEST% (
xcopy /s /y %TARGET% %DEST%\%TARGET%
)
-:exit \ No newline at end of file
+:exit
diff --git a/spice-protocol b/spice-protocol
new file mode 160000
+Subproject 26cd1946a5c959a53c78fa16f1b3e84a9682121