mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-11 11:39:02 -04:00
Update win/README with instructions on how to use cmake-gui. Always build m_regex_stdlib, since all VS versions we support support it.
13 lines
302 B
CMake
13 lines
302 B
CMake
#ifndef INSPIRCD_CONFIG_H
|
|
#define INSPIRCD_CONFIG_H
|
|
|
|
#define CONFIG_PATH "@CONF_PATH@"
|
|
#define MOD_PATH "@MODULE_PATH@"
|
|
#define DATA_PATH "@DATA_PATH@"
|
|
#define LOG_PATH "@LOG_PATH@"
|
|
#define MAXBUF 514
|
|
|
|
#include "inspircd_win32wrapper.h"
|
|
#include "threadengines/threadengine_win32.h"
|
|
|
|
#endif |