aboutsummaryrefslogtreecommitdiff
path: root/win/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Replace our Windows getopt_long wrapper with ya_getopt.•••Closes #546. Gravatar Peter Powell2019-12-081-0/+7
* Update most URLs to use HTTPS and fix some dead links.Gravatar Robby2019-03-141-1/+1
* Fix the Windows build system to use the new license file location.Gravatar Peter Powell2018-07-231-1/+1
* Fix building on Windows (mostly).Gravatar Peter Powell2018-02-171-0/+1
* Extract RFC modes from the core to core_channel and core_user.Gravatar Peter Powell2017-12-101-1/+0
* Remove INSPIRCD_SOCKETENGINE_NAME and INSPIRCD_SYSTEM.•••- INSPIRCD_SOCKETENGINE_NAME is not really something that needs to be user facing. If opers want to know this kind of internal info then they can look at the build configuration. - INSPIRCD_SYSTEM causes problems for reproducible builds and is only accurate for the state of the system when InspIRCd is built which is not useful in the slightest. Gravatar Peter Powell2017-10-151-3/+0
* Merge v2.0.23 and v2.0.24 into master.Gravatar Peter Powell2017-07-091-0/+1
|\
| * win: set CMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION to . so the runtime librari...Gravatar Adam2017-05-091-0/+1
* | Merge insp20Gravatar Attila Molnar2016-02-221-0/+4
|\|
| * Fix various issues with the nationalchars module.•••- Strip the directory name in the default casemapping value. - Error out if the casemapping value contains a space. - Error out if the locale file failed to load. - Fix relative file path when building on Windows. - Install nationalchars files on Windows. Gravatar Peter Powell2015-06-141-0/+4
* | Merge insp20Gravatar Attila Molnar2014-07-251-1/+1
|\|
| * Compress the Windows installer with zlib to reduce AV false positivesGravatar Attila Molnar2014-04-131-1/+1
* | Update Windows build scripts for the recent build sys changesGravatar Adam2014-07-231-17/+19
* | Build with multiple processes on Windows (/MP)Gravatar attilamolnar2013-06-111-0/+3
* | Merge insp20Gravatar attilamolnar2013-06-061-5/+5
|\|
| * Fix logfile path on Windows•••Fixes issue #510 reported by @JDowny Gravatar Adam2013-05-021-5/+5
* | Merge inspircd_{config,version}.h into a single header file.Gravatar Peter Powell2013-04-051-2/+1
|/
* win: Made config, modules, data, and log paths configurable.•••Update win/README with instructions on how to use cmake-gui. Always build m_regex_stdlib, since all VS versions we support support it. Gravatar Adam2013-03-231-6/+11
* Link win32_memory too inspircd tooGravatar Adam2013-03-151-5/+11
* Replace Windows build system and installer with cmakeGravatar Adam2013-03-141-0/+94