diff options
author | Brad King <brad.king@kitware.com> | 2016-07-06 13:36:17 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-07-06 13:36:17 (GMT) |
commit | f2c1900a71a0717b96a0b263186767658de72baa (patch) | |
tree | 14df916bcdb09f8fb07cfd33ed492b7af4f3a6ec | |
parent | 7e53e6c9cc1b8266ccc06aca8184612256a3669d (diff) | |
parent | f8d4e3d7f822a506c7ed7152ea84fb0f5953ea5b (diff) | |
download | CMake-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.cxx | 4 |
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(); } /* |