Index: wflow-py/make_wflow_exe_buildserver.py =================================================================== diff -u -re1af852a21006547ca71fc10827f639bb9cbc2f7 -rb285eb0687b213375a1c7e650cb9db2abaaaacc1 --- wflow-py/make_wflow_exe_buildserver.py (.../make_wflow_exe_buildserver.py) (revision e1af852a21006547ca71fc10827f639bb9cbc2f7) +++ wflow-py/make_wflow_exe_buildserver.py (.../make_wflow_exe_buildserver.py) (revision b285eb0687b213375a1c7e650cb9db2abaaaacc1) @@ -171,8 +171,9 @@ 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('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), @@ -193,8 +194,9 @@ elif target == 'deltashell': 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('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), @@ -215,8 +217,9 @@ else: 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('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),