1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

Visual Studio Projects: Added support for building under Visual Studio Community (2015)

Release build binaries built under Visual Studio Community DO NOT run on Windows XP.

Fix: #233
This commit is contained in:
Mark Pizzolato
2015-08-19 11:16:47 -07:00
parent 77152c6e20
commit 15736aeec3
4 changed files with 12 additions and 3 deletions

View File

@@ -88,6 +88,8 @@ if exist ../../windows-build-windows-build goto _notice3
:_check_files
if not exist ../../windows-build/winpcap/Wpdpack/Include/pcap.h goto _notice1
if not exist ../../windows-build/pthreads/pthread.h goto _notice1
findstr "/c:_MSC_VER >= 1900" ..\..\windows-build\pthreads\pthread.h >NUL
if ERRORLEVEL 1 goto _notice2
if "%_X_LIBSDL%" == "" goto _done_libsdl
if not exist ../../windows-build/libSDL/SDL2-2.0.3/include/SDL.h goto _notice2
if not exist "../../windows-build/libSDL/Microsoft DirectX SDK (June 2010)/Lib/x86/dxguid.lib" goto _notice2