[openrtm-commit:03220] r3237 - in branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm: . idl
openrtm @ openrtm.org
openrtm @ openrtm.org
2018年 3月 6日 (火) 11:04:52 JST
Author: miyamoto
Date: 2018-03-06 11:04:52 +0900 (Tue, 06 Mar 2018)
New Revision: 3237
Modified:
branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/Makefile.am
branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/idl/Makefile.am
Log:
[build, ->trunk] Build bug fixed.
Modified: branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/Makefile.am
===================================================================
--- branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/Makefile.am 2018-03-06 01:48:03 UTC (rev 3236)
+++ branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/Makefile.am 2018-03-06 02:04:52 UTC (rev 3237)
@@ -239,7 +239,7 @@
--out $(win32_builddir)/rtm/libRTC_vc9.vcproj \
--yaml libRTC.vcproj.yaml \
--source $(RTC_SRC) ../ext/sdo/observer/ComponentObserverConsumer.cpp \
- --header $(rtmheader_HEADERS) ../ext/sdo/observer/ComponentObserverConsumer.h ; \
+ --header $(rtmheader_HEADERS) ../ext/sdo/observer/ComponentObserverConsumer.h ;
qkc -O- -sm $(win32_builddir)/rtm/libRTC_vc9.vcproj
vcxproj: libRTC.vcproj.yaml
@@ -251,7 +251,7 @@
--out $(win32_builddir)/rtm/libRTC_vc$${ver}.vcxproj \
--yaml libRTC.vcproj.yaml \
--source $(RTC_SRC) ../ext/sdo/observer/ComponentObserverConsumer.cpp \
- --header $(rtmheader_HEADERS) ../ext/sdo/observer/ComponentObserverConsumer.h ; \
+ --header $(rtmheader_HEADERS) ../ext/sdo/observer/ComponentObserverConsumer.h ;
qkc -O- -sm $(win32_builddir)/rtm/libRTC_vc$${ver}.vcxproj ; \
done
Modified: branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/idl/Makefile.am
===================================================================
--- branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/idl/Makefile.am 2018-03-06 01:48:03 UTC (rev 3236)
+++ branches/RELENG_1_2/OpenRTM-aist/src/lib/rtm/idl/Makefile.am 2018-03-06 02:04:52 UTC (rev 3237)
@@ -232,7 +232,7 @@
--out $(win32_builddir)/rtm/idl/libRTCSkel_vc9.vcproj \
--yaml libRTCSkel.vcproj.yaml \
--source $(SKEL_CPP) ComponentObserverSkel.cpp \
- --header $(SKEL_H) ComponentObserverSkel.h ; \
+ --header $(SKEL_H) ComponentObserverSkel.h ;
qkc -O- -sm $(win32_builddir)/rtm/idl/libRTCSkel_vc9.vcproj
vcxproj: libRTCSkel.vcproj.yaml
@@ -244,7 +244,7 @@
--out $(win32_builddir)/rtm/idl/libRTCSkel_vc$${ver}.vcxproj \
--yaml libRTCSkel.vcproj.yaml \
--source $(SKEL_CPP) ComponentObserverSkel.cpp \
- --header $(SKEL_H) ComponentObserverSkel.h ; \
+ --header $(SKEL_H) ComponentObserverSkel.h ;
qkc -O- -sm $(win32_builddir)/rtm/idl/libRTCSkel_vc$${ver}.vcxproj ;
done
More information about the openrtm-commit
mailing list