[openrtm-commit:00685] r2325 - in trunk/OpenRTM-aist: build src/lib/coil/win32

openrtm @ openrtm.org openrtm @ openrtm.org
2012年 2月 9日 (木) 10:13:25 JST


Author: n-ando
Date: 2012-02-09 10:13:25 +0900 (Thu, 09 Feb 2012)
New Revision: 2325

Modified:
   trunk/OpenRTM-aist/build/Makefile.am
   trunk/OpenRTM-aist/src/lib/coil/win32/Makefile.am
Log:
[compat,makefile,bugfix] Bugs that vc10 related files are not re-distributed in dist-package have been fixed.


Modified: trunk/OpenRTM-aist/build/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/build/Makefile.am	2012-02-08 04:37:28 UTC (rev 2324)
+++ trunk/OpenRTM-aist/build/Makefile.am	2012-02-09 01:13:25 UTC (rev 2325)
@@ -7,7 +7,7 @@
 
 AUTOMAKE_OPTIONS = 1.9
 
-EXTRA_DIST =                       \
+EXTRA_DIST =                   \
 	README.Debian              \
 	autogen                    \
 	codegen.py                 \
@@ -16,16 +16,28 @@
 	makedeffile.py             \
 	slntool.py                 \
 	vcprojtool.py              \
+	vcxprojtool.py             \
 	vsprops2cmake.py           \
 	cmakeconfgen.py            \
 	makewxs.py                 \
+	makevcproj.py              \
+	pickupprojs.py             \
 	makewrapper.pl             \
 	makewrapper.py             \
+	pickupprojs.py             \
+	pkg_install100_debian.sh   \
+	pkg_install100_fedora.sh   \
+	pkg_install100_ubuntu.sh   \
+	pkg_install100_vine.sh     \
 	pkg_install_debian.sh      \
+	pkg_install_debianSarge.sh \
+	pkg_install_fc6.sh         \
 	pkg_install_fedora.sh      \
 	pkg_install_freebsd.sh     \
 	pkg_install_ubuntu.sh      \
 	pkg_install_vine.sh        \
+	pkg_install_vl32.sh        \
+	pkg_install_vl4.sh         \
 	setuptest.py               \
 	uuid.py
 

Modified: trunk/OpenRTM-aist/src/lib/coil/win32/Makefile.am
===================================================================
--- trunk/OpenRTM-aist/src/lib/coil/win32/Makefile.am	2012-02-08 04:37:28 UTC (rev 2324)
+++ trunk/OpenRTM-aist/src/lib/coil/win32/Makefile.am	2012-02-09 01:13:25 UTC (rev 2325)
@@ -11,11 +11,13 @@
 	rm -f *~
 	rm -f *.sln *.ncb *.suo
 
-EXTRA_DIST =                   \
+EXTRA_DIST =               \
 	coil                   \
 	coil.sln.dep           \
 	coil_config.vsprops    \
+	coil_config.props      \
 	coil_distbuild.vsprops \
+	coil_distbuild.props   \
 	coil_vc8.sln           \
 	coil_vc9.sln           \
 	coil_vc10.sln



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