[X2Go-Commits] [vcxsrv] 07/24: Call setvcenv.sh from buildall.sh

git-admin at x2go.org git-admin at x2go.org
Mon Mar 9 05:11:26 CET 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to annotated tag 1.15.2.2-xp+vc2013+x2go1
in repository vcxsrv.

commit 873f76432c8f24686af36e2d75a0dcf87950841f
Author: Mike DePaulo <mikedep333 at gmail.com>
Date:   Mon Sep 1 15:34:31 2014 -0400

    Call setvcenv.sh from buildall.sh
---
 buildall.sh  |    2 ++
 building.txt |    1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/buildall.sh b/buildall.sh
index 3fc7765..7a749a9 100755
--- a/buildall.sh
+++ b/buildall.sh
@@ -7,6 +7,8 @@ function check-error {
     fi
 }
 
+. ./setvcenv.sh
+
 which nasm > /dev/null 2>&1
 check-error 'Please install nasm'
 
diff --git a/building.txt b/building.txt
index 2cd5cd0..10814f7 100644
--- a/building.txt
+++ b/building.txt
@@ -15,7 +15,6 @@ Prerequisites:
 - If you are on 32-bit Windows instead of 64-bit like I am, edit setvcenv.sh for the 32-bit folder path differences
 
 Open up cygwin's bash shell and cd to the top directory
-Run the command `source setvcenv.sh`
 Run the command `./buildall.sh`. This will build everything including the installer.
 The 64-bit version will not be built and the 64-bit installer will fail. This is a limitation this XP compatible branch. Patches are welcome.
 

--
Alioth's /srv/git/code.x2go.org/vcxsrv.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/vcxsrv.git


More information about the x2go-commits mailing list