summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2017-09-19 20:55:31 -0600
committerEduardo Chappa <chappa@washington.edu>2017-09-19 20:55:31 -0600
commitd4b8c04ba11e61cb96f246705f7e50b0d9dbf7e9 (patch)
treeeba4f9553682709cbb0cb45a5e11ea446f8cba38
parent65f48774417d3fd4a37e21bc381ac82ca14ddcaf (diff)
downloadalpine-d4b8c04ba11e61cb96f246705f7e50b0d9dbf7e9.tar.xz
* Update build.bat file to add /DWINVER=0x0501 so that Alpine can
build when using Visual Studio 2017. Fix contributed by Ulf-Dietrich Braunmann.
-rw-r--r--build.bat6
-rw-r--r--pith/pine.hlp13
2 files changed, 15 insertions, 4 deletions
diff --git a/build.bat b/build.bat
index a88a1a40..52d54310 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 05b82d74..44e4485e 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 =================
<HTML>
<HEAD>
@@ -184,6 +184,17 @@ Bugs that have been addressed include:
<LI> Crash when a CA certificate failed to load, and user attempted to
view certificate information of other certificate authorities.
+
+ <LI> 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.)
+
+ <LI> Update build.bat file to add /DWINVER=0x0501 so that Alpine can
+ build when using Visual Studio 2017. Fix contributed by
+ Ulf-Dietrich Braunmann.
</UL>
<P>