From d4b8c04ba11e61cb96f246705f7e50b0d9dbf7e9 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Tue, 19 Sep 2017 20:55:31 -0600 Subject: [PATCH] * Update build.bat file to add /DWINVER=0x0501 so that Alpine can build when using Visual Studio 2017. Fix contributed by Ulf-Dietrich Braunmann. --- build.bat | 6 +++--- pith/pine.hlp | 13 ++++++++++++- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/build.bat b/build.bat index a88a1a4..52d5431 100644 --- a/build.bat +++ b/build.bat @@ -28,7 +28,7 @@ echo clean -- to remove obj, lib, and exe files from source goto fini :wnt -echo PC-Aline for Windows/Winsock (Win32) build sequence +echo PC-Alpine for Windows/Winsock (Win32) build sequence set cclntmake=makefile.nt set alpinemake=makefile.wnt if not defined ALPINE_LDAP set ALPINE_LDAP=%cd%\ldap @@ -42,7 +42,7 @@ echo including LDAP functionality set ldapflags=-I\"%ALPINE_LDAP%\"\inckit -DENABLE_LDAP set ldaplibes=\"%ALPINE_LDAP%\"\binaries\release\ldap32.lib :noldapwnt -set extracflagsnq=/Zi -Od %ldapflags% -D_USE_32BIT_TIME_T -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DSPCL_REMARKS=\"\\\"\\\"\" +set extracflagsnq=/DWINVER=0x0501 /Zi -Od %ldapflags% -D_USE_32BIT_TIME_T -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DSPCL_REMARKS=\"\\\"\\\"\" set extralibes= set extralibesalpine=%ldaplibes% set extrarcflags="/D_PCP_WNT" @@ -64,7 +64,7 @@ echo including LDAP functionality set ldapflags=-I\"%ALPINE_LDAP%\"\inckit -DENABLE_LDAP set ldaplibes=\"%ALPINE_LDAP%\"\binaries\release\ldap32.lib :noldapw2k -set extracflagsnq=/Zi -Od %ldapflags% -D_USE_32BIT_TIME_T -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DSPCFC_WINVER=\"\\\" 2000\\\"\" -DSPCL_REMARKS=\"\\\" with krb5\\\"\" +set extracflagsnq=/DWINVER=0x0501 /Zi -Od %ldapflags% -D_USE_32BIT_TIME_T -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -DSPCFC_WINVER=\"\\\" 2000\\\"\" -DSPCL_REMARKS=\"\\\" with krb5\\\"\" set extralibes="secur32.lib" set extralibesalpine="secur32.lib %ldaplibes%" set extrarcflags="/D_PCP_W2K" diff --git a/pith/pine.hlp b/pith/pine.hlp index 05b82d7..44e4485 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 214 2017-09-17 16:47:33 +Alpine Commit 215 2017-09-19 20:55:01 ============= h_news ================= @@ -184,6 +184,17 @@ Bugs that have been addressed include:
  • Crash when a CA certificate failed to load, and user attempted to view certificate information of other certificate authorities. + +
  • Deactivate some color code from Pico (as standalone editor in the + windows version) until I find a way to activate it again. This is + not critical and it is not something that PC-Pico must have (some + of it already exists in other ways, like color support, what does + not exist is the more complex code that Unix-Pico has with color + codes for specific colors.) + +
  • Update build.bat file to add /DWINVER=0x0501 so that Alpine can + build when using Visual Studio 2017. Fix contributed by + Ulf-Dietrich Braunmann.

    -- 2.11.4.GIT