aboutsummaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
...
* Change to NOT optimize, /O2 was set on all projects, probably a bad thing, we...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7108 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-223-0/+3
* Update this to always run even if we have an inspircd_config.h, having to man...•••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 Gravatar brain2007-05-221-16/+0
* Add .net framework version check•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7105 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-211-0/+62
* Fix to properly uninstall•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7104 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-211-83/+4
* Reorder includes, dont worry there is method to my madness (i hope)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7093 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-211-1/+0
* Fix warnings•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7092 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-212-3/+3
* Shortcut working dir is set to SetOutPath value, fix this so that the working...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7091 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-211-2/+2
* Most likely doesnt work•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7089 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-211-82/+2
* Install InspGUI to $INSTDIR, not $INSTDIR\Bin•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7088 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-211-1/+3
* Obsolete mods are in here :/•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7087 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-211-1/+1
* Fix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7086 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-211-1/+1
* Growl.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7084 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-211-9/+9
* Invalid COPYING path•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7083 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-211-1/+1
* NSIS installer script•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7082 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-211-0/+313
* - *slap Om with some unpronouncable fish* - you forgot the />•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7080 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-201-1/+1
* Coding style tidyup. PLEASE don't let vs assrape this again.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7079 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-201-125/+118
* Same change for VC71. This is a manual edit of the file as I don't have an ol...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7071 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2007-05-201-1/+1
* Quote the commanline to run configure.exe so it works with pathnames with spa...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7070 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar om2007-05-201-1/+1
* We will get this right eventually•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7069 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-201-0/+2
* Also wrong•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7068 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-201-1/+1
* Wrong wrong wrong.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7067 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-201-1/+1
* Throw bad alloc on out of memory, not return null, this is the correct behavi...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7066 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-201-1/+8
* Merge in burlex's easy-build patch, apparently its now single-click and wait.•••Will play with this tomorrow. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7060 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-203-14/+7
* Change the define that defines strcasecmp->stricmp to use _stricmp to suppres...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7058 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-201-1/+1
* Update from burlex, thanks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7057 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-201-16/+16
* Begone shitty safe stl warnings!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7056 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-201-0/+6
* Guh. 1am Brain is weak brain.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7054 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-204-0/+1525
* - These two need to be generated by configure.exe (someone smack me if I'm wr...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7053 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-202-40/+0
* Patch for vc8 project files by burlex, thanks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7052 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2007-05-202-25/+31
* And remove a whole heap of .orig shit I just managed to commit.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7045 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-1911-0/+0
* Helps if I add the w32 specific code, too. :p•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7044 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2007-05-1922-0/+2214