diff options
author | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-06-20 19:54:44 +0000 |
---|---|---|
committer | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-06-20 19:54:44 +0000 |
commit | bcae4f00e15740a99f06fa621dfa67f7373da1bf (patch) | |
tree | b705b2ac7f374274d884635827fa114d07259d2b | |
parent | 01f65c7e640597bf24db47fdaf4a35eb77371b7e (diff) |
Update to allow windows build to function with the removal of inspircd10.c
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2329 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | src/protocol/Makefile.win32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/Makefile.win32 b/src/protocol/Makefile.win32 index 32e3ae1d5..9447f86ce 100644 --- a/src/protocol/Makefile.win32 +++ b/src/protocol/Makefile.win32 @@ -1,6 +1,6 @@ include ../../Makefile.inc.win32 -SRCS=bahamut.c charybdis.c dreamforge.c hybrid.c inspircd10.c inspircd11.c plexus2.c plexus3.c ptlink.c rageircd.c \ +SRCS=bahamut.c charybdis.c dreamforge.c hybrid.c inspircd11.c plexus2.c plexus3.c ptlink.c rageircd.c \ ratbox.c shadowircd.c solidircd.c ultimate2.c ultimate3.c unreal31.c unreal32.c viagra.c OBJECTS= $(SRCS:.c=.dll) |