Skip to content

Commit

Permalink
Corrected project settings
Browse files Browse the repository at this point in the history
Removed msvcrt12 dependency for win32 build which was accidentally added
when created project from x64 settings.
  • Loading branch information
hfiref0x committed Mar 18, 2015
1 parent a15b477 commit 9b54c70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Binary file modified Compiled/fftp-x86-32-rel.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions SHA1.hash
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
4b83f34d06f9a38636827c45c63aa0c4ff2c7fbc *Compiled\fftp-x86-32-rel.exe
5884aeca33429830b39eba6d3ddb00680037faf4 *Compiled\fftp-x86-32-rel.exe
989525f85abef05581ccab673e81df3f5d50be36 *Compiled\fftp-x86-64-rel.exe
ce9821213538d39775af4a48550eefa3908323c5 *Compiled\fftp.cfg
84b1b3565e22d8bcd07aadb631deea0bfd94d3bb *Source\fftp\fftp.vcxproj
6b1b94302bbb0214b586180b256e0d3499eea767 *Source\fftp\fftp.vcxproj
452a91017e90a2da1f7841d638ce5f6ec0392290 *Source\fftp\fftp.vcxproj.filters
2c9a9b9948470b297667c9b2420ca7ef4c734ecf *Source\fftp\fftp.vcxproj.user
acbea4fa44344152b6a88d1e1c7a50608ad99959 *Source\fftp\ftpserv.c
Expand Down
3 changes: 2 additions & 1 deletion Source/fftp/fftp.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,10 @@
<BrowseInformation>true</BrowseInformation>
<CompileAs>CompileAsC</CompileAs>
<SDLCheck>true</SDLCheck>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<GenerateDebugInformation>false</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<Version>6.0</Version>
Expand Down

0 comments on commit 9b54c70

Please sign in to comment.