Skip to content

Commit

Permalink
Fix groestlcoin-tx.vcxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
ufasoft committed Sep 22, 2018
1 parent 36bdb3b commit 8e7637d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/groestlcoin-tx.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
<ForcedIncludeFiles>grs-config.h</ForcedIncludeFiles>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<BufferSecurityCheck>false</BufferSecurityCheck>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand Down Expand Up @@ -197,6 +198,7 @@
<Optimization>MinSpace</Optimization>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<BufferSecurityCheck>false</BufferSecurityCheck>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
Expand Down
4 changes: 2 additions & 2 deletions windows.mak
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ src\qt\res_bitcoin.cpp : src\qt\moc.proj


x86_R_St\groestlcoin-qt.exe : src\groestlcoin.cpp src\qt\res_bitcoin.cpp
""$(MSB)"" my-groestlcoin.sln /p:Configuration=R_St,Platform=x86 /v:n
""$(MSB)"" groestlcoin.sln /p:Configuration=R_St,Platform=x86 /v:n

x64_R_St\groestlcoin-qt.exe : src\groestlcoin.cpp src\qt\res_bitcoin.cpp
""$(MSB)"" my-groestlcoin.sln /p:Configuration=R_St,Platform=x64 /v:n
""$(MSB)"" groestlcoin.sln /p:Configuration=R_St,Platform=x64 /v:n


groestlcoin-2.16.3-win32.msi : groestlcoin.wxs x86_R_St\groestlcoin-qt.exe
Expand Down

0 comments on commit 8e7637d

Please sign in to comment.