-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michiel Beemster
committed
Jun 5, 2018
1 parent
fb21485
commit 5926d25
Showing
15 changed files
with
225 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "submods/MPC_ROOT"] | ||
path = submods/MPC_ROOT | ||
url = git://github.com/PrismTech/MPC_ROOT.git | ||
url = git://github.com/ADLINK-IST/MPC_ROOT.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#export OPENORB_HOME=/home/dds/INSTALLED_FOR_DDS/openorb-v1.4.0 | ||
#export OPENORB_VERSION=1.4.0e | ||
#export VS_HOME='/cygdrive/C/Program Files (x86)/Microsoft Visual Studio 14.0' | ||
export VS_HOME='/cygdrive/c/Program Files (x86)/Microsoft Visual Studio/2017/Community' | ||
export WINDOWSSDKDIR='/cygdrive/C/Program Files (x86)/Windows Kits/10' | ||
#export JACORB_HOME=/home/dds/INSTALLED_FOR_DDS/JacORB-v2.3.1.0 | ||
export GSOAPHOME=/home/dds/INSTALLED_FOR_DDS/gsoap-2.7 | ||
export PROTOBUF_HOME=/home/dds/INSTALLED_FOR_DDS/protobuf-2.6.0 | ||
export PROTOBUF_LIB_HOME=/home/dds/INSTALLED_FOR_DDS/protobuf-2.6.0/src | ||
export LAUNCH4J_HOME=/home/dds/INSTALLED_FOR_DDS/Launch4j | ||
export PATH=$PROTOBUF_HOME/bin:$PATH | ||
|
||
#There is no TAO for VS2015 | ||
unset TAO_ROOT | ||
export OVERRIDE_STRICT_CHECKS=no |
7 changes: 7 additions & 0 deletions
7
build/scripts/overnight/configs/win10-64-ospl-vs17/common_64bit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
. ./configs/`hostname`/common | ||
|
||
export VS_ENV_SCRIPT=`cygpath -w "${VS_HOME}/Common7/Tools/VsDevCmd.bat"` | ||
|
||
export JAVA_HOME="c:/Program Files/Java/jdk1.6.0_45" | ||
export ZLIB_HOME= | ||
export QTDIR=c:\\cygwin\\home\\dds\\INSTALLED_FOR_DDS\\Qt\\4.8.4_vs2010_64bit |
12 changes: 12 additions & 0 deletions
12
build/scripts/overnight/configs/win10-64-ospl-vs17/x86_64.win64-dev-vs17
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
BUILD=yes | ||
SETUP_TYPE=x86_64.win64-dev | ||
BUILD_DIST=yes | ||
BUILD_EXAMPLES=yes | ||
KEEP_DIST=yes | ||
RUN_DBT=no | ||
RUN_RBT=no | ||
RUN_EXAMPLES_SP=yes | ||
RUN_EXAMPLES_SHM=no | ||
VALGRIND=no | ||
|
||
. configs/`hostname`/common_64bit |
12 changes: 12 additions & 0 deletions
12
build/scripts/overnight/configs/win10-64-ospl-vs17/x86_64.win64-release-vs17
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
BUILD=yes | ||
SETUP_TYPE=x86_64.win64-release | ||
BUILD_DIST=yes | ||
BUILD_EXAMPLES=yes | ||
KEEP_DIST=yes | ||
RUN_DBT=no | ||
RUN_RBT=no | ||
RUN_EXAMPLES_SP=yes | ||
RUN_EXAMPLES_SHM=no | ||
VALGRIND=no | ||
|
||
. configs/`hostname`/common_64bit |
Oops, something went wrong.