$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: grafikrobot_at_[hidden]
Date: 2008-03-17 22:52:50
Author: grafik
Date: 2008-03-17 22:52:50 EDT (Mon, 17 Mar 2008)
New Revision: 43689
URL: http://svn.boost.org/trac/boost/changeset/43689
Log:
Minor change to add defines to custom G3D that compiles in static mode.
Text files modified: 
   sandbox/tools/build_extensions/ext/g3d.jam |     7 +++++--                                 
   1 files changed, 5 insertions(+), 2 deletions(-)
Modified: sandbox/tools/build_extensions/ext/g3d.jam
==============================================================================
--- sandbox/tools/build_extensions/ext/g3d.jam	(original)
+++ sandbox/tools/build_extensions/ext/g3d.jam	2008-03-17 22:52:50 EDT (Mon, 17 Mar 2008)
@@ -18,11 +18,13 @@
         <toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS
         ;
     local common-requirements =
-        #~ [ conditional <target-os>windows :
+        [ conditional <target-os>windows :
+            <define>G3D_NO_AUTO_LINKING
+            <define>G3D_NO_DYNAMIC_LIBS
             #~ <find-shared-library>user32
             #~ <find-shared-library>gdi32
             #~ <find-shared-library>advapi32
-            #~ ]
+            ]
         ;
     
     location,$(version) = $(location) ;
@@ -41,6 +43,7 @@
     
     alias gl : : : :
         <target-os>windows:<find-shared-library>OpenGL32
+        <target-os>windows:<find-shared-library>GLU32
         <target-os>linux:<find-shared-library>GL
         <target-os>macosx:<find-shared-library>GL
         ;