From 4d850a272aabe91eab08bcc735b4297d51e6e35f Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Tue, 22 Jan 2013 23:55:29 +1100 Subject: - 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). --- heimdall/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'heimdall/Makefile.am') diff --git a/heimdall/Makefile.am b/heimdall/Makefile.am index cec8fad..dcebb73 100644 --- a/heimdall/Makefile.am +++ b/heimdall/Makefile.am @@ -1,6 +1,6 @@ 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 bin_PROGRAMS = heimdall -- cgit v1.2.3