diff --git a/CMakeLists.txt b/CMakeLists.txt index e5254ab..c4ba636 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,5 +23,7 @@ include_directories(external) add_subdirectory(mdeartworks) add_subdirectory(mdelibs) +if(NOT CMAKE_SYSTEM_NAME STREQUAL "Windows") add_subdirectory(mdebase) +endif() add_subdirectory(mdeutils) diff --git a/external/milsko b/external/milsko index 2af2759..8a02b3d 160000 --- a/external/milsko +++ b/external/milsko @@ -1 +1 @@ -Subproject commit 2af2759e55d000e404e18d2fc084599325a1b595 +Subproject commit 8a02b3d31be583bff74f1c67d47d07140ed4e48a diff --git a/format.sh b/format.sh index 13c29d1..87a1494 100755 --- a/format.sh +++ b/format.sh @@ -8,5 +8,5 @@ format() { } format mdebase "mdm milkwm mpanel" -format mdelibs "audio audio/pthread core sound include" +format mdelibs "audio audio/thread core sound include" format mdeutils "mbiff mauplay" diff --git a/mdelibs b/mdelibs index f1cd631..63fb35c 160000 --- a/mdelibs +++ b/mdelibs @@ -1 +1 @@ -Subproject commit f1cd631aae18283a3eef5ec1e71eca48e56931e9 +Subproject commit 63fb35c899c2cc967b39b4712dba0aadfd49b82a diff --git a/mdeutils b/mdeutils index 35213ac..ad6df6e 160000 --- a/mdeutils +++ b/mdeutils @@ -1 +1 @@ -Subproject commit 35213ac652812391738c5c97b19c145e9eb17ff6 +Subproject commit ad6df6e3fde16445b6755f56522b235d61b36e57