mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 09:20:35 +05:00
bos #41189 dll exposition is not required since feature vetoed
This commit is contained in:
parent
3751f5868a
commit
ab9379b914
@ -115,19 +115,7 @@ if __name__ == "__main__":
|
|||||||
help=h)
|
help=h)
|
||||||
parser.add_argument("plugin", nargs='+', help='Name of plugin')
|
parser.add_argument("plugin", nargs='+', help='Name of plugin')
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
import platform
|
plugins_names = " ".join(args.plugin) + 'plugin'
|
||||||
if 'Windows' == platform.system():
|
|
||||||
import sys
|
|
||||||
if sys.version_info > (3,8):
|
|
||||||
import os
|
|
||||||
os.add_dll_directory(os.path.join(os.getenv('KERNEL_ROOT_DIR'), 'lib', 'salome'))
|
|
||||||
os.add_dll_directory(os.path.join(os.getenv('GUI_ROOT_DIR'), 'lib', 'salome'))
|
|
||||||
os.add_dll_directory(os.path.join(os.getenv('PTHREAD_ROOT_DIR'), 'lib'))
|
|
||||||
os.add_dll_directory(os.path.join(os.getenv('PRODUCT_ROOT_DIR'), 'W64', 'EXT', 'bin'))
|
|
||||||
os.add_dll_directory(os.path.join(os.getenv('PRODUCT_ROOT_DIR'), 'W64', 'EXT', 'lib'))
|
|
||||||
os.add_dll_directory(os.getenv('OMNIORB_LIB_DIR'))
|
|
||||||
os.add_dll_directory(os.getenv('OMNIORB_BIN_DIR'))
|
|
||||||
plugins_names = ' '.join(args.plugin) + 'plugin'
|
|
||||||
if len(args.plugin) > 1:
|
if len(args.plugin) > 1:
|
||||||
plugins_names += 's'
|
plugins_names += 's'
|
||||||
output = []
|
output = []
|
||||||
|
Loading…
Reference in New Issue
Block a user