Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-cmake-builder
Commits
ffc7dbfd
Commit
ffc7dbfd
authored
Mar 12, 2014
by
Ghislain MARY
Browse files
Autotools build output redirected to files on Windows.
parent
a00f4577
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
cmake/LinphoneCMakeBuilder.cmake
cmake/LinphoneCMakeBuilder.cmake
+1
-0
cmake/build.sh.cmake
cmake/build.sh.cmake
+1
-1
cmake/configure.sh.cmake
cmake/configure.sh.cmake
+2
-2
cmake/install.sh.cmake
cmake/install.sh.cmake
+1
-1
No files found.
cmake/LinphoneCMakeBuilder.cmake
View file @
ffc7dbfd
...
...
@@ -254,6 +254,7 @@ function(linphone_builder_add_project PROJNAME)
configure_file
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/cmake/mingw_install.bat.cmake
${
CMAKE_CURRENT_BINARY_DIR
}
/EP_
${
PROJNAME
}
_install.bat
)
# Build in source with MinGW as build out-of-source does not work
set
(
ep_build
${
ep_source
}
)
set
(
ep_redirect_to_file
"2>&1 >>
${
CMAKE_CURRENT_BINARY_DIR
}
/EP_
${
PROJNAME
}
.log"
)
else
(
MSVC
)
set
(
SCRIPT_EXTENSION sh
)
endif
(
MSVC
)
...
...
cmake/build.sh.cmake
View file @
ffc7dbfd
...
...
@@ -16,4 +16,4 @@ export LDFLAGS="@LINPHONE_BUILDER_TOOLCHAIN_LDFLAGS@ @ep_extra_ldflags@"
export PKG_CONFIG_LIBDIR=
"@LINPHONE_BUILDER_PKG_CONFIG_LIBDIR@"
cd @ep_build@
make V=@AUTOTOOLS_VERBOSE_MAKEFILE@
make V=@AUTOTOOLS_VERBOSE_MAKEFILE@
@ep_redirect_to_file@
cmake/configure.sh.cmake
View file @
ffc7dbfd
...
...
@@ -23,6 +23,6 @@ cd @ep_build@
if [ ! -f @ep_config_h_file@ ]
then
@ep_autogen_command@
@ep_configure_command@
@ep_autogen_command@
@ep_redirect_to_file@
@ep_configure_command@
@ep_redirect_to_file@
fi
cmake/install.sh.cmake
View file @
ffc7dbfd
...
...
@@ -16,4 +16,4 @@ export LDFLAGS="@LINPHONE_BUILDER_TOOLCHAIN_LDFLAGS@ @ep_extra_ldflags@"
export PKG_CONFIG_LIBDIR=
"@LINPHONE_BUILDER_PKG_CONFIG_LIBDIR@"
cd @ep_build@
make V=@AUTOTOOLS_VERBOSE_MAKEFILE@ install
make V=@AUTOTOOLS_VERBOSE_MAKEFILE@ install
@ep_redirect_to_file@
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment