diff options
author | Filippos Karapetis | 2017-02-10 02:50:55 +0200 |
---|---|---|
committer | Filippos Karapetis | 2017-02-10 10:12:04 +0200 |
commit | 29616127b32d833c7c413cfc979f2c523def1e11 (patch) | |
tree | b709dcb8dceddfddb77efb65e773ccbd71bc47cb /devtools/create_cryo | |
parent | c73270a3d38798c01dbc5bbc1937efacce79632b (diff) | |
download | scummvm-rg350-29616127b32d833c7c413cfc979f2c523def1e11.tar.gz scummvm-rg350-29616127b32d833c7c413cfc979f2c523def1e11.tar.bz2 scummvm-rg350-29616127b32d833c7c413cfc979f2c523def1e11.zip |
CRYO: Rename create_led_dat to create_cryo_dat
Diffstat (limited to 'devtools/create_cryo')
-rw-r--r-- | devtools/create_cryo/create_cryo_dat.cpp (renamed from devtools/create_cryo/create_led_dat.cpp) | 0 | ||||
-rw-r--r-- | devtools/create_cryo/module.mk | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devtools/create_cryo/create_led_dat.cpp b/devtools/create_cryo/create_cryo_dat.cpp index 794dee3e32..794dee3e32 100644 --- a/devtools/create_cryo/create_led_dat.cpp +++ b/devtools/create_cryo/create_cryo_dat.cpp diff --git a/devtools/create_cryo/module.mk b/devtools/create_cryo/module.mk index f8e350a95d..f1e8ea3aa9 100644 --- a/devtools/create_cryo/module.mk +++ b/devtools/create_cryo/module.mk @@ -2,10 +2,10 @@ MODULE := devtools/create_cryo MODULE_OBJS := \ - create_led_dat.o + create_cryo_dat.o # Set the name of the executable -TOOL_EXECUTABLE := create_led_dat +TOOL_EXECUTABLE := create_cryo_dat # Include common rules include $(srcdir)/rules.mk |