diff options
author | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2013-01-22 13:55:29 +0100 |
---|---|---|
committer | ben <ben@snaploader.vm> | 2013-01-22 14:44:12 +0100 |
commit | 4d850a272aabe91eab08bcc735b4297d51e6e35f (patch) | |
tree | b5a5e48ffa4e7f0f8d3db8b322c7a9fb9b593282 /heimdall-frontend | |
parent | - Changed interpretation of packet size reponses of 0 from meaning "don't (diff) | |
download | Heimdall-4d850a272aabe91eab08bcc735b4297d51e6e35f.tar Heimdall-4d850a272aabe91eab08bcc735b4297d51e6e35f.tar.gz Heimdall-4d850a272aabe91eab08bcc735b4297d51e6e35f.tar.bz2 Heimdall-4d850a272aabe91eab08bcc735b4297d51e6e35f.tar.lz Heimdall-4d850a272aabe91eab08bcc735b4297d51e6e35f.tar.xz Heimdall-4d850a272aabe91eab08bcc735b4297d51e6e35f.tar.zst Heimdall-4d850a272aabe91eab08bcc735b4297d51e6e35f.zip |
Diffstat (limited to 'heimdall-frontend')
-rw-r--r-- | heimdall-frontend/heimdall-frontend.pro | 2 | ||||
-rw-r--r-- | heimdall-frontend/heimdall-frontend.vcxproj | 2 |
2 files changed, 4 insertions, 0 deletions
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 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
+ <PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
+ <PlatformToolset>v110</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
|