summaryrefslogtreecommitdiff
path: root/src/mode.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-10-22 19:53:23 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-10-22 19:53:23 +0000
commitab6a7318e36bd8e0a259cd9eef3694a0f0e8684a (patch)
treec7b1a23d234224b6be12eb6f73501d73c85b6c74 /src/mode.cpp
parent6ded0e838fa1b173b4a37bc0369dc0f640b4c1ca (diff)
Remove the need for a bunch of the hard coded arrays/hashes by scanning the src/ dir for tag comments, like in modules
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8307 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/mode.cpp')
-rw-r--r--src/mode.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mode.cpp b/src/mode.cpp
index 1f6cc08b9..4aee282a2 100644
--- a/src/mode.cpp
+++ b/src/mode.cpp
@@ -11,6 +11,11 @@
* ---------------------------------------------------
*/
+/* $Core: libIRCDmode */
+/* $ExtraDeps: $(RELCPPFILES) */
+/* $ExtraObjects: modes/modeclasses.a */
+/* $ExtraBuild: ${MAKE} -C "modes" DIRNAME="src/modes" CC="$(CC)" $(MAKEARGS) CPPFILES="$(CPPFILES)" */
+
#include "inspircd.h"
#include "inspstring.h"