-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup due to x64 build changes #12382
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes are correct
Jenkins WIN-32 job has to be changed after v17 EOL and before this gets merged
project/Win32BuildSetup/readme.txt
Outdated
@@ -3,7 +3,7 @@ Prerequisites for building a Kodi for Windows installer: | |||
1) See http://kodi.wiki/view/HOW-TO:Compile_for_Windows | |||
|
|||
Usage: | |||
1) Run BuildSetup.bat in project\Win32BuildSetup | |||
1) Run BuildSetup.bat in tools\buildsteps\windows\{win32|x64} |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
d32ce71
to
811decc
Compare
I think we should fix the naming here, win32 is a platform and not an architecture so folders should be x86/x64/arm-win32/uwp to make it consistent. Win32 could be named desktop as well, but win32 is a bit shorter |
I like what paxxi is suggesting |
811decc
to
4a23369
Compare
4a23369
to
f699d29
Compare
Description
MERGE THIS AFTER 17 IS EOL, IT WILL NEED JENKINS CHANGES
Remove some unused scripts that were left.
Motivation and Context
Cleanup
How Has This Been Tested?
Has not been tested yet, I'm acting on the knowledge by @Rechi
Types of change
Checklist: