diff options
author | Adam <Adam@anope.org> | 2012-10-27 06:44:37 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-10-27 07:12:39 -0400 |
commit | 64dd3c6655b6044d06bed018912173b6f6d287fb (patch) | |
tree | 7350e5342a0412c8b1151a0767c73a3a4936bd47 /src/protocol/Makefile.win32 | |
parent | 9486cf9ecbe613a969e2ba79da4401e5f0702678 (diff) |
Update Windows install script for VS 2012, update Windows README, and fixed VS 2012 build
Diffstat (limited to 'src/protocol/Makefile.win32')
-rw-r--r-- | src/protocol/Makefile.win32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/Makefile.win32 b/src/protocol/Makefile.win32 index ae74cbe08..e59278d52 100644 --- a/src/protocol/Makefile.win32 +++ b/src/protocol/Makefile.win32 @@ -5,7 +5,7 @@ SRCS=bahamut.c charybdis.c dreamforge.c hybrid.c inspircd11.c inspircd12.c inspi OBJECTS= $(SRCS:.c=.dll) CFLAGS=/LD /MD /D MODULE_COMPILE $(CFLAGS) /I"../../include" -LFLAGS=/link ../anope.lib wsock32.lib $(LIBS) $(LFLAGS) $(MYSQL_LIB_PATH) /export:AnopeInit /VERSION:$(VERSION) +LFLAGS=/link ../anope.lib wsock32.lib $(LIBS) $(LFLAGS) $(MYSQL_LIB_PATH) /export:AnopeInit /VERSION:1.8 all: $(OBJECTS) |