[openrtm-commit:01356] r2533 - trunk/OpenRTM-aist/src/ext/local_service/nameservice_file

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


Author: n-ando
Date: 2014-03-15 01:48:56 +0900 (Sat, 15 Mar 2014)
New Revision: 2533

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

Modified: trunk/OpenRTM-aist/src/ext/local_service/nameservice_file/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/src/ext/local_service/nameservice_file/Makefile.am	2014-03-14 16:47:46 UTC (rev 2532)
+++ trunk/OpenRTM-aist/src/ext/local_service/nameservice_file/Makefile.am	2014-03-14 16:48:56 UTC (rev 2533)
@@ -37,7 +37,7 @@
 win32_builddir=$(top_builddir)/win32/OpenRTM-aist/ext/local_service/nameservice_file
 PROJNAME=FileNameservice
 
-vcproj: vc8proj vc9proj vc10proj
+vcproj: vc8proj vc9proj vc10proj vc11proj vc12proj
 
 vc8proj: 
 	$(top_builddir)/build/vcprojtool.py vcproj              \
@@ -75,7 +75,31 @@
 		--header $(FILENAMESERVICE_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 $(FILENAMESERVICE_SRC)                          \
+		--header $(FILENAMESERVICE_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 $(FILENAMESERVICE_SRC)                          \
+		--header $(FILENAMESERVICE_H)
+	qkc -sm $(win32_builddir)/$(PROJNAME)Dll_vc12.vcxproj
+
+
 #dist-hook: vcproj
 
 clean-local:



More information about the openrtm-commit mailing list