1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 15:33:12 +02:00

BUILD : 1.7.14 (1095) BUGS : 554 NOTES : Applied heinzs manifest patch

git-svn-id: svn://svn.anope.org/anope/trunk@1095 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@819 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-07-20 16:34:48 +00:00
parent 0d31274e1e
commit 2e91131c2a
2 changed files with 35 additions and 25 deletions
+29 -24
View File
@@ -1,24 +1,29 @@
include ../../Makefile.inc.win32
SRCS=anopesmtp.c epona2anope.c db-merger.c
OBJECTS= $(SRCS:.c=.exe)
CFLAGS=$(CFLAGS) /I"../../include"
LFLAGS=/link wsock32.lib $(LIBS) $(LFLAGS)
all: $(OBJECTS)
distclean: clean spotless
.c.exe:
$(CC) $(CFLAGS) $< $(LFLAGS)
clean:
-@del *.obj
spotless: clean
-@del *.exe *.lib *.exp
install: FRC
-@copy *.exe ..\..\$(DATDEST)\
FRC:
include ../../Makefile.inc.win32
SRCS=anopesmtp.c epona2anope.c db-merger.c
OBJECTS= $(SRCS:.c=.exe)
CFLAGS=$(CFLAGS) /I"../../include"
LFLAGS=/link wsock32.lib $(LIBS) $(LFLAGS)
all: $(OBJECTS)
distclean: clean spotless
.c.exe:
$(CC) $(CFLAGS) $< $(LFLAGS)
clean:
-@del *.obj
spotless: clean
-@del *.exe *.lib *.exp
install: exe_install manifest_install
exe_install: FRC
-@copy *.exe ..\..\$(DATDEST)\
manifest_install: FRC
-@copy *.manifest ..\..\$(DATDEST)\
FRC:
+6 -1
View File
@@ -9,10 +9,15 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="14"
VERSION_EXTRA=""
VERSION_BUILD="1094"
VERSION_BUILD="1095"
# $Log$
#
# BUILD : 1.7.14 (1095)
# BUGS : 554
# NOTES : Applied heinzs manifest patch
#
#
# BUILD : 1.7.14 (1094)
# BUGS : 530
# NOTES : Applied marks botserv bold striping patch