diff options
Diffstat (limited to 'include/makefile.win32')
-rw-r--r-- | include/makefile.win32 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/include/makefile.win32 b/include/makefile.win32 new file mode 100644 index 000000000..5d0b9b49b --- /dev/null +++ b/include/makefile.win32 @@ -0,0 +1,25 @@ +# Make file for Win32 +# +# (C) 2003-2008 Anope Team +# Contact us at info@anope.org +# +# Please read COPYING and README for further details. +# +# Based on the original code of Epona by Lara. +# Based on the original code of Services by Andy Church. +# +# $Id$ +# + +########################################################################### + +clean: + -@erase language.h + +spotless: clean + -@erase sysconf.h version.h + +distclean: spotless + + +FRC: |