diff options
author | Thierry Crozat | 2018-01-23 21:53:11 +0000 |
---|---|---|
committer | Thierry Crozat | 2018-01-23 21:53:11 +0000 |
commit | 2db8fbcb9de08a36fd1aa22d2c925ea47a4ddd36 (patch) | |
tree | baa760a3f9998238f7fea2f57cf347e4e0678e67 /devtools/create_supernova/module.mk | |
parent | 5189dbb7ba7d3db8a7e78906e5bc5ab8d1677955 (diff) | |
parent | ccd4e20e3264f24eca5ff674e5a0d5fc0b262d36 (diff) | |
download | scummvm-rg350-2db8fbcb9de08a36fd1aa22d2c925ea47a4ddd36.tar.gz scummvm-rg350-2db8fbcb9de08a36fd1aa22d2c925ea47a4ddd36.tar.bz2 scummvm-rg350-2db8fbcb9de08a36fd1aa22d2c925ea47a4ddd36.zip |
Merge branch 'supernova'
Diffstat (limited to 'devtools/create_supernova/module.mk')
-rw-r--r-- | devtools/create_supernova/module.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devtools/create_supernova/module.mk b/devtools/create_supernova/module.mk new file mode 100644 index 0000000000..806cccadaa --- /dev/null +++ b/devtools/create_supernova/module.mk @@ -0,0 +1,12 @@ +MODULE := devtools/create_supernova + +MODULE_OBJS := \ + file.o \ + po_parser.o \ + create_supernova.o + +# Set the name of the executable +TOOL_EXECUTABLE := create_supernova + +# Include common rules +include $(srcdir)/rules.mk |