-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Export some private functions from libraries, to link tools and
tests which uses them, against shared versions. Now, the tests can be compiled in shared configuration on Windows with CMake, which was impossible before due to not-exported functions from DLLs. * build.conf (libsvn_fs_fs, libsvn_fs_x, libsvn_fs_base, libsvn_subr, libsvn_wc): Add private headers to msvc-export to get them into .lib file. (executables, tests, and tools, which were forced to be static): Allow them to be linked against shared libraries. * build/generator/extractor.py, CMakeLists.txt (def file generators): Ignore svn_fs_base__trail_debug, because it is under ifdef. Tested on: - Windows, vcnet generator, shared libraries, including BDB. - Windows, CMake, shared libraries, without BDB, because it is not implemented in CMake build. git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1920771 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information
Showing
3 changed files
with
28 additions
and
29 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
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