From: <br...@us...> - 2011-02-03 06:32:16
|
Revision: 4222 http://openvrml.svn.sourceforge.net/openvrml/?rev=4222&view=rev Author: braden Date: 2011-02-03 06:32:09 +0000 (Thu, 03 Feb 2011) Log Message: ----------- Define OPENVRML_JSVAL_TO_DOUBLE_RETURNS_POINTER. Modified Paths: -------------- trunk/ChangeLog trunk/src/script/javascript.vcxproj Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2011-02-02 04:33:19 UTC (rev 4221) +++ trunk/ChangeLog 2011-02-03 06:32:09 UTC (rev 4222) @@ -1,3 +1,8 @@ +2011-02-03 Braden McDaniel <br...@en...> + + * src/script/javascript.vcxproj: Define + OPENVRML_JSVAL_TO_DOUBLE_RETURNS_POINTER. + 2011-02-01 Braden McDaniel <br...@en...> * src/mozilla-plugin/openvrml.cpp: Removed obsolete NPP_Initialize Modified: trunk/src/script/javascript.vcxproj =================================================================== --- trunk/src/script/javascript.vcxproj 2011-02-02 04:33:19 UTC (rev 4221) +++ trunk/src/script/javascript.vcxproj 2011-02-03 06:32:09 UTC (rev 4222) @@ -62,7 +62,7 @@ <ClCompile> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>..\libopenvrml;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;_SCL_SECURE_NO_WARNINGS;OPENVRML_USE_DLL;XP_WIN;JS_THREADSAFE;BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS;BOOST_MPL_LIMIT_VECTOR_SIZE=30;OPENVRML_JAVASCRIPT_API=__declspec(dllexport);OPENVRML_JAVASCRIPT_LOCAL=;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;_SCL_SECURE_NO_WARNINGS;OPENVRML_USE_DLL;XP_WIN;JS_THREADSAFE;BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS;BOOST_MPL_LIMIT_VECTOR_SIZE=30;OPENVRML_JAVASCRIPT_API=__declspec(dllexport);OPENVRML_JAVASCRIPT_LOCAL=;OPENVRML_JSVAL_TO_DOUBLE_RETURNS_POINTER=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> <DebugInformationFormat>EditAndContinue</DebugInformationFormat> @@ -79,7 +79,7 @@ <Optimization>MaxSpeed</Optimization> <IntrinsicFunctions>true</IntrinsicFunctions> <AdditionalIncludeDirectories>..\libopenvrml;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;_SCL_SECURE_NO_WARNINGS;_SECURE_SCL=0;OPENVRML_USE_DLL;XP_WIN;JS_THREADSAFE;BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS;BOOST_MPL_LIMIT_VECTOR_SIZE=30;OPENVRML_JAVASCRIPT_API=__declspec(dllexport);OPENVRML_JAVASCRIPT_LOCAL=;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;_SCL_SECURE_NO_WARNINGS;_SECURE_SCL=0;OPENVRML_USE_DLL;XP_WIN;JS_THREADSAFE;BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS;BOOST_MPL_LIMIT_VECTOR_SIZE=30;OPENVRML_JAVASCRIPT_API=__declspec(dllexport);OPENVRML_JAVASCRIPT_LOCAL=;OPENVRML_JSVAL_TO_DOUBLE_RETURNS_POINTER=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |