On Tue, 13 Apr 2021 08:43:07 GMT, Alexander Scherbatiy
wrote:
>> Alexander Scherbatiy has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Remove mt.exe from win.gradle build script
>
> I removed `ext.MC = cygpath("$winSdkBinDir/mt.exe")` li
On Thu, 15 Apr 2021 17:37:08 GMT, Alexander Scherbatiy
wrote:
>> This is a proposal for cross compiling JavaFX base modules (excluding media
>> and webkit) for Windows AArch64 (ARM64).
>>
>> Main changes:
>> - prismES2 native compilation is moved under IS_INCLUDE_ES2 condition
>> - HOST_ARCH a
On Thu, 15 Apr 2021 17:37:08 GMT, Alexander Scherbatiy
wrote:
>> This is a proposal for cross compiling JavaFX base modules (excluding media
>> and webkit) for Windows AArch64 (ARM64).
>>
>> Main changes:
>> - prismES2 native compilation is moved under IS_INCLUDE_ES2 condition
>> - HOST_ARCH a
On Thu, 15 Apr 2021 17:37:08 GMT, Alexander Scherbatiy
wrote:
>> This is a proposal for cross compiling JavaFX base modules (excluding media
>> and webkit) for Windows AArch64 (ARM64).
>>
>> Main changes:
>> - prismES2 native compilation is moved under IS_INCLUDE_ES2 condition
>> - HOST_ARCH a
On Thu, 15 Apr 2021 15:57:32 GMT, Kevin Rushforth wrote:
>> build.gradle line 264:
>>
>>> 262: case "amd64" : return "x64"
>>> 263: default: return arch
>>> 264: }
>>
>> I think a function that gets the "converted" arch is very useful, but I'm
>> not sure what the resulting
> This is a proposal for cross compiling JavaFX base modules (excluding media
> and webkit) for Windows AArch64 (ARM64).
>
> Main changes:
> - prismES2 native compilation is moved under IS_INCLUDE_ES2 condition
> - HOST_ARCH and TARGET_ARCH are retrieved from ext.OS_ARCH and
> ext.TARGET_ARCH u
On Thu, 15 Apr 2021 15:34:42 GMT, Johan Vos wrote:
>> Alexander Scherbatiy has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Add CONVERTED_OS_ARCH and CONVERTED_TARGET_ARCH variables
>
> build.gradle line 264:
>
>> 262: case "amd6
On Thu, 15 Apr 2021 13:56:12 GMT, Alexander Scherbatiy
wrote:
>> This is a proposal for cross compiling JavaFX base modules (excluding media
>> and webkit) for Windows AArch64 (ARM64).
>>
>> Main changes:
>> - prismES2 native compilation is moved under IS_INCLUDE_ES2 condition
>> - HOST_ARCH a
On Wed, 14 Apr 2021 15:02:06 GMT, Johan Vos wrote:
>> Yes, this does seem like a better plan. Should this be done as a follow-on
>> or do you want to see it done now? One reason I ask is that my PR #462
>> (which is now approved, but waiting re-review) does something similar to
>> `getWinArch(
> This is a proposal for cross compiling JavaFX base modules (excluding media
> and webkit) for Windows AArch64 (ARM64).
>
> Main changes:
> - prismES2 native compilation is moved under IS_INCLUDE_ES2 condition
> - HOST_ARCH and TARGET_ARCH are retrieved from ext.OS_ARCH and
> ext.TARGET_ARCH u
On Wed, 14 Apr 2021 14:56:16 GMT, Kevin Rushforth wrote:
>> buildSrc/win.gradle line 46:
>>
>>> 44: def HOST_ARCH = getWinArch(ext.OS_ARCH)
>>> 45: def TARGET_ARCH = getWinArch(ext.TARGET_ARCH)
>>> 46: def IS_CROSS = HOST_ARCH != TARGET_ARCH
>>
>> can we move this to build.gradle?
>> With the i
On Wed, 14 Apr 2021 14:38:05 GMT, Johan Vos wrote:
>> Alexander Scherbatiy has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Remove mt.exe from win.gradle build script
>
> buildSrc/win.gradle line 46:
>
>> 44: def HOST_ARCH = getWinArch(e
On Tue, 13 Apr 2021 08:41:12 GMT, Alexander Scherbatiy
wrote:
>> This is a proposal for cross compiling JavaFX base modules (excluding media
>> and webkit) for Windows AArch64 (ARM64).
>>
>> Main changes:
>> - prismES2 native compilation is moved under IS_INCLUDE_ES2 condition
>> - HOST_ARCH a
On Tue, 13 Apr 2021 08:41:12 GMT, Alexander Scherbatiy
wrote:
>> This is a proposal for cross compiling JavaFX base modules (excluding media
>> and webkit) for Windows AArch64 (ARM64).
>>
>> Main changes:
>> - prismES2 native compilation is moved under IS_INCLUDE_ES2 condition
>> - HOST_ARCH a
On Wed, 14 Apr 2021 13:44:49 GMT, Alexander Scherbatiy
wrote:
>> buildSrc/win.gradle line 474:
>>
>>> 472: boolean isExecutable(String file) {
>>> 473: try {
>>> 474: Runtime.runtime.exec(file)
>>
>> Is there a way other than to execute the command in question -- `rc` or
>> `fxc`
On Tue, 13 Apr 2021 13:04:53 GMT, Kevin Rushforth wrote:
>> Alexander Scherbatiy has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Remove mt.exe from win.gradle build script
>
> buildSrc/win.gradle line 474:
>
>> 472: boolean isExecutable
On Tue, 13 Apr 2021 13:13:50 GMT, Kevin Rushforth wrote:
>> Alexander Scherbatiy has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Remove mt.exe from win.gradle build script
>
> buildSrc/win.gradle line 468:
>
>> 466: case "aarch6
On Tue, 13 Apr 2021 08:41:12 GMT, Alexander Scherbatiy
wrote:
>> This is a proposal for cross compiling JavaFX base modules (excluding media
>> and webkit) for Windows AArch64 (ARM64).
>>
>> Main changes:
>> - prismES2 native compilation is moved under IS_INCLUDE_ES2 condition
>> - HOST_ARCH a
On Tue, 13 Apr 2021 08:41:12 GMT, Alexander Scherbatiy
wrote:
>> This is a proposal for cross compiling JavaFX base modules (excluding media
>> and webkit) for Windows AArch64 (ARM64).
>>
>> Main changes:
>> - prismES2 native compilation is moved under IS_INCLUDE_ES2 condition
>> - HOST_ARCH a
> This is a proposal for cross compiling JavaFX base modules (excluding media
> and webkit) for Windows AArch64 (ARM64).
>
> Main changes:
> - prismES2 native compilation is moved under IS_INCLUDE_ES2 condition
> - HOST_ARCH and TARGET_ARCH are retrieved from ext.OS_ARCH and
> ext.TARGET_ARCH u
This is a proposal for cross compiling JavaFX base modules (excluding media and
webkit) for Windows AArch64 (ARM64).
Main changes:
- prismES2 native compilation is moved under IS_INCLUDE_ES2 condition
- HOST_ARCH and TARGET_ARCH are retrieved from ext.OS_ARCH and ext.TARGET_ARCH
using substitut
21 matches
Mail list logo