Kaydet (Commit) 0b4a9bd2 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Compile as Objective-C++ for iOS thanks to current sal/main.h idea

üst 649f45fd
......@@ -72,6 +72,10 @@ APP1TARGET=$(TARGET)
APP1OBJS=$(DEPOBJFILES)
APP1RPATH=UREBIN
.IF "$(OS)" == "IOS"
CFLAGSCXX += $(OBJCXXFLAGS)
.ENDIF
# Include all relevant (see ure/source/README) dynamic libraries, so that C++
# UNO components running in the uno executable have a defined environment
# (stlport, unxlngi6 libstdc++.so.6, and wntmsci10 uwinapi.dll are already
......
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