summaryrefslogtreecommitdiff
path: root/win/configure.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Header update: 2007 -> 2008Gravatar w00t2008-01-101-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8695 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix library lists, the instructions on the MS website dont work quite right ↵Gravatar brain2007-09-231-2/+2
| | | | | | in vista so we specify them in the project. Also finally fix auto creation of release dirs when building git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8053 e03df62e-2008-0410-955e-edbf42e46eb7
* Someone messed upGravatar brain2007-08-161-4/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7732 e03df62e-2008-0410-955e-edbf42e46eb7
* * Sockets will now always be nonblocking on win32 version of InspIRCd. There ↵Gravatar burlex2007-07-231-0/+2
| | | | | | | | were some cases (mainly in TreeSockets) where a socket would not get restored to nonblocking mode after a connect() call, resulting in the server getting stuck on a blocking send() call causing freezeups. * configure will now compile under VC7 again. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7500 e03df62e-2008-0410-955e-edbf42e46eb7
* OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.Gravatar peavey2007-07-161-1/+509
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7456 e03df62e-2008-0410-955e-edbf42e46eb7
* 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are ↵Gravatar peavey2007-07-161-509/+1
| | | | | | auto skipped by svn. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7454 e03df62e-2008-0410-955e-edbf42e46eb7
* Add flags to /STATS s output, and nuke some ^MGravatar peavey2007-07-161-5/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7453 e03df62e-2008-0410-955e-edbf42e46eb7
* Ok windows.. YOU WIN :< .. but at least I can use MAXBUF now and configure ↵Gravatar peavey2007-07-161-2/+5
| | | | | | will have to endure the fixed 500 limit :> git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7452 e03df62e-2008-0410-955e-edbf42e46eb7
* Begone evil DOS format :<Gravatar peavey2007-07-161-506/+506
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7449 e03df62e-2008-0410-955e-edbf42e46eb7
* Use wrapper include instead of colour.h.Gravatar peavey2007-07-161-4/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7447 e03df62e-2008-0410-955e-edbf42e46eb7
* * Fixed IOCPEngine under x64 (because of incorrect pointer sizes)Gravatar burlex2007-06-131-6/+6
| | | | | | - Fixed configure / VC8 projects for x64 compiling. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7293 e03df62e-2008-0410-955e-edbf42e46eb7
* - Fixed configure script to allow gnutls compilation under win32.Gravatar burlex2007-06-131-18/+54
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7290 e03df62e-2008-0410-955e-edbf42e46eb7
* Prompting for wether or not to wipe the .h and build from clean (default to no)Gravatar brain2007-06-111-8/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7272 e03df62e-2008-0410-955e-edbf42e46eb7
* Change from /GS to /Gm in makefilesGravatar brain2007-06-111-4/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7271 e03df62e-2008-0410-955e-edbf42e46eb7
* Put the check back so we dont keep doing builds from scratch every timeGravatar brain2007-06-111-0/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7269 e03df62e-2008-0410-955e-edbf42e46eb7
* CommentsGravatar brain2007-06-061-0/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7250 e03df62e-2008-0410-955e-edbf42e46eb7
* Change configure to generate .mak files with warning level 2.Gravatar brain2007-06-021-4/+4
| | | | | | | Change project files to warning level 2. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7215 e03df62e-2008-0410-955e-edbf42e46eb7
* Have configure try and create ..\bin\release\* and/or ..\bin\debug\*Gravatar brain2007-05-221-0/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7118 e03df62e-2008-0410-955e-edbf42e46eb7
* Its CreateDirectory in win :/Gravatar brain2007-05-221-4/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7110 e03df62e-2008-0410-955e-edbf42e46eb7
* Have this make the debug and release dirs, fannying around mkdiring them in ↵Gravatar brain2007-05-221-0/+4
| | | | | | a command prompt is a pain in the rectum git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7109 e03df62e-2008-0410-955e-edbf42e46eb7
* Update this to always run even if we have an inspircd_config.h, having to ↵Gravatar brain2007-05-221-16/+0
| | | | | | | | | manually fart around deleting files to make clean is a pain in the ass. Also why does it seem to be making a seperate named file for release builds and never actually calling it during a release build, leading to debug modules being loaded into a non-debug insp :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7107 e03df62e-2008-0410-955e-edbf42e46eb7
* Update from burlex, thanksGravatar brain2007-05-201-16/+16
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7057 e03df62e-2008-0410-955e-edbf42e46eb7
* Patch for vc8 project files by burlex, thanksGravatar brain2007-05-201-0/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7052 e03df62e-2008-0410-955e-edbf42e46eb7
* Helps if I add the w32 specific code, too. :pGravatar w00t2007-05-191-0/+454
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7044 e03df62e-2008-0410-955e-edbf42e46eb7