Okay, all of the source files have been added to the build script. Next, I need to add in the commands for the Windows resource compiler (will toss it in a system conditional at some point; may do that later after I get the basic script working). Then I need to add in the rest of the files to the bundle command to copy over all of the files necessary for the program to properly run. Finally, I’ll need to go through the VS project file to see if I need to set any other settings.
Once things are confirmed to work, I can look at adding Meson support to the CI script.
Okay, got the basics done. I think. Here’s the pull request: https://github.com/Walrus-Tech/MWEdit/pull/32
Please test it! Including the install command. If it works, we can go ahead and remove the other VS project files. It’ll also help with future organization and a lot of other things 🙂
Default build type is debug so you may want to set it to release on meson setup using meson setup --buildtype release if you don’t to see the built-in debug messages 😛 All up to you!
Edit:
Missed a directory on the install command. Will fix that tomorrow but you can go ahead and test the building, at least. 🙂
