[openrtm-commit:00749] r2338 - trunk/OpenRTM-aist/examples

openrtm @ openrtm.org openrtm @ openrtm.org
2012年 3月 8日 (木) 22:49:49 JST


Author: kurihara
Date: 2012-03-08 22:49:48 +0900 (Thu, 08 Mar 2012)
New Revision: 2338

Modified:
   trunk/OpenRTM-aist/examples/rtcdll.vcproj.yaml
Log:
The execution problem of LTTSample on VC10 has been fixed. refs #2377

Modified: trunk/OpenRTM-aist/examples/rtcdll.vcproj.yaml
===================================================================
--- trunk/OpenRTM-aist/examples/rtcdll.vcproj.yaml	2012-03-08 13:23:51 UTC (rev 2337)
+++ trunk/OpenRTM-aist/examples/rtcdll.vcproj.yaml	2012-03-08 13:49:48 UTC (rev 2338)
@@ -75,7 +75,7 @@
       - Key: Optimization
         Value: "Disabled"
       - Key: PreprocessorDefinitions
-        Value: "USE_stub_in_nt_dll;WIN32;_DEBUG;_WINDOWS;_USRDLL;__WIN32__;__NT__;__OSVERSION__=4;__x86__;_WIN32_WINNT=0x0400;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)"
+        Value: "INCLUDED_stub_in_nt_dll;WIN32;_DEBUG;_WINDOWS;_USRDLL;__WIN32__;__NT__;__OSVERSION__=4;__x86__;_WIN32_WINNT=0x0400;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)"
       - Key: MinimalRebuild
         Value: "true"
       - Key: BasicRuntimeChecks
@@ -175,7 +175,7 @@
           copy "$(OutDir)\\\\__PROJECT_NAME__.dll" "$(SolutionDir)\\\\components"
     VC10_VCCLCompilerTool:
       - Key: PreprocessorDefinitions
-        Value: "USE_stub_in_nt_dll;WIN32;NDEBUG;_WINDOWS;_USRDLL;__WIN32__;__NT__;__OSVERSION__=4;__x86__;_WIN32_WINNT=0x0400;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)"
+        Value: "INCLUDED_stub_in_nt_dll;WIN32;NDEBUG;_WINDOWS;_USRDLL;__WIN32__;__NT__;__OSVERSION__=4;__x86__;_WIN32_WINNT=0x0400;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)"
       - Key:         RuntimeLibrary
         Value: "MultiThreadedDLL"
       - Key:         PrecompiledHeader



openrtm-commit メーリングリストの案内