1
0
mirror of https://github.com/simh/simh.git synced 2026-02-15 04:06:59 +00:00

Visual Studio Projects: Update to use pthreads4w 2.10.0

This commit is contained in:
Mark Pizzolato
2018-08-06 07:44:35 -07:00
parent 15885fdf6a
commit fee95b0527
64 changed files with 144 additions and 50 deletions

View File

@@ -46,6 +46,7 @@
MinimalRebuild="true"
BasicRuntimeChecks="0"
RuntimeLibrary="1"
BufferSecurityCheck="false"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="3"
@@ -126,6 +127,7 @@
PreprocessorDefinitions="_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_WINSOCK_DEPRECATED_NO_WARNINGS;SIM_NEED_GIT_COMMIT_ID;HAVE_PCREPOSIX_H;PCRE_STATIC"
StringPooling="true"
RuntimeLibrary="0"
BufferSecurityCheck="false"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
WarningLevel="3"