145 Utilities.isWindowsPlatform() and "eric4-uipreviewer.bat" or "eric4-uipreviewer", |
145 Utilities.isWindowsPlatform() and "eric4-uipreviewer.bat" or "eric4-uipreviewer", |
146 '--version', 'Eric4', -2) |
146 '--version', 'Eric4', -2) |
147 |
147 |
148 # 6. do the CORBA programs |
148 # 6. do the CORBA programs |
149 # 6a. omniORB |
149 # 6a. omniORB |
150 exe = unicode(Preferences.getCorba("omniidl")) |
150 exe = Preferences.getCorba("omniidl") |
151 if Utilities.isWindowsPlatform(): |
151 if Utilities.isWindowsPlatform(): |
152 exe += ".exe" |
152 exe += ".exe" |
153 self.__createProgramEntry(self.trUtf8("CORBA IDL Compiler"), exe, |
153 self.__createProgramEntry(self.trUtf8("CORBA IDL Compiler"), exe, |
154 '-V', 'omniidl', -1) |
154 '-V', 'omniidl', -1) |
155 |
155 |