aboutsummaryrefslogtreecommitdiffstats
path: root/tools/sv
diff options
context:
space:
mode:
authortw275@labyrinth.cl.cam.ac.uk <tw275@labyrinth.cl.cam.ac.uk>2004-07-26 16:18:02 +0000
committertw275@labyrinth.cl.cam.ac.uk <tw275@labyrinth.cl.cam.ac.uk>2004-07-26 16:18:02 +0000
commit589aaab18f40f788fd901fdafc221f2b3d144457 (patch)
tree0c10ccd2e1315cddd0d02bd2ff42657db0e430c6 /tools/sv
parenta33793ae44cf733c6562b4b366a7e26e299d0622 (diff)
downloadxen-589aaab18f40f788fd901fdafc221f2b3d144457.tar.gz
xen-589aaab18f40f788fd901fdafc221f2b3d144457.tar.bz2
xen-589aaab18f40f788fd901fdafc221f2b3d144457.zip
bitkeeper revision 1.1108.19.1 (41052eba3ZVcoufgBgwBIOi8WV_BbQ)
Started to implement the Create Domain Wizzard. Doesn't work yet (along way off). Slight refactoring of other code to make it more extensible
Diffstat (limited to 'tools/sv')
-rwxr-xr-xtools/sv/Makefile3
-rw-r--r--tools/sv/images/next.pngbin0 -> 1270 bytes
-rw-r--r--tools/sv/images/previous.pngbin0 -> 1285 bytes
3 files changed, 3 insertions, 0 deletions
diff --git a/tools/sv/Makefile b/tools/sv/Makefile
index 8a63d4ac1b..b8f2a7a116 100755
--- a/tools/sv/Makefile
+++ b/tools/sv/Makefile
@@ -33,6 +33,9 @@ install:
install -m0644 images/reboot.png $(sv_insdir)/images
install -m0644 images/pause.png $(sv_insdir)/images
install -m0644 images/unpause.png $(sv_insdir)/images
+
+ install -m0644 images/next.png $(sv_insdir)/images
+ install -m0644 images/previous.png $(sv_insdir)/images
# make include folder
mkdir -p $(sv_insdir)/inc
diff --git a/tools/sv/images/next.png b/tools/sv/images/next.png
new file mode 100644
index 0000000000..da10bbfb9b
--- /dev/null
+++ b/tools/sv/images/next.png
Binary files differ
diff --git a/tools/sv/images/previous.png b/tools/sv/images/previous.png
new file mode 100644
index 0000000000..22292d6e9c
--- /dev/null
+++ b/tools/sv/images/previous.png
Binary files differ