summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-07-06 13:36:17 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-07-06 13:36:17 (GMT)
commitf2c1900a71a0717b96a0b263186767658de72baa (patch)
tree14df916bcdb09f8fb07cfd33ed492b7af4f3a6ec
parent7e53e6c9cc1b8266ccc06aca8184612256a3669d (diff)
parentf8d4e3d7f822a506c7ed7152ea84fb0f5953ea5b (diff)
downloadCMake-f2c1900a71a0717b96a0b263186767658de72baa.zip
CMake-f2c1900a71a0717b96a0b263186767658de72baa.tar.gz
CMake-f2c1900a71a0717b96a0b263186767658de72baa.tar.bz2
Merge topic 'windows-export-all-symbols'
f8d4e3d7 bindexplib: Export symbols from objects even with explicit markup
-rw-r--r--Source/bindexplib.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/bindexplib.cxx b/Source/bindexplib.cxx
index b179f83..181cb77 100644
--- a/Source/bindexplib.cxx
+++ b/Source/bindexplib.cxx
@@ -244,9 +244,7 @@ public:
*----------------------------------------------------------------------
*/
void DumpObjFile() {
- if(!HaveExportedObjects()) {
- this->DumpExternalsObjects();
- }
+ this->DumpExternalsObjects();
}
/*