Skip to content

Instantly share code, notes, and snippets.

@levicki
Created September 5, 2018 08:52
Show Gist options
  • Save levicki/813dd78a43b3aaf6faaf1ff710bc2753 to your computer and use it in GitHub Desktop.
Save levicki/813dd78a43b3aaf6faaf1ff710bc2753 to your computer and use it in GitHub Desktop.
--- 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