135 '-version', 'Ruby Resource Compiler', -1) |
137 '-version', 'Ruby Resource Compiler', -1) |
136 |
138 |
137 # 5. do the Eric5 programs |
139 # 5. do the Eric5 programs |
138 # 5a. Translation Previewer |
140 # 5a. Translation Previewer |
139 self.__createProgramEntry(self.trUtf8("Eric5 Translation Previewer"), |
141 self.__createProgramEntry(self.trUtf8("Eric5 Translation Previewer"), |
140 Utilities.isWindowsPlatform() and "eric5-trpreviewer.bat" or "eric5-trpreviewer", |
142 Utilities.isWindowsPlatform() and \ |
|
143 os.path.join(getConfig("bindir"), "eric5-trpreviewer.bat") or \ |
|
144 "eric5-trpreviewer", |
141 '--version', 'Eric5', -3) |
145 '--version', 'Eric5', -3) |
142 # 5b. Forms Previewer |
146 # 5b. Forms Previewer |
143 self.__createProgramEntry(self.trUtf8("Eric5 Forms Previewer"), |
147 self.__createProgramEntry(self.trUtf8("Eric5 Forms Previewer"), |
144 Utilities.isWindowsPlatform() and "eric5-uipreviewer.bat" or "eric5-uipreviewer", |
148 Utilities.isWindowsPlatform() and \ |
|
149 os.path.join(getConfig("bindir"), "eric5-uipreviewer.bat") or \ |
|
150 "eric5-uipreviewer", |
145 '--version', 'Eric5', -3) |
151 '--version', 'Eric5', -3) |
146 |
152 |
147 # 6. do the CORBA programs |
153 # 6. do the CORBA programs |
148 # 6a. omniORB |
154 # 6a. omniORB |
149 exe = Preferences.getCorba("omniidl") |
155 exe = Preferences.getCorba("omniidl") |