r95 - builds
erik at minisip.org
erik at minisip.org
Wed Feb 21 19:35:17 CET 2007
Author: erik
Date: 2007-02-21 19:35:16 +0100 (Wed, 21 Feb 2007)
New Revision: 95
Modified:
builds/machines.conf
Log:
* Try to make auto-build able to execute commands on MSW machine.
ssh does not execute commands on in cmd.exe when running them
remotely. Therefore some things provided by the shell is not available.
In machines.conf you can not select what shell to execute the command
in on the remote machine. For WXP the command is "cmd /C".
Modified: builds/machines.conf
===================================================================
--- builds/machines.conf 2007-02-14 15:25:30 UTC (rev 94)
+++ builds/machines.conf 2007-02-21 18:35:16 UTC (rev 95)
@@ -1,4 +1,4 @@
-# SYNTAX: MACHINE SINGLETAB HOST (CASE SENSITIVE)
+# SYNTAX: MACHINE SINGLETAB HOST CMDPREFIX (CASE SENSITIVE)
debian_unstable svn at dev.minisip.org
mingw32_on_debian_unstable svn at dev.minisip.org
-wxp_vs8 svn at winbuild.minisip.org
+wxp_vs8 svn at winbuild.minisip.org cmd /C
More information about the Minisip-devel
mailing list