Salome HOME
bos #38104: prepare final configuration files for SALOME 9.12.0
[tools/sat_salome.git] / products / omniORB.pyconf
1 default :
2 {
3     name : "omniORB"
4     build_source : "script"
5     compil_script :  $name + $VARS.scriptExtension
6     get_source : "archive"
7     environ :
8     {
9        env_script : $name + ".py"
10     }
11     depend : ['Python']
12     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
13     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
14     install_dir : 'base'
15     properties:
16     {
17       incremental : "yes"
18     }
19     patches : []
20     post_script: "fix_permissions.sh"
21 }
22
23 version_4_2_3_win_dbg:
24 {
25   patches: ['omniORB-4.2.3-windows-debug.patch']
26 }
27
28 version_4_2_5:
29 {
30   patches: ['omniORB-4.2.5.p1.patch']
31 }