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-frontend/heimdall-frontend.pro | 2 ++ heimdall-frontend/heimdall-frontend.vcxproj | 2 ++ 2 files changed, 4 insertions(+) (limited to 'heimdall-frontend') diff --git a/heimdall-frontend/heimdall-frontend.pro b/heimdall-frontend/heimdall-frontend.pro index cd2bb01..1c3e5bc 100644 --- a/heimdall-frontend/heimdall-frontend.pro +++ b/heimdall-frontend/heimdall-frontend.pro @@ -73,6 +73,8 @@ macx { } } +QMAKE_CXXFLAGS += -std=c++0x + unix:LIBS += -lz ../libpit/libpit-1.4.a win32:LIBS += ../Win32/Release/lib/libpit.lib diff --git a/heimdall-frontend/heimdall-frontend.vcxproj b/heimdall-frontend/heimdall-frontend.vcxproj index d8bf204..60b1173 100644 --- a/heimdall-frontend/heimdall-frontend.vcxproj +++ b/heimdall-frontend/heimdall-frontend.vcxproj @@ -18,9 +18,11 @@ Application Unicode + v110 Application + v110 -- cgit v1.1