mirror of
https://github.com/anope/anope.git
synced 2026-07-04 17:53:12 +02:00
Added InspIRCd 1.2 protocol module into Windows makefiles and installer scripts
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2537 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
include ../../Makefile.inc.win32
|
||||
|
||||
SRCS=bahamut.c charybdis.c dreamforge.c hybrid.c inspircd11.c plexus2.c plexus3.c ptlink.c rageircd.c \
|
||||
SRCS=bahamut.c charybdis.c dreamforge.c hybrid.c inspircd11.c inspircd12.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)
|
||||
|
||||
@@ -173,6 +173,7 @@ File "anope-1.8.2\anope.bat"
|
||||
File "anope-1.8.2\data\modules\hs_setall.dll"
|
||||
File "anope-1.8.2\data\modules\hybrid.dll"
|
||||
File "anope-1.8.2\data\modules\inspircd11.dll"
|
||||
File "anope-1.8.2\data\modules\inspircd12.dll"
|
||||
File "anope-1.8.2\data\modules\ms_cancel.dll"
|
||||
File "anope-1.8.2\data\modules\ms_check.dll"
|
||||
File "anope-1.8.2\data\modules\ms_del.dll"
|
||||
@@ -417,6 +418,7 @@ Section Uninstall
|
||||
Delete "$INSTDIR\data\modules\ms_check.dll"
|
||||
Delete "$INSTDIR\data\modules\ms_cancel.dll"
|
||||
Delete "$INSTDIR\data\modules\inspircd11.dll"
|
||||
Delete "$INSTDIR\data\modules\inspircd12.dll"
|
||||
Delete "$INSTDIR\data\modules\hybrid.dll"
|
||||
Delete "$INSTDIR\data\modules\hs_setall.dll"
|
||||
Delete "$INSTDIR\data\modules\hs_set.dll"
|
||||
@@ -535,4 +537,4 @@ RMDir "$INSTDIR\data\backups"
|
||||
DeleteRegKey ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}"
|
||||
DeleteRegKey HKLM "${PRODUCT_DIR_REGKEY}"
|
||||
SetAutoClose true
|
||||
SectionEnd
|
||||
SectionEnd
|
||||
|
||||
@@ -174,6 +174,7 @@ SetOutPath "$INSTDIR\data\backups"
|
||||
File "anope-1.8.2-MySQL\data\modules\hs_setall.dll"
|
||||
File "anope-1.8.2-MySQL\data\modules\hybrid.dll"
|
||||
File "anope-1.8.2-MySQL\data\modules\inspircd11.dll"
|
||||
File "anope-1.8.2-MySQL\data\modules\inspircd12.dll"
|
||||
File "anope-1.8.2-MySQL\data\modules\ms_cancel.dll"
|
||||
File "anope-1.8.2-MySQL\data\modules\ms_check.dll"
|
||||
File "anope-1.8.2-MySQL\data\modules\ms_del.dll"
|
||||
@@ -417,6 +418,7 @@ Section Uninstall
|
||||
Delete "$INSTDIR\data\modules\ms_check.dll"
|
||||
Delete "$INSTDIR\data\modules\ms_cancel.dll"
|
||||
Delete "$INSTDIR\data\modules\inspircd11.dll"
|
||||
Delete "$INSTDIR\data\modules\inspircd12.dll"
|
||||
Delete "$INSTDIR\data\modules\hybrid.dll"
|
||||
Delete "$INSTDIR\data\modules\hs_setall.dll"
|
||||
Delete "$INSTDIR\data\modules\hs_set.dll"
|
||||
@@ -537,4 +539,4 @@ RMDir "$INSTDIR\data\backups"
|
||||
DeleteRegKey ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}"
|
||||
DeleteRegKey HKLM "${PRODUCT_DIR_REGKEY}"
|
||||
SetAutoClose true
|
||||
SectionEnd
|
||||
SectionEnd
|
||||
|
||||
+2
-1
@@ -9,9 +9,10 @@ VERSION_MAJOR="1"
|
||||
VERSION_MINOR="8"
|
||||
VERSION_PATCH="2"
|
||||
VERSION_EXTRA="-svn"
|
||||
VERSION_BUILD="2536"
|
||||
VERSION_BUILD="2537"
|
||||
|
||||
# $Log$ # Changes since 1.8.2 Release
|
||||
#Revision 2537 - Added InspIRCd 1.2 protocol module into Windows makefiles and installer scripts
|
||||
#Revision 2536 - Added InspIRCd 1.2 protocol module.
|
||||
#Revision 2535 - Added option for delayed pseudo-client introduction. (Required for Insp 1.2)
|
||||
#Revision 2534 - Added ability to mark users as either ID'd or UNID'd after user introduction. This is the responsibility of the protocol module! (Required for Insp 1.2)
|
||||
|
||||
Reference in New Issue
Block a user