From 41e8b9f91ff73fd4d18aae1e467446563f94c33f Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 30 Aug 2017 22:24:07 +0100 Subject: update Prebuild with WhiteCore version --- Prebuild/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Prebuild/ChangeLog') diff --git a/Prebuild/ChangeLog b/Prebuild/ChangeLog index bb8e7b0..8092999 100644 --- a/Prebuild/ChangeLog +++ b/Prebuild/ChangeLog @@ -1,3 +1,17 @@ +2015, June Fly-Man- + * V2.0.7 (WhiteCore Build) + * Added the VS2012/VS2013 targets so .Net 4.5 can be used for WhiteCore + * Cleaned up the SharpDevelop2 code part + +2015, April rowan Deppeler + * V2.0.6w (WhiteCore build + * No changes to the code as it appears development has now stalled at 1.10 + - Incorporated (Rev's, I think) patches from Aurora to provide for passing the framework + and additional conditionals in the Prebuild.xml spec + - Re-built using Net 4.0 framework to provide for use on unmodified Windows 8 systems (No Net 3.5) + - Included Solution and project files to assist building if required + + 2008-12-09T02:15 D. Moonfire * src/Core/Kernel.cs - Added a /ppi target to get the results of processing but before -- cgit v1.1 From 46ead8dcb2661024fb2f9affe96c38f11c61dfeb Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 30 Aug 2017 22:49:13 +0100 Subject: make option Prefer32bit default to false. Thanks Freaky Tech --- Prebuild/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Prebuild/ChangeLog') diff --git a/Prebuild/ChangeLog b/Prebuild/ChangeLog index 8092999..c1c8be1 100644 --- a/Prebuild/ChangeLog +++ b/Prebuild/ChangeLog @@ -1,3 +1,6 @@ +2017, August Unit Umarov + * add Freak Tech patch for prefer32bit default to false + 2015, June Fly-Man- * V2.0.7 (WhiteCore Build) * Added the VS2012/VS2013 targets so .Net 4.5 can be used for WhiteCore -- cgit v1.1 From b9fc629bdfd050a7ded26aefec5d3ed3d97ce916 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Thu, 31 Aug 2017 11:23:03 +0100 Subject: fix a whitecode bug, add missing files --- Prebuild/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Prebuild/ChangeLog') diff --git a/Prebuild/ChangeLog b/Prebuild/ChangeLog index c1c8be1..a7d0612 100644 --- a/Prebuild/ChangeLog +++ b/Prebuild/ChangeLog @@ -1,5 +1,7 @@ 2017, August Unit Umarov * add Freak Tech patch for prefer32bit default to false + * fix comand line target override + * fix CSharp target assembly name 2015, June Fly-Man- * V2.0.7 (WhiteCore Build) -- cgit v1.1