diff options
author | Jesús Corrius <jesus@softcatala.org> | 2011-06-24 13:18:13 +0200 |
---|---|---|
committer | Jesús Corrius <jesus@softcatala.org> | 2011-06-24 13:18:13 +0200 |
commit | d9708d06a46e030720c58e1f2bc116aa76af8873 (patch) | |
tree | b7845e8a0d2e0c5bad3481fc5a9f3bfd1208ea88 /xmlhelp/util | |
parent | 60acd685b2c7b1c91e09ac81732823e09b8db231 (diff) |
mingw32-gcc doesn't support the cl.exe GR option
Diffstat (limited to 'xmlhelp/util')
-rwxr-xr-x | xmlhelp/util/makefile.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlhelp/util/makefile.mk b/xmlhelp/util/makefile.mk index 5e1a85f85759..880bdb2c85bf 100755 --- a/xmlhelp/util/makefile.mk +++ b/xmlhelp/util/makefile.mk @@ -42,8 +42,10 @@ NO_BSYMBOLIC=TRUE .INCLUDE: settings.mk .IF "$(GUI)"=="WNT" +.IF "$(COM)"=="MSC" CFLAGS+=-GR .ENDIF +.ENDIF # --- Shared-Library --------------------------------------------------- |