From b17ba83e9c5da3620277ff317b5f82dc397813d7 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 14 Mar 2013 15:19:41 -0400 Subject: Replace Windows build system and installer with cmake --- win/inspircd_config.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 win/inspircd_config.h (limited to 'win/inspircd_config.h') diff --git a/win/inspircd_config.h b/win/inspircd_config.h new file mode 100644 index 000000000..168eeb761 --- /dev/null +++ b/win/inspircd_config.h @@ -0,0 +1,13 @@ +#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