mirror of
https://github.com/anope/anope.git
synced 2026-07-03 19:23:14 +02:00
BUILD : 1.7.8 (686) BUGS : N/A NOTES : Applied small makefile patch for win32
git-svn-id: svn://svn.anope.org/anope/trunk@686 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@513 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
81da370760
commit
d8512f028c
+5
-4
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Anope IRC Services 1.7.8 for Windows
|
||||
# Anope IRC Services 1.7.9 for Windows
|
||||
#
|
||||
# Contact us at info@anope.org
|
||||
#
|
||||
@@ -44,7 +44,6 @@ DB_ENCRYPTION=0
|
||||
# If you want to change the names/locations of files/folders, you
|
||||
# can do that here.
|
||||
PROGRAM=anope.exe
|
||||
BINDEST=bin
|
||||
DATDEST=data
|
||||
|
||||
# If you are compiling using VC6, or get __ftol2 errors, please uncomment
|
||||
@@ -53,11 +52,13 @@ DATDEST=data
|
||||
|
||||
# If you are getting errors such as 'Cannot find wsock32.lib', then change
|
||||
# the following line to the path where the library files can be found.
|
||||
#LIBPATH=C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\lib
|
||||
#
|
||||
# Eg: LIBPATH=C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\lib
|
||||
#
|
||||
LIBPATH=
|
||||
|
||||
# If you edited the line above, uncomment the next line.
|
||||
LFLAGS=/LIBPATH:"$(LIBPATH)"
|
||||
#LFLAGS=/LIBPATH:"$(LIBPATH)"
|
||||
|
||||
|
||||
###############################################################
|
||||
|
||||
@@ -25,11 +25,16 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <ctype.h>
|
||||
#include <time.h>
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#else
|
||||
#include "sysconf.h"
|
||||
#endif
|
||||
|
||||
/* CONFIGURATION BLOCK */
|
||||
|
||||
#define NICK_DB_1 "nick1.db"
|
||||
|
||||
@@ -25,11 +25,16 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <ctype.h>
|
||||
#include <time.h>
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#else
|
||||
#include "sysconf.h"
|
||||
#endif
|
||||
|
||||
/* CONFIGURATION BLOCK */
|
||||
|
||||
#define CHAN_DB_EPONA "chan1.db"
|
||||
|
||||
+5
-1
@@ -8,10 +8,14 @@
|
||||
VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="8"
|
||||
VERSION_BUILD="685"
|
||||
VERSION_BUILD="686"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.8 (686)
|
||||
# BUGS : N/A
|
||||
# NOTES : Applied small makefile patch for win32
|
||||
#
|
||||
# BUILD : 1.7.8 (685)
|
||||
# BUGS : none
|
||||
# NOTES : svn FSFS test.
|
||||
|
||||
Reference in New Issue
Block a user