Makefile revision e64031e20c39650a7bc902a3e1aba613b9415dee
96fc773162e93e5b85686ab152f11baf4498d868rbb#
6f06d481dafc90f1b553f1d2828bcea50a039854fielding# Copyright (C) 2008 Oracle Corporation
5bf029f8452b6aa105cf3d9d9b19221920725428rbb#
5bf029f8452b6aa105cf3d9d9b19221920725428rbb# This file is part of VirtualBox Open Source Edition (OSE), as
5bf029f8452b6aa105cf3d9d9b19221920725428rbb# available from http://www.virtualbox.org. This file is free software;
60ed053fe71b1e3cfab8c4ed37afde30a6db4841rbb# you can redistribute it and/or modify it under the terms of the GNU
60ed053fe71b1e3cfab8c4ed37afde30a6db4841rbb# General Public License (GPL) as published by the Free Software
60ed053fe71b1e3cfab8c4ed37afde30a6db4841rbb# Foundation, in version 2 as it comes in the "COPYING" file of the
e03878add0099ba9741efc46d545955a60ea8bdcrbb# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
e03878add0099ba9741efc46d545955a60ea8bdcrbb# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
e03878add0099ba9741efc46d545955a60ea8bdcrbb#
e03878add0099ba9741efc46d545955a60ea8bdcrbb
1860b2b5f1de31f8cf9d95f1b394fe98c8dbfab7rbball: run
1860b2b5f1de31f8cf9d95f1b394fe98c8dbfab7rbb
1860b2b5f1de31f8cf9d95f1b394fe98c8dbfab7rbbrun:
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe @echo !!!! Don\'t forget to start webserver with \"vboxwebsrv -t 10000\" !!!
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe PYTHONPATH=../lib python ../../../glue/python/sample/vboxshell.py -w
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe
9ec65cbae2f760e485a1c54df5b19853688d5c91wroweserver:
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe nohup vboxwebsrv -t 10000 &
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe