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

No testing, sorry, when cross-compiling

üst 41893e08
...@@ -33,6 +33,11 @@ ENABLE_EXCEPTIONS = TRUE ...@@ -33,6 +33,11 @@ ENABLE_EXCEPTIONS = TRUE
.INCLUDE: settings.mk .INCLUDE: settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
all:
@echo Nothing done when cross-compiling
.ENDIF
CFLAGSCXX += $(CPPUNIT_CFLAGS) CFLAGSCXX += $(CPPUNIT_CFLAGS)
DLLPRE = DLLPRE =
......
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