]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/dll/test/Jamfile.v2
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / dll / test / Jamfile.v2
index 9a8f697b6bcdbde8b4ddae83b780cdf781a575c1..f816c416581c0482604a5efb35b0a2fc847f1944 100644 (file)
@@ -46,7 +46,7 @@ project
     lib on_unload_lib : ../example/tutorial6/on_unload_lib.cpp : <link>shared ;
     lib library1 : ../example/tutorial7/library1.cpp : <link>shared ;
     lib library2 : ../example/tutorial7/library2.cpp : <link>shared ;
-    lib refcounting_plugin : ../example/tutorial8/refcounting_plugin.cpp : <link>shared <define>BOOST_DLL_FORCE_ALIAS_INSTANTIATION ;
+    lib refcounting_plugin : ../example/tutorial8/refcounting_plugin.cpp : <link>shared ;
     lib cpp_plugin : cpp_test_library.cpp : <link>shared ;
 
     test-suite boostdll
@@ -77,10 +77,9 @@ project
         [ run ../example/tutorial6/tutorial6.cpp : : on_unload_lib : <link>shared ]
         [ run ../example/tutorial7/tutorial7.cpp : : library1 library2 : <link>shared ]
         [ run ../example/tutorial8/tutorial8.cpp : : refcounting_plugin : <link>shared ]
-        [ run ../example/tutorial8/tutorial8_static.cpp
-                :
-                :
-                : <link>static <variant>release <library>static_refcounting_plugin $(RDYNAMIC) <test-info>always_show_run_output
+        [ run ../example/tutorial8/tutorial8_static.cpp : : : <link>static <variant>release $(RDYNAMIC) <test-info>always_show_run_output <library>static_refcounting_plugin
+            # Known problem: unsupported __dllexport__ with weak symbols + GNU linker features (no non-weak unresolved symbols in executable => no need to link libraries)
+            <toolset>gcc-mingw:<build>no
         ]
         [ run ../example/tutorial9/tutorial9.cpp ]
         # test for shared libraries