From 6b2d45c154ddbd5ea4381156f5b763c8d0c29e07 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 23 Mar 2013 22:47:25 -0500 Subject: 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. --- win/inspircd_config.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 win/inspircd_config.h (limited to 'win/inspircd_config.h') diff --git a/win/inspircd_config.h b/win/inspircd_config.h deleted file mode 100644 index 168eeb761..000000000 --- a/win/inspircd_config.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef INSPIRCD_CONFIG_H -#define INSPIRCD_CONFIG_H - -#define CONFIG_PATH "conf" -#define MOD_PATH "modules" -#define DATA_PATH "data" -#define LOG_PATH "logs" -#define MAXBUF 514 - -#include "inspircd_win32wrapper.h" -#include "threadengines/threadengine_win32.h" - -#endif \ No newline at end of file -- cgit v1.2.3