Kaydet (Commit) d9708d06 authored tarafından Jesús Corrius's avatar Jesús Corrius

mingw32-gcc doesn't support the cl.exe GR option

üst 60acd685
......@@ -69,8 +69,10 @@ CFLAGS+= -I$(SOLARINCDIR)$/$(LIBXSLTINCDIR)
.ENDIF
.IF "$(GUI)"=="WNT"
.IF "$(COM)"=="MSC"
CFLAGS+=-GR
.ENDIF
.ENDIF
# --- General -----------------------------------------------------
......
......@@ -38,8 +38,10 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
.IF "$(GUI)"=="WNT"
.IF "$(COM)"=="MSC"
CFLAGS+=-GR
.ENDIF
.ENDIF
SLOFILES=$(SLO)$/DocGenerator.obj
......
......@@ -38,8 +38,10 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
.IF "$(GUI)"=="WNT"
.IF "$(COM)"=="MSC"
CFLAGS+=-GR
.ENDIF
.ENDIF
SLOFILES=\
$(SLO)$/Decompressor.obj
......
......@@ -42,8 +42,10 @@ NO_BSYMBOLIC=TRUE
.INCLUDE: settings.mk
.IF "$(GUI)"=="WNT"
.IF "$(COM)"=="MSC"
CFLAGS+=-GR
.ENDIF
.ENDIF
# --- Shared-Library ---------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment