Created
September 5, 2018 08:52
-
-
Save levicki/813dd78a43b3aaf6faaf1ff710bc2753 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- zlibvc.vcxproj 2018-09-05 10:28:01.584410000 +0200 | |
+++ zlibvc-fixed.vcxproj 2018-09-05 10:31:44.611140200 +0200 | |
@@ -242,6 +242,7 @@ | |
<DataExecutionPrevention> | |
</DataExecutionPrevention> | |
<ImportLibrary>$(OutDir)zlibwapi.lib</ImportLibrary> | |
+ <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> | |
</Link> | |
<PreBuildEvent> | |
<Command>cd ..\..\masmx86 | |
@@ -394,7 +395,7 @@ | |
<TargetMachine>MachineX64</TargetMachine> | |
</Link> | |
<PreBuildEvent> | |
- <Command>cd ..\..\contrib\masmx64 | |
+ <Command>cd ..\..\masmx64 | |
bld_ml64.bat</Command> | |
</PreBuildEvent> | |
</ItemDefinitionGroup> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment