[openrtm-commit:01094] r2390 - trunk/OpenRTM-aist/build
openrtm @ openrtm.org
openrtm @ openrtm.org
2013年 5月 28日 (火) 17:20:52 JST
Author: kawauchi
Date: 2013-05-28 17:20:52 +0900 (Tue, 28 May 2013)
New Revision: 2390
Modified:
trunk/OpenRTM-aist/build/makewrapper.py
Log:
makewrapper.py?\227?\129?\174?\228?\184?\173?\227?\129?\167sed?\227?\130?\146?\229?\145?\188?\227?\130?\147?\227?\129?\167?\227?\129?\132?\227?\130?\139?\227?\129?\140Windows?\227?\129?\167?\227?\129?\175?\229?\145?\188?\227?\129?\176?\227?\130?\140?\227?\129?\170?\227?\129?\132?\227?\130?\136?\227?\129?\134?\227?\129?\171?\227?\129?\151?\227?\129?\159
Modified: trunk/OpenRTM-aist/build/makewrapper.py
===================================================================
--- trunk/OpenRTM-aist/build/makewrapper.py 2013-05-18 03:02:25 UTC (rev 2389)
+++ trunk/OpenRTM-aist/build/makewrapper.py 2013-05-28 08:20:52 UTC (rev 2390)
@@ -280,6 +280,10 @@
self.write_skelh()
self.write_stub()
self.write_stubh()
+
+ import sys
+ if sys.platform != 'win32':
+ self.omniorb_gcc4_fix()
self.omniorb_gcc4_fix()
return
More information about the openrtm-commit
mailing list