Index: wflow-py/make_wflow_exe_cx.py =================================================================== diff -u -r97c6554831d691a3f3d1298dfb70c96808dae45e -r89cba68b2a8c0964b468136573fcab7fdd7bf8e2 --- wflow-py/make_wflow_exe_cx.py (.../make_wflow_exe_cx.py) (revision 97c6554831d691a3f3d1298dfb70c96808dae45e) +++ wflow-py/make_wflow_exe_cx.py (.../make_wflow_exe_cx.py) (revision 89cba68b2a8c0964b468136573fcab7fdd7bf8e2) @@ -169,8 +169,8 @@ import thrift executables = [ Executable('Scripts/wtools_py/CatchRiver.py', base=base), - Executable('Scripts/wtools_py/create_grid.py', base=base), - Executable('Scripts/wtools_py/static_maps.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), @@ -192,8 +192,8 @@ elif target == 'deltashell': executables = [ Executable('Scripts/wtools_py/CatchRiver.py', base=base), - Executable('Scripts/wtools_py/create_grid.py', base=base), - Executable('Scripts/wtools_py/static_maps.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), @@ -215,8 +215,8 @@ else: executables = [ Executable('Scripts/wtools_py/CatchRiver.py', base=base), - Executable('Scripts/wtools_py/create_grid.py', base=base), - Executable('Scripts/wtools_py/static_maps.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),