Changeset 20431

Show
Ignore:
Timestamp:
07/04/07 07:03:01 (1 year ago)
Author:
patrick
Message:

MFT r20430: Be sure that we link against the dynamic versions of the Boost

and CppDOM libraries.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/branches/2.2/modules/gadgeteer/samples/tutorials/device.drivers/buttondevice.vcproj

    r20363 r20431  
    2121                                Optimization="0" 
    2222                                AdditionalIncludeDirectories=""$(VJ_BASE_DIR)\include";"$(VJ_DEPS_DIR)\include"" 
    23                                 PreprocessorDefinitions="WIN32;JUGGLER_DEBUG;_CONSOLE;_USRDLL;_GADGET_DRIVER_BUILD_" 
     23                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;WIN32;JUGGLER_DEBUG;_CONSOLE;_USRDLL;_GADGET_DRIVER_BUILD_" 
    2424                                MinimalRebuild="FALSE" 
    2525                                RuntimeLibrary="2" 
     
    6969                                Optimization="0" 
    7070                                AdditionalIncludeDirectories=""$(VJ_BASE_DIR)\include";"$(VJ_DEPS_DIR)\include"" 
    71                                 PreprocessorDefinitions="WIN32;JUGGLER_DEBUG;_CONSOLE;_USRDLL;_GADGET_DRIVER_BUILD_" 
     71                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;WIN32;JUGGLER_DEBUG;_CONSOLE;_USRDLL;_GADGET_DRIVER_BUILD_" 
    7272                                MinimalRebuild="FALSE" 
    7373                                BasicRuntimeChecks="3" 
     
    120120                                OmitFramePointers="TRUE" 
    121121                                AdditionalIncludeDirectories=""$(VJ_BASE_DIR)\include";"$(VJ_DEPS_DIR)\include"" 
    122                                 PreprocessorDefinitions="WIN32;JUGGLER_OPT;NDEBUG;_CONSOLE;_USRDLL;_GADGET_DRIVER_BUILD_" 
     122                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;WIN32;JUGGLER_OPT;NDEBUG;_CONSOLE;_USRDLL;_GADGET_DRIVER_BUILD_" 
    123123                                StringPooling="TRUE" 
    124124                                MinimalRebuild="FALSE" 
  • juggler/branches/2.2/modules/tweek/test/NetworkTestBean/NetworkTest_CXX.vcproj

    r20363 r20431  
    2323                                Optimization="0" 
    2424                                AdditionalIncludeDirectories=".;"$(VJ_BASE_DIR)\include";"$(VJ_BASE_DIR)\include\tweek\idl";"$(VJ_DEPS_DIR)\include"" 
    25                                 PreprocessorDefinitions="WIN32;JUGGLER_DEBUG;_CONSOLE;__WIN32__=1;__x86__=1;__NT__=1;__OSVERSION__=5;USE_core_stub_in_nt_dll;USE_core_stub_in_nt_dll_NOT_DEFINED_Subject" 
     25                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;WIN32;JUGGLER_DEBUG;_CONSOLE;__WIN32__=1;__x86__=1;__NT__=1;__OSVERSION__=5;USE_core_stub_in_nt_dll;USE_core_stub_in_nt_dll_NOT_DEFINED_Subject" 
    2626                                RuntimeLibrary="2" 
    2727                                BufferSecurityCheck="FALSE" 
     
    8686                                Optimization="0" 
    8787                                AdditionalIncludeDirectories=".;"$(VJ_BASE_DIR)\include";"$(VJ_BASE_DIR)\include\tweek\idl";"$(VJ_DEPS_DIR)\include"" 
    88                                 PreprocessorDefinitions="WIN32;JUGGLER_DEBUG;_CONSOLE;__WIN32__=1;__x86__=1;__NT__=1;__OSVERSION__=5;USE_core_stub_in_nt_dll;USE_core_stub_in_nt_dll_NOT_DEFINED_Subject" 
     88                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;WIN32;JUGGLER_DEBUG;_CONSOLE;__WIN32__=1;__x86__=1;__NT__=1;__OSVERSION__=5;USE_core_stub_in_nt_dll;USE_core_stub_in_nt_dll_NOT_DEFINED_Subject" 
    8989                                BasicRuntimeChecks="3" 
    9090                                RuntimeLibrary="3" 
     
    145145                                OmitFramePointers="TRUE" 
    146146                                AdditionalIncludeDirectories=""$(VJ_BASE_DIR)\include";"$(VJ_BASE_DIR)\include\tweek\idl";"$(VJ_DEPS_DIR)\include"" 
    147                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;JUGGLER_OPT;__WIN32__;__x86__;__NT__;__OSVERSION__=5" 
     147                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;WIN32;NDEBUG;_CONSOLE;JUGGLER_OPT;__WIN32__;__x86__;__NT__;__OSVERSION__=5" 
    148148                                StringPooling="TRUE" 
    149149                                RuntimeLibrary="2" 
  • juggler/branches/2.2/modules/vapor/test/TestSuite/runner.vcproj

    r20363 r20431  
    2121                                Optimization="0" 
    2222                                AdditionalIncludeDirectories=".;"$(CPPUNIT_ROOT)\include";"$(VJ_DEPS_DIR)\include";"$(VPR_BASE_DIR)\include"" 
    23                                 PreprocessorDefinitions="CPPDOM_DYN_LINK;MODULE_DIR="\"$(OutDir)\\modules\"";JUGGLER_DEBUG;WIN32;_WINDOWS;CPPUNIT_DLL" 
     23                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;MODULE_DIR="\"$(OutDir)\\modules\"";JUGGLER_DEBUG;WIN32;_WINDOWS;CPPUNIT_DLL" 
    2424                                MinimalRebuild="TRUE" 
    2525                                RuntimeLibrary="2" 
     
    7575                                Optimization="0" 
    7676                                AdditionalIncludeDirectories=".;"$(CPPUNIT_ROOT)\include";"$(VJ_DEPS_DIR)\include";"$(VPR_BASE_DIR)\include"" 
    77                                 PreprocessorDefinitions="CPPDOM_DYN_LINK;MODULE_DIR="\"$(OutDir)\\modules\"";JUGGLER_DEBUG;WIN32;_WINDOWS;CPPUNIT_DLL" 
     77                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;MODULE_DIR="\"$(OutDir)\\modules\"";JUGGLER_DEBUG;WIN32;_WINDOWS;CPPUNIT_DLL" 
    7878                                MinimalRebuild="TRUE" 
    7979                                BasicRuntimeChecks="3" 
     
    132132                                OmitFramePointers="TRUE" 
    133133                                AdditionalIncludeDirectories=".;"$(CPPUNIT_ROOT)\include";"$(VJ_DEPS_DIR)\include";"$(VPR_BASE_DIR)\include"" 
    134                                 PreprocessorDefinitions="CPPDOM_DYN_LINK;MODULE_DIR="\"$(OutDir)\\modules\"";_OPT;NDEBUG;WIN32;_WINDOWS;CPPUNIT_DLL" 
     134                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;MODULE_DIR="\"$(OutDir)\\modules\"";_OPT;NDEBUG;WIN32;_WINDOWS;CPPUNIT_DLL" 
    135135                                StringPooling="TRUE" 
    136136                                RuntimeLibrary="0" 
  • juggler/branches/2.2/modules/vapor/test/TestSuite/vc7/cmod.vcproj

    r20363 r20431  
    2020                                Name="VCCLCompilerTool" 
    2121                                Optimization="0" 
    22                                 PreprocessorDefinitions="WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
     22                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
    2323                                MinimalRebuild="TRUE" 
    2424                                RuntimeLibrary="2" 
     
    6969                                Name="VCCLCompilerTool" 
    7070                                Optimization="0" 
    71                                 PreprocessorDefinitions="WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
     71                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
    7272                                MinimalRebuild="TRUE" 
    7373                                BasicRuntimeChecks="3" 
     
    121121                                InlineFunctionExpansion="1" 
    122122                                OmitFramePointers="TRUE" 
    123                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
     123                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;WIN32;NDEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
    124124                                StringPooling="TRUE" 
    125125                                RuntimeLibrary="2" 
  • juggler/branches/2.2/modules/vapor/test/TestSuite/vc7/cxxmod.vcproj

    r20363 r20431  
    2121                                Optimization="0" 
    2222                                AdditionalIncludeDirectories=".." 
    23                                 PreprocessorDefinitions="WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
     23                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
    2424                                MinimalRebuild="TRUE" 
    2525                                RuntimeLibrary="2" 
     
    7070                                Optimization="0" 
    7171                                AdditionalIncludeDirectories=".." 
    72                                 PreprocessorDefinitions="WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
     72                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
    7373                                MinimalRebuild="TRUE" 
    7474                                BasicRuntimeChecks="3" 
     
    122122                                OmitFramePointers="TRUE" 
    123123                                AdditionalIncludeDirectories=".." 
    124                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
     124                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;WIN32;NDEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
    125125                                StringPooling="TRUE" 
    126126                                RuntimeLibrary="2" 
  • juggler/branches/2.2/modules/vapor/test/TestSuite/vc7/dsomod1.vcproj

    r20363 r20431  
    2020                                Name="VCCLCompilerTool" 
    2121                                Optimization="0" 
    22                                 PreprocessorDefinitions="WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
     22                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
    2323                                MinimalRebuild="TRUE" 
    2424                                RuntimeLibrary="2" 
     
    6868                                Name="VCCLCompilerTool" 
    6969                                Optimization="0" 
    70                                 PreprocessorDefinitions="WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
     70                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
    7171                                MinimalRebuild="TRUE" 
    7272                                BasicRuntimeChecks="3" 
     
    120120                                InlineFunctionExpansion="1" 
    121121                                OmitFramePointers="TRUE" 
    122                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
     122                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;WIN32;NDEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
    123123                                StringPooling="TRUE" 
    124124                                RuntimeLibrary="2" 
  • juggler/branches/2.2/modules/vapor/test/TestSuite/vc7/dsomod2.vcproj

    r20363 r20431  
    2020                                Name="VCCLCompilerTool" 
    2121                                Optimization="0" 
    22                                 PreprocessorDefinitions="WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOMOD2_EXPORTS" 
     22                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOMOD2_EXPORTS" 
    2323                                MinimalRebuild="TRUE" 
    2424                                RuntimeLibrary="2" 
     
    6969                                Name="VCCLCompilerTool" 
    7070                                Optimization="0" 
    71                                 PreprocessorDefinitions="WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOMOD2_EXPORTS" 
     71                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOMOD2_EXPORTS" 
    7272                                MinimalRebuild="TRUE" 
    7373                                BasicRuntimeChecks="3" 
     
    121121                                InlineFunctionExpansion="1" 
    122122                                OmitFramePointers="TRUE" 
    123                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DSOMOD2_EXPORTS" 
     123                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;WIN32;NDEBUG;_WINDOWS;_USRDLL;DSOMOD2_EXPORTS" 
    124124                                StringPooling="TRUE" 
    125125                                RuntimeLibrary="2" 
  • juggler/branches/2.2/modules/vapor/test/TestSuite/vc7/loadermod1.vcproj

    r20363 r20431  
    2020                                Name="VCCLCompilerTool" 
    2121                                Optimization="0" 
    22                                 PreprocessorDefinitions="WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
     22                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
    2323                                MinimalRebuild="TRUE" 
    2424                                RuntimeLibrary="2" 
     
    6969                                Name="VCCLCompilerTool" 
    7070                                Optimization="0" 
    71                                 PreprocessorDefinitions="WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
     71                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
    7272                                MinimalRebuild="TRUE" 
    7373                                BasicRuntimeChecks="3" 
     
    121121                                InlineFunctionExpansion="1" 
    122122                                OmitFramePointers="TRUE" 
    123                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
     123                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;WIN32;NDEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
    124124                                StringPooling="TRUE" 
    125125                                RuntimeLibrary="2" 
  • juggler/branches/2.2/modules/vapor/test/TestSuite/vc7/loadermod1_d.vcproj

    r20363 r20431  
    2020                                Name="VCCLCompilerTool" 
    2121                                Optimization="0" 
    22                                 PreprocessorDefinitions="WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
     22                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
    2323                                MinimalRebuild="TRUE" 
    2424                                RuntimeLibrary="2" 
     
    6969                                Name="VCCLCompilerTool" 
    7070                                Optimization="0" 
    71                                 PreprocessorDefinitions="WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
     71                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
    7272                                MinimalRebuild="TRUE" 
    7373                                BasicRuntimeChecks="3" 
     
    121121                                InlineFunctionExpansion="1" 
    122122                                OmitFramePointers="TRUE" 
    123                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
     123                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;WIN32;NDEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
    124124                                StringPooling="TRUE" 
    125125                                RuntimeLibrary="2" 
  • juggler/branches/2.2/modules/vapor/test/TestSuite/vc7/loadermod2.vcproj

    r20363 r20431  
    2020                                Name="VCCLCompilerTool" 
    2121                                Optimization="0" 
    22                                 PreprocessorDefinitions="WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
     22                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
    2323                                MinimalRebuild="TRUE" 
    2424                                RuntimeLibrary="2" 
     
    6969                                Name="VCCLCompilerTool" 
    7070                                Optimization="0" 
    71                                 PreprocessorDefinitions="WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
     71                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;WIN32;JUGGLER_DEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
    7272                                MinimalRebuild="TRUE" 
    7373                                BasicRuntimeChecks="3" 
     
    121121                                InlineFunctionExpansion="1" 
    122122                                OmitFramePointers="TRUE" 
    123                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
     123                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;WIN32;NDEBUG;_WINDOWS;_USRDLL;DSOLOADERMODULE1_EXPORTS" 
    124124                                StringPooling="TRUE" 
    125125                                RuntimeLibrary="2" 
  • juggler/branches/2.2/modules/vrjuggler/samples/OGL/advanced/glove/glove.vcproj

    r20363 r20431  
    2424                                Optimization="0" 
    2525                                AdditionalIncludeDirectories=".;"$(VJ_DEPS_DIR)\include";"$(VJ_BASE_DIR)\include"" 
    26                                 PreprocessorDefinitions="JUGGLER_DEBUG;_CONSOLE;WIN32" 
     26                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;JUGGLER_DEBUG;_CONSOLE;WIN32" 
    2727                                RuntimeLibrary="2" 
    2828                                BufferSecurityCheck="FALSE" 
     
    8787                                Optimization="0" 
    8888                                AdditionalIncludeDirectories=".;"$(VJ_DEPS_DIR)\include";"$(VJ_BASE_DIR)\include"" 
    89                                 PreprocessorDefinitions="JUGGLER_DEBUG;_CONSOLE;WIN32" 
     89                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;JUGGLER_DEBUG;_CONSOLE;WIN32" 
    9090                                BasicRuntimeChecks="3" 
    9191                                RuntimeLibrary="3" 
     
    151151                                OmitFramePointers="FALSE" 
    152152                                AdditionalIncludeDirectories=".;"$(VJ_DEPS_DIR)\include";"$(VJ_BASE_DIR)\include"" 
    153                                 PreprocessorDefinitions="JUGGLER_OPT;NDEBUG;_CONSOLE;WIN32" 
     153                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;JUGGLER_OPT;NDEBUG;_CONSOLE;WIN32" 
    154154                                StringPooling="TRUE" 
    155155                                RuntimeLibrary="2" 
  • juggler/branches/2.2/modules/vrjuggler/samples/OGL/advanced/navgrab/navgrab.vcproj

    r20363 r20431  
    2424                                Optimization="0" 
    2525                                AdditionalIncludeDirectories=".;"$(VJ_DEPS_DIR)\include";"$(VJ_BASE_DIR)\include"" 
    26                                 PreprocessorDefinitions="JUGGLER_DEBUG;_CONSOLE;WIN32" 
     26                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;JUGGLER_DEBUG;_CONSOLE;WIN32" 
    2727                                RuntimeLibrary="2" 
    2828                                BufferSecurityCheck="FALSE" 
     
    8787                                Optimization="0" 
    8888                                AdditionalIncludeDirectories=".;"$(VJ_DEPS_DIR)\include";"$(VJ_BASE_DIR)\include"" 
    89                                 PreprocessorDefinitions="JUGGLER_DEBUG;_CONSOLE;WIN32" 
     89                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;JUGGLER_DEBUG;_CONSOLE;WIN32" 
    9090                                BasicRuntimeChecks="3" 
    9191                                RuntimeLibrary="3" 
     
    151151                                OmitFramePointers="FALSE" 
    152152                                AdditionalIncludeDirectories=".;"$(VJ_DEPS_DIR)\include";"$(VJ_BASE_DIR)\include"" 
    153                                 PreprocessorDefinitions="JUGGLER_OPT;NDEBUG;_CONSOLE;WIN32" 
     153                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;JUGGLER_OPT;NDEBUG;_CONSOLE;WIN32" 
    154154                                StringPooling="TRUE" 
    155155                                RuntimeLibrary="2" 
  • juggler/branches/2.2/modules/vrjuggler/samples/OGL/ext/proceduralApp/proceduralApp.vcproj

    r20363 r20431  
    2424                                Optimization="0" 
    2525                                AdditionalIncludeDirectories=".;"$(VJ_DEPS_DIR)\include";"$(VJ_BASE_DIR)\include"" 
    26                                 PreprocessorDefinitions="JUGGLER_DEBUG;_CONSOLE;WIN32" 
     26                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;JUGGLER_DEBUG;_CONSOLE;WIN32" 
    2727                                RuntimeLibrary="2" 
    2828                                BufferSecurityCheck="FALSE" 
     
    8787                                Optimization="0" 
    8888                                AdditionalIncludeDirectories=".;"$(VJ_DEPS_DIR)\include";"$(VJ_BASE_DIR)\include"" 
    89                                 PreprocessorDefinitions="JUGGLER_DEBUG;_CONSOLE;WIN32" 
     89                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;JUGGLER_DEBUG;_CONSOLE;WIN32" 
    9090                                BasicRuntimeChecks="3" 
    9191                                RuntimeLibrary="3" 
     
    151151                                OmitFramePointers="FALSE" 
    152152                                AdditionalIncludeDirectories=".;"$(VJ_DEPS_DIR)\include";"$(VJ_BASE_DIR)\include"" 
    153                                 PreprocessorDefinitions="JUGGLER_OPT;NDEBUG;_CONSOLE;WIN32" 
     153                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;JUGGLER_OPT;NDEBUG;_CONSOLE;WIN32" 
    154154                                StringPooling="TRUE" 
    155155                                RuntimeLibrary="2" 
  • juggler/branches/2.2/modules/vrjuggler/samples/OGL/simple/ConfigApp/ConfigApp.vcproj

    r20363 r20431  
    2424                                Optimization="0" 
    2525                                AdditionalIncludeDirectories=".;..\..\advanced\glove;"$(VJ_DEPS_DIR)\include";"$(VJ_BASE_DIR)\include"" 
    26                                 PreprocessorDefinitions="JUGGLER_DEBUG;_CONSOLE;WIN32" 
     26                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;JUGGLER_DEBUG;_CONSOLE;WIN32" 
    2727                                RuntimeLibrary="2" 
    2828                                BufferSecurityCheck="FALSE" 
     
    8787                                Optimization="0" 
    8888                                AdditionalIncludeDirectories=".;..\..\advanced\glove;"$(VJ_DEPS_DIR)\include";"$(VJ_BASE_DIR)\include"" 
    89                                 PreprocessorDefinitions="JUGGLER_DEBUG;_CONSOLE;WIN32" 
     89                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;JUGGLER_DEBUG;_CONSOLE;WIN32" 
    9090                                BasicRuntimeChecks="3" 
    9191                                RuntimeLibrary="3" 
     
    151151                                OmitFramePointers="FALSE" 
    152152                                AdditionalIncludeDirectories=".;..\..\advanced\glove;"$(VJ_DEPS_DIR)\include";"$(VJ_BASE_DIR)\include"" 
    153                                 PreprocessorDefinitions="JUGGLER_OPT;NDEBUG;_CONSOLE;WIN32" 
     153                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;JUGGLER_OPT;NDEBUG;_CONSOLE;WIN32" 
    154154                                StringPooling="TRUE" 
    155155                                RuntimeLibrary="2" 
  • juggler/branches/2.2/modules/vrjuggler/samples/OGL/simple/MPApp/MPApp.vcproj

    r20363 r20431  
    2424                                Optimization="0" 
    2525                                AdditionalIncludeDirectories=".;"$(VJ_DEPS_DIR)\include";"$(VJ_BASE_DIR)\include"" 
    26                                 PreprocessorDefinitions="JUGGLER_DEBUG;_CONSOLE;WIN32" 
     26                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;JUGGLER_DEBUG;_CONSOLE;WIN32" 
    2727                                RuntimeLibrary="2" 
    2828                                BufferSecurityCheck="FALSE" 
     
    8787                                Optimization="0" 
    8888                                AdditionalIncludeDirectories=".;"$(VJ_DEPS_DIR)\include";"$(VJ_BASE_DIR)\include"" 
    89                                 PreprocessorDefinitions="JUGGLER_DEBUG;_CONSOLE;WIN32" 
     89                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;JUGGLER_DEBUG;_CONSOLE;WIN32" 
    9090                                BasicRuntimeChecks="3" 
    9191                                RuntimeLibrary="3" 
     
    151151                                OmitFramePointers="FALSE" 
    152152                                AdditionalIncludeDirectories=".;"$(VJ_DEPS_DIR)\include";"$(VJ_BASE_DIR)\include"" 
    153                                 PreprocessorDefinitions="JUGGLER_OPT;NDEBUG;_CONSOLE;WIN32" 
     153                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;JUGGLER_OPT;NDEBUG;_CONSOLE;WIN32" 
    154154                                StringPooling="TRUE" 
    155155                                RuntimeLibrary="2" 
  • juggler/branches/2.2/modules/vrjuggler/samples/OGL/simple/SimpleApp/simpleApp.vcproj

    r20363 r20431  
    2424                                Optimization="0" 
    2525                                AdditionalIncludeDirectories=".;"$(VJ_DEPS_DIR)\include";"$(VJ_BASE_DIR)\include"" 
    26                                 PreprocessorDefinitions="JUGGLER_DEBUG;_CONSOLE;WIN32" 
     26                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;JUGGLER_DEBUG;_CONSOLE;WIN32" 
    2727                                RuntimeLibrary="2" 
    2828                                BufferSecurityCheck="FALSE" 
     
    8787                                Optimization="0" 
    8888                                AdditionalIncludeDirectories=".;"$(VJ_DEPS_DIR)\include";"$(VJ_BASE_DIR)\include"" 
    89                                 PreprocessorDefinitions="JUGGLER_DEBUG;_CONSOLE;WIN32" 
     89                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;JUGGLER_DEBUG;_CONSOLE;WIN32" 
    9090                                BasicRuntimeChecks="3" 
    9191                                RuntimeLibrary="3" 
     
    151151                                OmitFramePointers="FALSE" 
    152152                                AdditionalIncludeDirectories=".;"$(VJ_DEPS_DIR)\include";"$(VJ_BASE_DIR)\include"" 
    153                                 PreprocessorDefinitions="JUGGLER_OPT;NDEBUG;_CONSOLE;WIN32" 
     153                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;JUGGLER_OPT;NDEBUG;_CONSOLE;WIN32" 
    154154                                StringPooling="TRUE" 
    155155                                RuntimeLibrary="2" 
  • juggler/branches/2.2/modules/vrjuggler/samples/OGL/simple/contextApp/contextApp.vcproj

    r20363 r20431  
    2424                                Optimization="0" 
    2525                                AdditionalIncludeDirectories=".;"$(VJ_DEPS_DIR)\include";"$(VJ_BASE_DIR)\include"" 
    26                                 PreprocessorDefinitions="JUGGLER_DEBUG;_CONSOLE;WIN32" 
     26                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;JUGGLER_DEBUG;_CONSOLE;WIN32" 
    2727                                RuntimeLibrary="2" 
    2828                                BufferSecurityCheck="FALSE" 
     
    8787                                Optimization="0" 
    8888                                AdditionalIncludeDirectories=".;"$(VJ_DEPS_DIR)\include";"$(VJ_BASE_DIR)\include"" 
    89                                 PreprocessorDefinitions="JUGGLER_DEBUG;_CONSOLE;WIN32" 
     89                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;JUGGLER_DEBUG;_CONSOLE;WIN32" 
    9090                                BasicRuntimeChecks="3" 
    9191                                RuntimeLibrary="3" 
     
    151151                                OmitFramePointers="FALSE" 
    152152                                AdditionalIncludeDirectories=".;"$(VJ_DEPS_DIR)\include";"$(VJ_BASE_DIR)\include"" 
    153                                 PreprocessorDefinitions="JUGGLER_OPT;NDEBUG;_CONSOLE;WIN32" 
     153                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;JUGGLER_OPT;NDEBUG;_CONSOLE;WIN32" 
    154154                                StringPooling="TRUE" 
    155155                                RuntimeLibrary="2" 
  • juggler/branches/2.2/modules/vrjuggler/samples/OGL/simple/simpleInput/simpleInput.vcproj

    r20363 r20431  
    2424                                Optimization="0" 
    2525                                AdditionalIncludeDirectories=".;"$(VJ_DEPS_DIR)\include";"$(VJ_BASE_DIR)\include"" 
    26                                 PreprocessorDefinitions="JUGGLER_DEBUG;_CONSOLE;WIN32" 
     26                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;JUGGLER_DEBUG;_CONSOLE;WIN32" 
    2727                                RuntimeLibrary="2" 
    2828                                BufferSecurityCheck="FALSE" 
     
    8787                                Optimization="0" 
    8888                                AdditionalIncludeDirectories=".;"$(VJ_DEPS_DIR)\include";"$(VJ_BASE_DIR)\include"" 
    89                                 PreprocessorDefinitions="JUGGLER_DEBUG;_CONSOLE;WIN32" 
     89                                PreprocessorDefinitions="CPPDOM_DYN_LINK;BOOST_ALL_DYN_LINK;JUGGLER_DEBUG;_CONSOLE;WIN32" 
    9090                                BasicRuntimeChecks="3" 
    9191                                RuntimeLibrary="3" 
     
    151151              &