From 97b0d9737ca11eea38f8d93f1dddd65a4571ca8b Mon Sep 17 00:00:00 2001 From: Tom Kent Date: Fri, 10 Apr 2015 19:47:44 -0500 Subject: [PATCH] Fixes empty example Uses of visual studio were getting a 'unresolved external symbol _mainCRTStartup' because there was no main() being linked into the test_embed.exe. I'm not a bjam expert, but I think that is because the embedding target is an executable (instead of an obj/lib?). I also have no idea if this was a problem on unix or if this fix will affect that platform. --- example/quickstart/Jamroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/quickstart/Jamroot b/example/quickstart/Jamroot index 9b57a009..8425638c 100644 --- a/example/quickstart/Jamroot +++ b/example/quickstart/Jamroot @@ -31,7 +31,7 @@ import testing ; testing.make-test run-pyd : extending test_extending.py : : test_ext ; # Declare a test of the embedding application -testing.run embedding +testing.run embedding embedding.cpp : # any ordinary arguments : script.py # any arguments that should be treated as relative paths : # requirements