diff options
author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-26 22:13:01 +0000 |
---|---|---|
committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-26 22:13:01 +0000 |
commit | 2e41f43ace799691e42a8a2cdd01be44fe6bc1aa (patch) | |
tree | 346c52d7f8cf80fe4da06510b937e3f66fad26df /install.js | |
parent | 797edb40bab66cec3fe3bee20aa6f6bcb88dcde6 (diff) |
A few more Win32 fixes, Anope 1.9 compiles and runs under Windows now.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1799 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'install.js')
-rw-r--r-- | install.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.js b/install.js index 678d3bb69..477f65b2f 100644 --- a/install.js +++ b/install.js @@ -364,7 +364,7 @@ var buildPackages = [ f.WriteLine("CC=cl"); f.WriteLine("RC=rc"); f.WriteLine("MAKE=nmake -f Makefile.win32"); - f.WriteLine("BASE_CFLAGS=$(VC6) /O2 /MD /TP /GR /EHsc $(INCFLAGS)"); + f.WriteLine("BASE_CFLAGS=$(VC6) /Zi /MD /TP /GR /EHs $(INCFLAGS)"); f.WriteLine("RC_FLAGS="+path_line_rc); f.WriteLine("LIBS=wsock32.lib advapi32.lib /NODEFAULTLIB:libcmtd.lib"); f.WriteLine("LFLAGS=$(LIBPATH)"); |