dmake: Add support for mingw64

running dmake under mingw64 causes an error
the makefile will have to be recreated
under linux
This commit is contained in:
tetsuo55 2017-05-11 10:36:37 +02:00 committed by PKEuS
parent 68d77b73da
commit 2d24d5ce01
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ int main(int argc, char **argv)
<< " CPPCHK_GLIBCXX_DEBUG=\n"
<< " endif # !CPPCHK_GLIBCXX_DEBUG\n"
<< "\n"
<< " ifeq ($(MSYSTEM),MINGW32)\n"
<< " ifeq ($(MSYSTEM),MINGW32 MINGW64)\n"
<< " LDFLAGS=-lshlwapi\n"
<< " else\n"
<< " RDYNAMIC=-lshlwapi\n"