[openrtm-commit:00109] r2138 - branches/RELENG_1_1/OpenRTM-aist/win32/OpenRTM-aist/bin

openrtm @ openrtm.org openrtm @ openrtm.org
2011年 5月 24日 (火) 14:31:54 JST


Author: n-ando
Date: 2011-05-24 14:31:54 +0900 (Tue, 24 May 2011)
New Revision: 2138

Modified:
   branches/RELENG_1_1/OpenRTM-aist/win32/OpenRTM-aist/bin/Makefile.am
Log:
coil DLL version specified.


Modified: branches/RELENG_1_1/OpenRTM-aist/win32/OpenRTM-aist/bin/Makefile.am
===================================================================
--- branches/RELENG_1_1/OpenRTM-aist/win32/OpenRTM-aist/bin/Makefile.am	2011-05-24 05:18:51 UTC (rev 2137)
+++ branches/RELENG_1_1/OpenRTM-aist/win32/OpenRTM-aist/bin/Makefile.am	2011-05-24 05:31:54 UTC (rev 2138)
@@ -7,15 +7,15 @@
 
 VER = $(RTM_SHORT_VERSION)
 WINLIBS = libRTCSkel.lib \
-	libRTCSkeld.lib \
-	RTC$(VER).lib \
-	RTC$(VER)d.lib \
-	RTC$(VER).dll \
-	RTC$(VER)d.dll \
-	coil.lib \
-	coild.lib \
-	coil.dll \
-	coild.dll
+	libRTCSkeld.lib  \
+	RTC$(VER).l\ib   \
+	RTC$(VER)d.lib   \
+	RTC$(VER).dll    \
+	RTC$(VER)d.dll   \
+	coil$(VER).lib   \
+	coil$(VER)d.lib  \
+	coil$(VER).dll   \
+	coil$(VER)d.dll
 
 clean-local:
 	rm -f *~ *.dll *.lib *.exe



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