* Re: [edk2-devel] [PATCH v2 0/2] *** Add VS2019 Support ***
[not found] <15C51B795F616549.24469@groups.io>
@ 2019-09-17 3:22 ` Cheng, Ching JenX
2019-09-17 14:56 ` Liming Gao
0 siblings, 1 reply; 4+ messages in thread
From: Cheng, Ching JenX @ 2019-09-17 3:22 UTC (permalink / raw)
To: devel@edk2.groups.io, Cheng, Ching JenX
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2182
In order to support VS2019 on EDK2, the following patches was modified def and batch files 1. Add VS2019 x86/64 definitions on tools_def.template 2. Add VS2019 support on toolsetup batches, and add version check with command vswhere
Because VS2019 and VS2017 using the same vswhere to get the InstallationPath
v2: In 01/02, add ARM/AARCH64/EBC Definitions, Combine VS2017_HOST and VS2019_HOST to VS_HOST
Ching JenX Cheng (2):
Add VS2019 Toolchain def
Add VS2019 Support on ToolSetup Batches
BaseTools/Conf/tools_def.template | 220 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------
BaseTools/get_vsvars.bat | 37 ++++++++++++++++++++++++++++++-------
BaseTools/set_vsprefix_envs.bat | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
BaseTools/toolsetup.bat | 16 +++++++++++++---
edksetup.bat | 6 ++++--
5 files changed, 313 insertions(+), 36 deletions(-)
--
2.21.0.windows.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [edk2-devel] [PATCH v2 0/2] *** Add VS2019 Support ***
2019-09-17 3:22 ` [edk2-devel] [PATCH v2 0/2] *** Add VS2019 Support *** Cheng, Ching JenX
@ 2019-09-17 14:56 ` Liming Gao
2019-09-18 1:51 ` Cheng, Ching JenX
0 siblings, 1 reply; 4+ messages in thread
From: Liming Gao @ 2019-09-17 14:56 UTC (permalink / raw)
To: devel@edk2.groups.io, Cheng, Ching JenX
Ching:
The change is good. With this change, have you verified VS2017 tool chain?
I want to make sure there is no impact on VS2017.
Thanks
Liming
> -----Original Message-----
> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Cheng, Ching JenX
> Sent: Tuesday, September 17, 2019 11:23 AM
> To: devel@edk2.groups.io; Cheng, Ching JenX <ching.jenx.cheng@intel.com>
> Subject: Re: [edk2-devel] [PATCH v2 0/2] *** Add VS2019 Support ***
>
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2182
>
> In order to support VS2019 on EDK2, the following patches was modified def and batch files 1. Add VS2019 x86/64 definitions on
> tools_def.template 2. Add VS2019 support on toolsetup batches, and add version check with command vswhere
> Because VS2019 and VS2017 using the same vswhere to get the InstallationPath
>
> v2: In 01/02, add ARM/AARCH64/EBC Definitions, Combine VS2017_HOST and VS2019_HOST to VS_HOST
>
> Ching JenX Cheng (2):
> Add VS2019 Toolchain def
> Add VS2019 Support on ToolSetup Batches
>
> BaseTools/Conf/tools_def.template | 220
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------
> BaseTools/get_vsvars.bat | 37 ++++++++++++++++++++++++++++++-------
> BaseTools/set_vsprefix_envs.bat | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
> BaseTools/toolsetup.bat | 16 +++++++++++++---
> edksetup.bat | 6 ++++--
> 5 files changed, 313 insertions(+), 36 deletions(-)
>
> --
> 2.21.0.windows.1
>
>
>
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [edk2-devel] [PATCH v2 0/2] *** Add VS2019 Support ***
2019-09-17 14:56 ` Liming Gao
@ 2019-09-18 1:51 ` Cheng, Ching JenX
2019-09-18 8:13 ` Liming Gao
0 siblings, 1 reply; 4+ messages in thread
From: Cheng, Ching JenX @ 2019-09-18 1:51 UTC (permalink / raw)
To: Gao, Liming, devel@edk2.groups.io
Hi Liming,
The VS2017 is still working fine with this changes,
I have verified it with VS2019, VS2017 and VS2015 build,
Thanks,
Allen
> -----Original Message-----
> From: Gao, Liming
> Sent: Tuesday, September 17, 2019 10:57 PM
> To: devel@edk2.groups.io; Cheng, Ching JenX
> <ching.jenx.cheng@intel.com>
> Subject: RE: [edk2-devel] [PATCH v2 0/2] *** Add VS2019 Support ***
>
> Ching:
> The change is good. With this change, have you verified VS2017 tool chain?
> I want to make sure there is no impact on VS2017.
>
> Thanks
> Liming
> > -----Original Message-----
> > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
> > Cheng, Ching JenX
> > Sent: Tuesday, September 17, 2019 11:23 AM
> > To: devel@edk2.groups.io; Cheng, Ching JenX
> > <ching.jenx.cheng@intel.com>
> > Subject: Re: [edk2-devel] [PATCH v2 0/2] *** Add VS2019 Support ***
> >
> > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2182
> >
> > In order to support VS2019 on EDK2, the following patches was modified
> > def and batch files 1. Add VS2019 x86/64 definitions on tools_def.template
> 2. Add VS2019 support on toolsetup batches, and add version check with
> command vswhere
> > Because VS2019 and VS2017 using the same vswhere to get the
> > InstallationPath
> >
> > v2: In 01/02, add ARM/AARCH64/EBC Definitions, Combine VS2017_HOST
> and
> > VS2019_HOST to VS_HOST
> >
> > Ching JenX Cheng (2):
> > Add VS2019 Toolchain def
> > Add VS2019 Support on ToolSetup Batches
> >
> > BaseTools/Conf/tools_def.template | 220
> >
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> ++
> >
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> +++++++++++++++++++++++++-------------------
> > BaseTools/get_vsvars.bat | 37
> ++++++++++++++++++++++++++++++-------
> > BaseTools/set_vsprefix_envs.bat | 70
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> +++++++-----
> > BaseTools/toolsetup.bat | 16 +++++++++++++---
> > edksetup.bat | 6 ++++--
> > 5 files changed, 313 insertions(+), 36 deletions(-)
> >
> > --
> > 2.21.0.windows.1
> >
> >
> >
> >
> >
> >
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [edk2-devel] [PATCH v2 0/2] *** Add VS2019 Support ***
2019-09-18 1:51 ` Cheng, Ching JenX
@ 2019-09-18 8:13 ` Liming Gao
0 siblings, 0 replies; 4+ messages in thread
From: Liming Gao @ 2019-09-18 8:13 UTC (permalink / raw)
To: Cheng, Ching JenX, devel@edk2.groups.io
That's good. I have no other comment. Reviewed-by: Liming Gao <liming.gao@intel.com>
>-----Original Message-----
>From: Cheng, Ching JenX
>Sent: Wednesday, September 18, 2019 9:51 AM
>To: Gao, Liming <liming.gao@intel.com>; devel@edk2.groups.io
>Subject: RE: [edk2-devel] [PATCH v2 0/2] *** Add VS2019 Support ***
>
>Hi Liming,
>
>The VS2017 is still working fine with this changes,
>I have verified it with VS2019, VS2017 and VS2015 build,
>
>Thanks,
>Allen
>
>> -----Original Message-----
>> From: Gao, Liming
>> Sent: Tuesday, September 17, 2019 10:57 PM
>> To: devel@edk2.groups.io; Cheng, Ching JenX
>> <ching.jenx.cheng@intel.com>
>> Subject: RE: [edk2-devel] [PATCH v2 0/2] *** Add VS2019 Support ***
>>
>> Ching:
>> The change is good. With this change, have you verified VS2017 tool chain?
>> I want to make sure there is no impact on VS2017.
>>
>> Thanks
>> Liming
>> > -----Original Message-----
>> > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
>> > Cheng, Ching JenX
>> > Sent: Tuesday, September 17, 2019 11:23 AM
>> > To: devel@edk2.groups.io; Cheng, Ching JenX
>> > <ching.jenx.cheng@intel.com>
>> > Subject: Re: [edk2-devel] [PATCH v2 0/2] *** Add VS2019 Support ***
>> >
>> > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2182
>> >
>> > In order to support VS2019 on EDK2, the following patches was modified
>> > def and batch files 1. Add VS2019 x86/64 definitions on tools_def.template
>> 2. Add VS2019 support on toolsetup batches, and add version check with
>> command vswhere
>> > Because VS2019 and VS2017 using the same vswhere to get the
>> > InstallationPath
>> >
>> > v2: In 01/02, add ARM/AARCH64/EBC Definitions, Combine VS2017_HOST
>> and
>> > VS2019_HOST to VS_HOST
>> >
>> > Ching JenX Cheng (2):
>> > Add VS2019 Toolchain def
>> > Add VS2019 Support on ToolSetup Batches
>> >
>> > BaseTools/Conf/tools_def.template | 220
>> >
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> ++
>> >
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> +++++++++++++++++++++++++-------------------
>> > BaseTools/get_vsvars.bat | 37
>> ++++++++++++++++++++++++++++++-------
>> > BaseTools/set_vsprefix_envs.bat | 70
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> +++++++-----
>> > BaseTools/toolsetup.bat | 16 +++++++++++++---
>> > edksetup.bat | 6 ++++--
>> > 5 files changed, 313 insertions(+), 36 deletions(-)
>> >
>> > --
>> > 2.21.0.windows.1
>> >
>> >
>> >
>> >
>> >
>> >
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-09-18 8:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <15C51B795F616549.24469@groups.io>
2019-09-17 3:22 ` [edk2-devel] [PATCH v2 0/2] *** Add VS2019 Support *** Cheng, Ching JenX
2019-09-17 14:56 ` Liming Gao
2019-09-18 1:51 ` Cheng, Ching JenX
2019-09-18 8:13 ` Liming Gao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox