From ae4facc9693723c9cfa37a49c0c4a40593137625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= Date: Thu, 5 Dec 2019 00:07:16 +0100 Subject: [PATCH] win_discord: compile the discord module by default --- src/win/Makefile.mingw | 3 +++ src/win/Makefile_ndr.mingw | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/win/Makefile.mingw b/src/win/Makefile.mingw index b4ac19e33..4a9f0fba2 100644 --- a/src/win/Makefile.mingw +++ b/src/win/Makefile.mingw @@ -204,6 +204,9 @@ ifndef DYNAREC DYNAREC := n endif endif +ifndef DISCORD + DISCORD := y +endif # Name of the executable. diff --git a/src/win/Makefile_ndr.mingw b/src/win/Makefile_ndr.mingw index 273b428f1..84365333a 100644 --- a/src/win/Makefile_ndr.mingw +++ b/src/win/Makefile_ndr.mingw @@ -204,6 +204,9 @@ ifndef DYNAREC DYNAREC := n endif endif +ifndef DISCORD + DISCORD := y +endif # Name of the executable.