1
0
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:
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-04-16 18:28:12 +00:00
parent 81da370760
commit d8512f028c
4 changed files with 22 additions and 7 deletions
+5 -4
View File
@@ -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)"
###############################################################
+6 -1
View File
@@ -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"
+6 -1
View File
@@ -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
View File
@@ -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.