[openrtm-commit:00076] r2107 - in trunk/OpenRTM-aist/win32/OpenRTM-aist/examples: Composite ConfigSample SeqIO SimpleIO SimpleService
openrtm @ openrtm.org
openrtm @ openrtm.org
2011年 5月 23日 (月) 11:54:49 JST
Author: n-ando
Date: 2011-05-23 11:54:49 +0900 (Mon, 23 May 2011)
New Revision: 2107
Modified:
trunk/OpenRTM-aist/win32/OpenRTM-aist/examples/Composite/Makefile.am
trunk/OpenRTM-aist/win32/OpenRTM-aist/examples/ConfigSample/Makefile.am
trunk/OpenRTM-aist/win32/OpenRTM-aist/examples/SeqIO/Makefile.am
trunk/OpenRTM-aist/win32/OpenRTM-aist/examples/SimpleIO/Makefile.am
trunk/OpenRTM-aist/win32/OpenRTM-aist/examples/SimpleService/Makefile.am
Log:
"rm *vcxproj" is added to clean-local.
Modified: trunk/OpenRTM-aist/win32/OpenRTM-aist/examples/Composite/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/examples/Composite/Makefile.am 2011-05-22 16:17:26 UTC (rev 2106)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/examples/Composite/Makefile.am 2011-05-23 02:54:49 UTC (rev 2107)
@@ -7,7 +7,7 @@
clean-local:
rm -rf Debug Release
rm -rf *~ *.cpp *.h *.idl *.conf
- rm -rf *.vcproj *.user *.ncb *.suo
+ rm -rf *.vcproj *.vcxproj *.user *.ncb *.suo
rm -rf Composite
rm -rf Controller ControllerComp
rm -rf Motor MotorComp
Modified: trunk/OpenRTM-aist/win32/OpenRTM-aist/examples/ConfigSample/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/examples/ConfigSample/Makefile.am 2011-05-22 16:17:26 UTC (rev 2106)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/examples/ConfigSample/Makefile.am 2011-05-23 02:54:49 UTC (rev 2107)
@@ -7,7 +7,7 @@
clean-local:
rm -rf Debug Release
rm -rf *~ *.cpp *.h *.idl *.conf
- rm -rf *.vcproj *.user *.ncb *.suo
+ rm -rf *.vcproj *.vcxproj *.user *.ncb *.suo
rm -rf ConfigSample ConfigSampleComp
src:
Modified: trunk/OpenRTM-aist/win32/OpenRTM-aist/examples/SeqIO/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/examples/SeqIO/Makefile.am 2011-05-22 16:17:26 UTC (rev 2106)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/examples/SeqIO/Makefile.am 2011-05-23 02:54:49 UTC (rev 2107)
@@ -7,7 +7,7 @@
clean-local:
rm -rf Debug Release
rm -rf *~ *.cpp *.h *.idl rtc.conf
- rm -rf *.vcproj *.user *.ncb *.suo
+ rm -rf *.vcproj *.vcxproj *.user *.ncb *.suo
rm -rf SeqIn SeqInComp SeqOut SeqOutComp
src:
Modified: trunk/OpenRTM-aist/win32/OpenRTM-aist/examples/SimpleIO/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/examples/SimpleIO/Makefile.am 2011-05-22 16:17:26 UTC (rev 2106)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/examples/SimpleIO/Makefile.am 2011-05-23 02:54:49 UTC (rev 2107)
@@ -7,7 +7,7 @@
clean-local:
rm -rf Debug Release
rm -rf *~ *.cpp *.h *.idl rtc.conf
- rm -rf *.vcproj *.user *.ncb *.suo
+ rm -rf *.vcproj *.vcxproj *.user *.ncb *.suo
rm -rf ConsoleIn ConsoleInComp ConsoleOut ConsoleOutComp
src:
Modified: trunk/OpenRTM-aist/win32/OpenRTM-aist/examples/SimpleService/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/win32/OpenRTM-aist/examples/SimpleService/Makefile.am 2011-05-22 16:17:26 UTC (rev 2106)
+++ trunk/OpenRTM-aist/win32/OpenRTM-aist/examples/SimpleService/Makefile.am 2011-05-23 02:54:49 UTC (rev 2107)
@@ -7,7 +7,7 @@
clean-local:
rm -rf Debug Release
rm -rf *~ *.cpp *.h *.hh *.cc *.idl rtc.conf
- rm -rf *.vcproj *.user *.ncb *.suo
+ rm -rf *.vcproj *vcxproj *.user *.ncb *.suo
rm -rf MyServiceProvider MyServiceProviderComp
rm -rf MyServiceConsumer MyServiceConsumerComp
openrtm-commit メーリングリストの案内