mirror of https://github.com/CGAL/cgal
Save gauguin configuration files
This commit is contained in:
parent
934544dbde
commit
62f42728c2
|
|
@ -1,5 +1,5 @@
|
|||
export CGAL_DIR="/cygdrive/c/CGAL/CGAL-4.9/build_vs2015"
|
||||
export VC_VERSION="14"
|
||||
export VC_VERSION="14.0"
|
||||
export VC_VERSION_YEAR="2015"
|
||||
export ARCH="64"
|
||||
export QT_VERSION="5.9.1"
|
||||
|
|
|
|||
|
|
@ -206,7 +206,7 @@ CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
|
|||
CMAKE_INSTALL_SYSCONFDIR:PATH=etc
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_LINKER:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.16.27023/bin/HostX86/x64/link.exe
|
||||
CMAKE_LINKER:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio/2017/Professional/VC/Tools/MSVC/14.11.25503/bin/HostX86/x64/link.exe
|
||||
|
||||
//Flags used by the linker during the creation of modules.
|
||||
CMAKE_MODULE_LINKER_FLAGS:STRING=/machine:x64 /DEBUG:NONE /INCREMENTAL:NO
|
||||
|
|
|
|||
|
|
@ -4,11 +4,9 @@ export VC_VERSION_YEAR="2017"
|
|||
export ARCH="64"
|
||||
export QT_VERSION="5.9.1"
|
||||
export PLATFORM_REFERENCE="/cygdrive/c/CGAL/reference_platforms"
|
||||
export BOOST_VERSION="1_65_1"
|
||||
export TBB_ARCH_PLATFORM="intel64/vc14"
|
||||
export EIGEN3_DIR="C:/3rdPartyLibs/eigen-master"
|
||||
export INIT_FILE="C:\\CGAL\\reference_platforms\\x64_Cygwin-Windows10_MSVC2017-Release-64bits\\init.cmake"
|
||||
source "${PLATFORM_REFERENCE}/setup_common"
|
||||
|
||||
COLLECT_DEMOS_BINARIES=y
|
||||
export COLLECT_DEMOS_BINARIES
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
|
||||
rsync -av --chmod=u+rwX gauguin:.autocgalrc autocgalrc
|
||||
rsync -av --chmod=u+rwX gauguin:cgal/launch_testsuite.bat .
|
||||
rsync gauguin:cgal/launch_testsuite.bat :cgal/update_eigen.sh .
|
||||
rsync -Cvr --chmod=u+rwX --exclude .vs --exclude '*.cpp' --exclude '*vcxproj*' --exclude '*.sln' --exclude '*.sdf' --exclude include --exclude Makefile --exclude \*.cmake --exclude bin --exclude lib --exclude config --exclude CMakeFiles --exclude src gauguin:cgal/reference_platforms .
|
||||
chmod -R u=rwX .
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
cd /cygdrive/c/3rdPartyLibs/eigen-master
|
||||
git pull origin master
|
||||
cd ../boost_master
|
||||
git submodule update --init --recursive
|
||||
./b2 -j8 --toolset=msvc-14.1 address-model=64 architecture=x86 link=static --prefix="C:\3rdPartyLibs\boost_master\install_dir" install
|
||||
Loading…
Reference in New Issue