Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-12 | Update cmake version parsing code to deal with recent build version changes | Adam | |
Update Config.cs to no longer hardcode VS generators, it seems no longer necessary. Fix new version system, cannot return C++ types from extern C functions | |||
2014-01-01 | Update copyright to 2014. This was done with: | Adam | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; | |||
2013-01-09 | Update copyright to 2013. This was done with: | Adam | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \; | |||
2012-12-07 | Modified the Config scripts to ask the user explicitly for additional ↵ | Naram Qashat | |
include and library directories. | |||
2012-10-29 | Update Config.cs for VS 2012 and fix it failing if the source directory path ↵ | Adam | |
has spaces in it | |||
2012-01-02 | Updated Copyright to 2012 | Adam | |
2011-01-05 | update copyrights for 2011 | lethality | |
2010-11-01 | Fixed building anopesmtp on Windows, fixed some cmake problems with ↵ | Adam | |
calculate_depends, and fixed building without gettext | |||
2010-10-30 | Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows. | Adam | |
Added a search path option to the Config script for cmake to use when finding libraries for modules or for gettext. Fixed m_mysql and m_ssl to work under Windows, made the Windows Config program remember the last used options, and fixed Windows release builds. | |||
2010-08-22 | Made Config ask what version of Visual Studio you are using so cmake can ↵ | Adam | |
generate the correct files | |||
2010-08-21 | Removed Config.bat and install.js and replaced it with a small C# program ↵ | Adam | |
that tends to fail less. |