Index: wflow-py/make_wflow_exe_cx.py =================================================================== diff -u -rb5cb107c8d3aaa6a98ccc12c6393d251defccbea -ra9e9595a30f2ae6564dd3841b6622bf4fb249fc9 --- wflow-py/make_wflow_exe_cx.py (.../make_wflow_exe_cx.py) (revision b5cb107c8d3aaa6a98ccc12c6393d251defccbea) +++ wflow-py/make_wflow_exe_cx.py (.../make_wflow_exe_cx.py) (revision a9e9595a30f2ae6564dd3841b6622bf4fb249fc9) @@ -168,8 +168,10 @@ if target == 'openda': import thrift executables = [ + Executable('Scripts/wtools_py/CatchRiver.py', base=base), + Executable('Scripts/wtools_py/CreateGrid.py', base=base), + Executable('Scripts/wtools_py/StaticMaps.py', base=base), Executable('Scripts/pcr2netcdf.py', base=base), - Executable('Scripts/pcr2netcdf.py', base=base), Executable('Scripts/bmi2runner.py', base=base), Executable('openda_bmi/opendapy.py', base=base), Executable('Scripts/wflow_prepare_step2.py', base=base),