Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lib4neuro
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MolDyn
lib4neuro
Commits
6a6f0b67
Commit
6a6f0b67
authored
5 years ago
by
Martin Beseda
Browse files
Options
Downloads
Patches
Plain Diff
[ENH] [Windows] win_VS_build_x64_release.bat script rewritten to perform
an out-of-source build into the 'build' folder (see issue
#20
).
parent
d9df2b25
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build_scripts/windows/win_VS_build_x64_release.bat
+2
-2
2 additions, 2 deletions
build_scripts/windows/win_VS_build_x64_release.bat
with
2 additions
and
2 deletions
build_scripts/windows/win_VS_build_x64_release.bat
+
2
−
2
View file @
6a6f0b67
...
...
@@ -16,11 +16,11 @@ rem call VsDevCmd.bat
set
MAKEFILE_GENERATOR
=
"Visual Studio 15 2017 Win64"
cmake
-G
"Visual Studio 15 2017 Win64"
-DCMAKE
_VERBOSE_MAKEFILE:BOOL
=
ON
-DCMAKE
_BUILD_TYPE
=
Release
-DCMAKE
_CXX_COMPILER
=
%CXX_COMPILER%
-DCMAKE
_C_COMPILER
=
%C_COMPILER%
-DBOOST
_ROOT
=
%BOOST_ROOT%
-DBOOST
_LIBRARYDIR
=
%BOOST_LIBRARYDIR%
-DBOOST
_INCLUDEDIR
=
%BOOST_INCLUDEDIR%
-DBUILD
_TESTS
=
%BUILD_TESTS%
-DBUILD
_EXAMPLES
=
%BUILD_EXAMPLES%
-DBUILD
_LIB
=
%BUILD_LIB%
-DLIB
4
NEURO_DIR
=
build
\lib
-DDEPENDENCIES
_LINK_TYPE
=
%LINK_TYPE%
-DLIB
4
NEURO_INCLUDE_DIR
=
%LIB4
NEURO_INCLUDE_DIR
%
.
cmake
-G
"Visual Studio 15 2017 Win64"
-DCMAKE
_VERBOSE_MAKEFILE:BOOL
=
ON
-DCMAKE
_BUILD_TYPE
=
Release
-DCMAKE
_CXX_COMPILER
=
%CXX_COMPILER%
-DCMAKE
_C_COMPILER
=
%C_COMPILER%
-DBOOST
_ROOT
=
%BOOST_ROOT%
-DBOOST
_LIBRARYDIR
=
%BOOST_LIBRARYDIR%
-DBOOST
_INCLUDEDIR
=
%BOOST_INCLUDEDIR%
-DBUILD
_TESTS
=
%BUILD_TESTS%
-DBUILD
_EXAMPLES
=
%BUILD_EXAMPLES%
-DBUILD
_LIB
=
%BUILD_LIB%
-DLIB
4
NEURO_DIR
=
build
\lib
-DDEPENDENCIES
_LINK_TYPE
=
%LINK_TYPE%
-DLIB
4
NEURO_INCLUDE_DIR
=
%LIB4
NEURO_INCLUDE_DIR
%
-S
.
-B
build
title
Building
the
'lib4neuro'
project
for
Release
[
building
]
call
set_env_n_cores
.bat
if
"
%BUILD_SOMETHING_LIB%
"
==
"yes"
(
cmake
--build
.
-j
%N_CORES%
--config
Release
&&
echo
"Build complete."
cmake
--build
build
-j
%N_CORES%
--config
Release
&&
echo
"Build complete."
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment