Index: wflow-py/make_wflow_exe_cx.py =================================================================== diff -u -rd198ceccc218fa2b2d2b00708bb7f04b4b07d450 -rcbf7c94ecefe500b6985ec7a44c2b61ccff4de00 --- wflow-py/make_wflow_exe_cx.py (.../make_wflow_exe_cx.py) (revision d198ceccc218fa2b2d2b00708bb7f04b4b07d450) +++ wflow-py/make_wflow_exe_cx.py (.../make_wflow_exe_cx.py) (revision cbf7c94ecefe500b6985ec7a44c2b61ccff4de00) @@ -171,7 +171,6 @@ Executable('Scripts/wtools_py/CatchRiver.py', base=base), Executable('wflow/create_grid.py', base=base), Executable('wflow/static_maps.py', base=base), - Executable('Scripts/wtools_py/wflow_fews.py', base=base), Executable('Scripts/pcr2netcdf.py', base=base), Executable('Scripts/bmi2runner.py', base=base), Executable('openda_bmi/opendapy.py', base=base), @@ -195,7 +194,6 @@ Executable('Scripts/wtools_py/CatchRiver.py', base=base), Executable('wflow/create_grid.py', base=base), Executable('wflow/static_maps.py', base=base), - Executable('Scripts/wtools_py/wflow_fews.py', base=base), Executable('Scripts/pcr2netcdf.py', base=base), Executable('Scripts/bmi2runner.py', base=base), Executable('Scripts/wfds_core.py', base=base), @@ -219,7 +217,6 @@ Executable('Scripts/wtools_py/CatchRiver.py', base=base), Executable('wflow/create_grid.py', base=base), Executable('wflow/static_maps.py', base=base), - Executable('Scripts/wtools_py/wflow_fews.py', base=base), Executable('Scripts/pcr2netcdf.py', base=base), Executable('Scripts/bmi2runner.py', base=base), Executable('Scripts/wflow_prepare_step2.py', base=base),