[openrtm-commit:01431] r2557 - in trunk/OpenRTM-aist/src/lib: coil/win32/coil rtm
openrtm @ openrtm.org
openrtm @ openrtm.org
2014年 4月 10日 (木) 07:50:04 JST
Author: n-ando
Date: 2014-04-10 07:50:03 +0900 (Thu, 10 Apr 2014)
New Revision: 2557
Modified:
trunk/OpenRTM-aist/src/lib/coil/win32/coil/libcoil.vcproj.yaml
trunk/OpenRTM-aist/src/lib/rtm/libRTC.vcproj.yaml
Log:
[compat,build,->RELENG_1_1] DLL/EXE versions are now given by environment variable.
Modified: trunk/OpenRTM-aist/src/lib/coil/win32/coil/libcoil.vcproj.yaml
===================================================================
--- trunk/OpenRTM-aist/src/lib/coil/win32/coil/libcoil.vcproj.yaml 2014-04-09 17:05:15 UTC (rev 2556)
+++ trunk/OpenRTM-aist/src/lib/coil/win32/coil/libcoil.vcproj.yaml 2014-04-09 22:50:03 UTC (rev 2557)
@@ -50,7 +50,7 @@
- Key: OutputFile
Value: "$(OutDir)\\coil$(coil_dllver)d.dll"
- Key: Version
- Value: __VERSION__
+ Value: $(coil_shortver)
- Key: LinkIncremental
Value: "2"
- Key: ModuleDefinitionFile
@@ -103,7 +103,7 @@
- Key: OutputFile
Value: "$(OutDir)\\coil$(coil_dllver)d.dll"
- Key: Version
- Value: __VERSION__
+ Value: $(coil_shortver)
- Key: LinkIncremental
Value: "true"
- Key: ModuleDefinitionFile
@@ -156,7 +156,7 @@
- Key: OutputFile
Value: "$(OutDir)\\coil$(coil_dllver)d.dll"
- Key: Version
- Value: __VERSION__
+ Value: $(coil_shortver)
- Key: LinkIncremental
Value: "2"
- Key: ModuleDefinitionFile
@@ -209,7 +209,7 @@
- Key: OutputFile
Value: "$(OutDir)\\coil$(coil_dllver)d.dll"
- Key: Version
- Value: __VERSION__
+ Value: $(rtm_shortver)
- Key: LinkIncremental
Value: "true"
- Key: ModuleDefinitionFile
Modified: trunk/OpenRTM-aist/src/lib/rtm/libRTC.vcproj.yaml
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/libRTC.vcproj.yaml 2014-04-09 17:05:15 UTC (rev 2556)
+++ trunk/OpenRTM-aist/src/lib/rtm/libRTC.vcproj.yaml 2014-04-09 22:50:03 UTC (rev 2557)
@@ -50,7 +50,7 @@
- Key: OutputFile
Value: "$(OutDir)\\RTC$(rtm_dllver)d.dll"
- Key: Version
- Value: __VERSION__
+ Value: $(rtm_shortver)
- Key: LinkIncremental
Value: "2"
- Key: ModuleDefinitionFile
@@ -103,7 +103,7 @@
- Key: OutputFile
Value: "$(OutDir)\\RTC$(rtm_dllver)d.dll"
- Key: Version
- Value: __VERSION__
+ Value: $(rtm_shortver)
- Key: LinkIncremental
Value: "true"
- Key: ModuleDefinitionFile
@@ -156,7 +156,7 @@
- Key: OutputFile
Value: "$(OutDir)\\RTC$(rtm_dllver)d.dll"
- Key: Version
- Value: __VERSION__
+ Value: $(rtm_shortver)
- Key: LinkIncremental
Value: "2"
- Key: ModuleDefinitionFile
@@ -209,7 +209,7 @@
- Key: OutputFile
Value: "$(OutDir)\\RTC$(rtm_dllver)d.dll"
- Key: Version
- Value: __VERSION__
+ Value: $(rtm_shortver)
- Key: LinkIncremental
Value: "true"
- Key: ModuleDefinitionFile
More information about the openrtm-commit
mailing list