aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/Makefile.in
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2013-01-22 23:55:29 +1100
committerben <ben@snaploader.vm>2013-01-23 00:44:12 +1100
commit4d850a272aabe91eab08bcc735b4297d51e6e35f (patch)
treeb5a5e48ffa4e7f0f8d3db8b322c7a9fb9b593282 /heimdall/Makefile.in
parent31b1b0b2b0c9312e597ad35e26729474c21b20b9 (diff)
downloadexternal_heimdall-4d850a272aabe91eab08bcc735b4297d51e6e35f.zip
external_heimdall-4d850a272aabe91eab08bcc735b4297d51e6e35f.tar.gz
external_heimdall-4d850a272aabe91eab08bcc735b4297d51e6e35f.tar.bz2
- Updated MSVC projects to MSVC2012.
- Changed from libusb-1.0 to libusbx. - Upgraded to C++11 (defined as C++0x for backwards compatibility with gcc < 4.7).
Diffstat (limited to 'heimdall/Makefile.in')
-rw-r--r--heimdall/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/heimdall/Makefile.in b/heimdall/Makefile.in
index 56d4f50..991cdd6 100644
--- a/heimdall/Makefile.in
+++ b/heimdall/Makefile.in
@@ -245,7 +245,7 @@ top_srcdir = @top_srcdir@
udevadminstalled = @udevadminstalled@
AUTOMAKE_OPTIONS = subdir-objects
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
-AM_CPPFLAGS = $(DEPS_CFLAGS) -I../libpit/Source
+AM_CPPFLAGS = $(DEPS_CFLAGS) -std=c++0x -I../libpit/Source
STATIC_LIBS = ../libpit/libpit-1.4.a
heimdall_SOURCES = source/Arguments.cpp \
source/BridgeManager.cpp \