summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tools/Makefile.win3253
-rw-r--r--version.log7
2 files changed, 35 insertions, 25 deletions
diff --git a/src/tools/Makefile.win32 b/src/tools/Makefile.win32
index d48eb5c6b..77e7f2c91 100644
--- a/src/tools/Makefile.win32
+++ b/src/tools/Makefile.win32
@@ -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:
diff --git a/version.log b/version.log
index 320b43ff3..cc904b3ee 100644
--- a/version.log
+++ b/version.log
@@ -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