diff options
author | shennetsind <ind@henn.et> | 2013-06-14 08:50:45 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-06-14 08:50:45 -0300 |
commit | 5321d32c8d670fbfbfe02f7df5066170aa20ee2e (patch) | |
tree | b87f8211e9ea2d486a8b172b3a5b97971e3643dc /src/plugins/Makefile.in | |
parent | e5e28d108ebc656fcb8a39775b84e725ca4abbb9 (diff) | |
download | hercules-5321d32c8d670fbfbfe02f7df5066170aa20ee2e.tar.gz hercules-5321d32c8d670fbfbfe02f7df5066170aa20ee2e.tar.bz2 hercules-5321d32c8d670fbfbfe02f7df5066170aa20ee2e.tar.xz hercules-5321d32c8d670fbfbfe02f7df5066170aa20ee2e.zip |
Updating .sql item db files
Also Introducing the official DB2SQL plugin to quickly update the .sql db files.
http://hercules.ws/board/topic/1105-hercules-wpe-free-june-14th-patch
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/plugins/Makefile.in')
-rw-r--r-- | src/plugins/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/Makefile.in b/src/plugins/Makefile.in index 71b743dca..3c80fa0e1 100644 --- a/src/plugins/Makefile.in +++ b/src/plugins/Makefile.in @@ -1,17 +1,19 @@ COMMON_H = ../common/HPMi.h ../common/cbasetypes.h -PLUGINS = sample +PLUGINS = sample db2sql @SET_MAKE@ ##################################################################### -.PHONY : all $(PLUGINS) sample clean help +.PHONY : all $(PLUGINS) sample db2sql clean help all: $(PLUGINS) sample: sample@DLLEXT@ +db2sql: db2sql@DLLEXT@ + clean: @echo " CLEAN plugins" @rm -rf *.o |