Skip to content
This repository was archived by the owner on May 8, 2019. It is now read-only.

Commit 3f70445

Browse files
committed
Updated to newer MDK
1 parent 12a9fe2 commit 3f70445

File tree

6 files changed

+4
-6
lines changed

6 files changed

+4
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
2929

3030
## Module Development Kit
3131
add_subdirectory("MDK")
32-
include_directories("MDK")
32+
include_directories("MDK/include")
3333

3434
set(SOURCES
3535
${CMAKE_CURRENT_LIST_DIR}/MSConfig.cpp

MDK

Submodule MDK updated from bf1f8d1 to 4153acd

MSConfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
#include "INIReader.h"
2222

23-
#include <MasterServerMDK.h>
23+
#include <MDK/MasterServerMDK.h>
2424
#include <stdio.h>
2525

2626
const char *CConfig::GetDatabaseName()

Main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*/
1919
#include "ModuleManager.h"
2020
#include "MSConfig.h"
21-
#include "Database.h"
2221

2322
#include <iostream>
2423
#include <string>

Module.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*/
1919
#include "Module.h"
2020
#include "MSConfig.h"
21-
#include "Database.h"
2221

2322
#include <stdio.h>
2423

Module.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#include "Thread.h"
2323

24-
#include <MasterServerMDK.h>
24+
#include <MDK/MasterServerMDK.h>
2525

2626
#include <string>
2727
#include <map>

0 commit comments

Comments
 (0)