diff options
author | frostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-30 04:56:06 +0000 |
---|---|---|
committer | frostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-30 04:56:06 +0000 |
commit | fc725b7e8fbe3f449a12012d9e5b92a57e723370 (patch) | |
tree | 331226bd407d29753bb4a169c3587b93e0d87a48 /.Makefile.inc | |
parent | e9c208d82b288226437fdef3c9ca4c5438d43abc (diff) |
Small minor insignificant ite.. ZOMG CYGWIN DYNAMIC MODULES!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2984 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to '.Makefile.inc')
-rw-r--r-- | .Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.Makefile.inc b/.Makefile.inc index 6783a9bb6..84774284c 100644 --- a/.Makefile.inc +++ b/.Makefile.inc @@ -53,6 +53,7 @@ bininst: -install -v -m 0700 src/libIRCDwildcard.so $(LIBPATH) -install -v -m 0700 src/libIRCDxline.so $(LIBPATH) -install -v -m 0700 src/inspircd $(BINPATH) + -install -v -m 0700 src/inspircd.dll $(BINPATH) -install -v -m 0700 inspircd $(BASE) @echo "*************************************" @echo "* BUILD COMPLETE! *" |