ide: Removed dependency on Core/SSL

git-svn-id: svn://ultimatepp.org/upp/trunk@12989 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-04-12 15:11:04 +00:00
parent 37262d526c
commit 4c50f8b1be
2 changed files with 10 additions and 3 deletions

View file

@ -1,5 +1,9 @@
#include "ide.h"
#ifndef bmYEAR
#include <build_info.h>
#endif
bool SetupSVNTrunk()
{
WithSetupSVNLayout<TopWindow> dlg;
@ -13,6 +17,7 @@ bool SetupSVNTrunk()
#endif
static MapConvert revcv;
ONCELOCK {
#if 0 // this requires Core/SSL
for(int pass = 0; pass < 2; pass++) {
HttpRequest r(pass ? "https://www.ultimatepp.org/www$uppweb$RoadmapHistorical$en-us.html"
: "https://www.ultimatepp.org/www$uppweb$Roadmap$en-us.html");
@ -40,7 +45,10 @@ bool SetupSVNTrunk()
}
}
}
#if 0
#else
#ifdef bmSVN_REVISION
revcv.Add(atoi(bmSVN_REVISION), "2019.1 (rev " bmSVN_REVISION ") (Apr 2019)");
#endif
revcv.Add(11873, "2018.1 (rev 11873) (Mar 2018)");
revcv.Add(11540, "2017.2 (rev 11540) (Dec 2017)");
revcv.Add(10804, "2017.1 (rev 10804) (Jan 2017)");

View file

@ -21,8 +21,7 @@ uses
ide/Java,
ide/MacroManager,
urepo,
Report,
Core/SSL;
Report;
link(WIN32 MSC) /MAP;