summaryrefslogtreecommitdiff
path: root/win/CMakeLists.txt
AgeCommit message (Collapse)Author
2019-12-08Replace our Windows getopt_long wrapper with ya_getopt.Peter Powell
Closes #546.
2019-03-14Update most URLs to use HTTPS and fix some dead links.Robby
2018-07-23Fix the Windows build system to use the new license file location.Peter Powell
2018-02-17Fix building on Windows (mostly).Peter Powell
2017-12-10Extract RFC modes from the core to core_channel and core_user.Peter Powell
2017-10-15Remove INSPIRCD_SOCKETENGINE_NAME and INSPIRCD_SYSTEM.Peter Powell
- 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.
2017-07-09Merge v2.0.23 and v2.0.24 into master.Peter Powell
2017-05-09win: set CMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION to . so the runtime ↵Adam
libraries are not placed in bin
2016-02-22Merge insp20Attila Molnar
2015-06-14Fix various issues with the nationalchars module.Peter Powell
- 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.
2014-07-25Merge insp20Attila Molnar
2014-07-23Update Windows build scripts for the recent build sys changesAdam
2014-04-13Compress the Windows installer with zlib to reduce AV false positivesAttila Molnar
2013-06-11Build with multiple processes on Windows (/MP)attilamolnar
2013-06-06Merge insp20attilamolnar
2013-05-02Fix logfile path on WindowsAdam
Fixes issue #510 reported by @JDowny
2013-04-05Merge inspircd_{config,version}.h into a single header file.Peter Powell
2013-03-23win: Made config, modules, data, and log paths configurable.Adam
Update win/README with instructions on how to use cmake-gui. Always build m_regex_stdlib, since all VS versions we support support it.
2013-03-15Link win32_memory too inspircd tooAdam
2013-03-14Replace Windows build system and installer with cmakeAdam