From: gregorycu Date: Sun, 3 Jan 2016 07:30:39 +0000 (+1100) Subject: Add MinSizeRel and RelWithDebInfo to MSVCBuildDir check X-Git-Tag: 0.4.14~345 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=09a6910dc78af7e403e3d68bed61199ecb5e0377;p=oweals%2Fminetest.git Add MinSizeRel and RelWithDebInfo to MSVCBuildDir check --- diff --git a/src/porting.cpp b/src/porting.cpp index 223299892..fd1915b0d 100644 --- a/src/porting.cpp +++ b/src/porting.cpp @@ -163,6 +163,8 @@ bool detectMSVCBuildDir(const std::string &path) { const char *ends[] = { "bin\\Release", + "bin\\MinSizeRel", + "bin\\RelWithDebInfo", "bin\\Debug", "bin\\Build", NULL