Author: damjan Date: Sat Mar 19 19:23:40 2016 New Revision: 1735805 URL: http://svn.apache.org/viewvc?rev=1735805&view=rev Log: Delete an unnecessary set_ldflags.
Patch by: me Modified: openoffice/branches/gbuild-reintegration/ext_libraries/gtest/win/Library_gtest.mk Modified: openoffice/branches/gbuild-reintegration/ext_libraries/gtest/win/Library_gtest.mk URL: http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/ext_libraries/gtest/win/Library_gtest.mk?rev=1735805&r1=1735804&r2=1735805&view=diff ============================================================================== --- openoffice/branches/gbuild-reintegration/ext_libraries/gtest/win/Library_gtest.mk (original) +++ openoffice/branches/gbuild-reintegration/ext_libraries/gtest/win/Library_gtest.mk Sat Mar 19 19:23:40 2016 @@ -35,10 +35,6 @@ $(eval $(call gb_Library_add_defs,gtest, -DGTEST_CREATE_SHARED_LIBRARY=1 \ )) -$(eval $(call gb_Library_set_ldflags,gtest,\ - $$(LDFLAGS) \ -)) - $(eval $(call gb_Library_add_linked_libs,gtest,\ kernel32 msvcrt oldnames \ $(gb_Library_STLLIBS) \