Kaydet (Commit) 80f62d98 authored tarafından Herbert Dürr's avatar Herbert Dürr

allow non-gcc to build the mac-i386 UNO bridge

üst 1f317e05
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
PRJ=..$/..$/.. PRJ=..$/..$/..
PRJNAME=bridges PRJNAME=bridges
TARGET=gcc3_uno TARGET=$(COMNAME)_uno
LIBTARGET=no LIBTARGET=no
ENABLE_EXCEPTIONS=TRUE ENABLE_EXCEPTIONS=TRUE
...@@ -34,7 +34,7 @@ ENABLE_EXCEPTIONS=TRUE ...@@ -34,7 +34,7 @@ ENABLE_EXCEPTIONS=TRUE
# --- Files -------------------------------------------------------- # --- Files --------------------------------------------------------
.IF "$(COM)$(OS)$(CPU)$(COMNAME)" == "GCCMACOSXIgcc3" .IF "$(OS)$(CPU)" == "MACOSXI"
.IF "$(cppu_no_leak)" == "" .IF "$(cppu_no_leak)" == ""
CFLAGS += -DLEAK_STATIC_DATA CFLAGS += -DLEAK_STATIC_DATA
......
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