[openrtm-commit:00005] r402 - branches/RELENG_1_0/OpenRTM-aist-Python

openrtm at openrtm.org openrtm at openrtm.org
Fri Apr 8 17:42:39 JST 2011


Author: kurihara
Date: 2011-04-08 17:42:39 +0900 (Fri, 08 Apr 2011)
New Revision: 402

Modified:
   branches/RELENG_1_0/OpenRTM-aist-Python/setup.py
Log:
Fixed install processing for Win32. refs 2019

Modified: branches/RELENG_1_0/OpenRTM-aist-Python/setup.py
===================================================================
--- branches/RELENG_1_0/OpenRTM-aist-Python/setup.py	2011-03-10 06:41:35 UTC (rev 401)
+++ branches/RELENG_1_0/OpenRTM-aist-Python/setup.py	2011-04-08 08:42:39 UTC (rev 402)
@@ -418,6 +418,15 @@
 
 win32_packages = ["OpenRTM_aist",
                   "OpenRTM_aist.RTM_IDL",
+                  "OpenRTM_aist.RTM_IDL.OpenRTM",
+                  "OpenRTM_aist.RTM_IDL.OpenRTM__POA",
+                  "OpenRTM_aist.RTM_IDL.RTC",
+                  "OpenRTM_aist.RTM_IDL.RTC__POA",
+                  "OpenRTM_aist.RTM_IDL.RTM",
+                  "OpenRTM_aist.RTM_IDL.RTM__POA",
+                  "OpenRTM_aist.RTM_IDL.SDOPackage",
+                  "OpenRTM_aist.RTM_IDL.SDOPackage__POA",
+                  "OpenRTM_aist.RTM_IDL.device_interfaces",
                   "OpenRTM_aist.examples.AutoControl",
                   "OpenRTM_aist.examples.Composite",
                   "OpenRTM_aist.examples.ConfigSample",
@@ -605,8 +614,8 @@
                scripts= ['OpenRTM_aist/utils/rtcprof/rtcprof_python.bat',
                          'OpenRTM_aist/utils/rtcd/rtcd_python.bat',
                          'OpenRTM_aist/utils/rtcd/rtcd_python.exe'],
-               data_files       = win32_data_files,
-               script_args      = ["sdist", "--format=zip"])
+               data_files       = win32_data_files)
+#               script_args      = ["sdist", "--format=zip"])
 
 except Exception, e:
   log.error("Error: %s", e)



More information about the openrtm-commit mailing list