Build script automatically configures dependencies. - #59
Open
imaginationac wants to merge 15 commits into
Open
Conversation
On my Windows 7 64-Bit machine, I am unable to compile directly with Compile_AHK. As a workaround, I'm compiling first with ahk2exe, and then with Compile_AHK. This seems to have to side effect of not setting the program icon properly. I'm going to test this on 32-bit version of Windows to see if it makes any difference.
I forgot to pop the correct version of the build script last push. This one has the workaround for 64-bit operating systems. The help manual was also not being compiled due to spaces in paths. Quotes added to fix.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This version of the build script was moved to its own folder. It starts by looking for an .ini file, and creates a new one if it does not exist. It then goes through an list of default location, and the finally the registry. If all dependencies are found, the build begins. At the end of the build, a message box will notify where the installer can be found.
There's a small workaround for 64-bit versions of Windows, as it seems Compile_AHK does not like to cooperate. I can investigate this further, but for the time being, it's not much of a hack.
The next version of the build script will include downloading and installing missing dependencies.