[openrtm-commit:01357] r2534 - trunk/OpenRTM-aist/src/ext/sdo/observer

openrtm @ openrtm.org openrtm @ openrtm.org
2014年 3月 15日 (土) 01:49:21 JST


Author: n-ando
Date: 2014-03-15 01:49:21 +0900 (Sat, 15 Mar 2014)
New Revision: 2534

Modified:
   trunk/OpenRTM-aist/src/ext/sdo/observer/Makefile.am
Log:
[compat,build,->RELENG_1_1] vc11, vc12 support have been added. refs #3041

Modified: trunk/OpenRTM-aist/src/ext/sdo/observer/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/src/ext/sdo/observer/Makefile.am	2014-03-14 16:48:56 UTC (rev 2533)
+++ trunk/OpenRTM-aist/src/ext/sdo/observer/Makefile.am	2014-03-14 16:49:21 UTC (rev 2534)
@@ -105,7 +105,7 @@
 win32_builddir=$(top_builddir)/win32/OpenRTM-aist/ext/sdo/observer
 PROJNAME=ComponentObserverConsumer
 
-vcproj: vc8proj vc9proj vc10proj
+vcproj: vc8proj vc9proj vc10proj vc11proj vc12proj
 
 vc8proj: 
 	$(top_builddir)/build/vcprojtool.py vcproj              \
@@ -143,7 +143,31 @@
 		--header $(OBSERVER_WIN_H)
 	qkc -sm $(win32_builddir)/$(PROJNAME)Dll_vc10.vcxproj
 
+vc11proj:
+	$(top_builddir)/build/vcxprojtool.py vcxproj              \
+		--type DLL                                        \
+		--vcversion "11.00"                               \
+		--projectname "$(PROJNAME)"                       \
+		--version $(RTM_VERSION)                          \
+		--out $(win32_builddir)/$(PROJNAME)Dll_vc11.vcxproj \
+		--yaml $(top_builddir)/examples/rtcdll.vcproj.yaml  \
+		--source $(OBSERVER_WIN_SRC)                          \
+		--header $(OBSERVER_WIN_H)
+	qkc -sm $(win32_builddir)/$(PROJNAME)Dll_vc11.vcxproj
 
+vc12proj:
+	$(top_builddir)/build/vcxprojtool.py vcxproj              \
+		--type DLL                                        \
+		--vcversion "12.00"                               \
+		--projectname "$(PROJNAME)"                       \
+		--version $(RTM_VERSION)                          \
+		--out $(win32_builddir)/$(PROJNAME)Dll_vc12.vcxproj \
+		--yaml $(top_builddir)/examples/rtcdll.vcproj.yaml  \
+		--source $(OBSERVER_WIN_SRC)                          \
+		--header $(OBSERVER_WIN_H)
+	qkc -sm $(win32_builddir)/$(PROJNAME)Dll_vc12.vcxproj
+
+
 dist-hook: lst vcproj
 
 



More information about the openrtm-commit mailing list