aboutsummaryrefslogtreecommitdiffstats
path: root/win/m_spanningtreeVC80.vcproj
Commit message (Collapse)AuthorAgeFilesLines
* We dont support these compilers any moreGravatar brain2009-08-021-863/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11468 e03df62e-2008-0410-955e-edbf42e46eb7
* Add auto build step for site release. The actual batch file that does this ↵Gravatar brain2008-11-221-0/+206
| | | | | | wont be included in the build as it contains information relating to the webservers, users who want to do their own site release can roll their own batchfile. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10812 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixes to make win32 build againGravatar brain2008-07-201-8/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10051 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix stray /MD that should be /MPGravatar brain2008-04-211-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9569 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix to use dll in debug buildGravatar brain2008-04-211-31/+31
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9568 e03df62e-2008-0410-955e-edbf42e46eb7
* Merge in large patchset from GreenReaper, useful fixes for freeing a ton of ↵Gravatar brain2008-04-211-31/+30
| | | | | | different things on shutdown for tidyness, and a few stack corruption fixes in the mode handler git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9565 e03df62e-2008-0410-955e-edbf42e46eb7
* Add hand-crafted resource script, contains version information and icon ↵Gravatar brain2008-04-201-30/+31
| | | | | | definition git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9556 e03df62e-2008-0410-955e-edbf42e46eb7
* Apply patches to remove 200-odd dll limit on windows, made by GreenReaper, ↵Gravatar brain2008-04-181-26/+29
| | | | | | lots of thanks! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9533 e03df62e-2008-0410-955e-edbf42e46eb7
* Revert back to /MT, this shit isnt working and its too late to think straightGravatar brain2008-04-161-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9523 e03df62e-2008-0410-955e-edbf42e46eb7
* /MT -> /MDGravatar brain2008-04-161-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9522 e03df62e-2008-0410-955e-edbf42e46eb7
* Automatic rebasing of load addresses for .so files on windows, thanks to ↵Gravatar brain2008-04-161-0/+2
| | | | | | GreenReaper for the hints and tips git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9519 e03df62e-2008-0410-955e-edbf42e46eb7
* Apply brain's patch for binary safety of hash providers, and remove rehash ↵Gravatar w00t2008-04-091-4/+0
| | | | | | from windows project (manually applied that due to linefeed shit) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9441 e03df62e-2008-0410-955e-edbf42e46eb7
* Add protocolinterface.* and privmsg.cppGravatar brain2008-04-051-0/+12
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9369 e03df62e-2008-0410-955e-edbf42e46eb7
* Patch by brain; Fix crash when no parameters are given when introducing a ↵Gravatar special2008-03-311-0/+4
| | | | | | remote client and add encap to the windows project git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9237 e03df62e-2008-0410-955e-edbf42e46eb7
* Change object output filename for spanningtree's server.cpp and modules.cpp ↵Gravatar brain2008-02-221-0/+16
| | | | | | files so that STUPID msvc doesnt think theyre duplicates. should work. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9008 e03df62e-2008-0410-955e-edbf42e46eb7
* someone forgot to add all the new m_spanningtree files to the project too :pGravatar brain2008-02-221-0/+124
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8997 e03df62e-2008-0410-955e-edbf42e46eb7
* This still doesnt work :(Gravatar brain2008-01-211-0/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8744 e03df62e-2008-0410-955e-edbf42e46eb7
* Add new spanningtree files to vc80 solutionGravatar brain2007-10-141-0/+40
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8189 e03df62e-2008-0410-955e-edbf42e46eb7
* More compile fixesGravatar brain2007-09-231-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8057 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix library paths for compilation on my laptopGravatar brain2007-09-231-22/+22
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8054 e03df62e-2008-0410-955e-edbf42e46eb7
* Set EOL to WINDOWS-style always for Visual Studio files.Gravatar peavey2007-07-161-1/+456
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7455 e03df62e-2008-0410-955e-edbf42e46eb7
* 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are ↵Gravatar peavey2007-07-161-456/+1
| | | | | | auto skipped by svn. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7454 e03df62e-2008-0410-955e-edbf42e46eb7
* * Fixed IOCPEngine under x64 (because of incorrect pointer sizes)Gravatar burlex2007-06-131-24/+24
| | | | | | - Fixed configure / VC8 projects for x64 compiling. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7293 e03df62e-2008-0410-955e-edbf42e46eb7
* + Added x64 solutions for VC2005, for future work. This does not under any ↵Gravatar burlex2007-06-131-0/+169
| | | | | | circumstances mean it will even compile work properly yet. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7287 e03df62e-2008-0410-955e-edbf42e46eb7
* - Enabled minimal rebuild on all VS project files, this will reduce build ↵Gravatar burlex2007-06-081-163/+1
| | | | | | time on small changes, also removed the -Auto configurations as they are no longer used. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7261 e03df62e-2008-0410-955e-edbf42e46eb7
* * Fixed VC8 m_spanningtree project file. second commit?! :)Gravatar burlex2007-06-081-0/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7256 e03df62e-2008-0410-955e-edbf42e46eb7
* Change configure to generate .mak files with warning level 2.Gravatar brain2007-06-021-1/+2
| | | | | | | Change project files to warning level 2. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7215 e03df62e-2008-0410-955e-edbf42e46eb7
* Change to NOT optimize, /O2 was set on all projects, probably a bad thing, ↵Gravatar brain2007-05-221-0/+1
| | | | | | we dont know what the compiler is going to do to our code. Set to /Od git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7108 e03df62e-2008-0410-955e-edbf42e46eb7
* Guh. 1am Brain is weak brain.Gravatar brain2007-05-201-0/+438
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7054 e03df62e-2008-0410-955e-edbf42e46eb7