forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cross compile object creator from linux to Windows using Devcontainer (…
…CleverRaven#67601) * Add object_creator windows build option to makefile Added a build command to the makefile to cross-compile the object_creator * Modify the defcontainer dockerfile for QT5 Added the make command for QT5. The QT5 packages will be built on the devcontainer. * Change object creator makefile for cross-compile Changes the makefile so cross-compilation to Windows is possible. Right now the compilation to linux is no longer possible. Additional changes are needed to fix this. * Separated windows and linux builds in makefile In the same way that the general makefile checks for cross-compilation, I separated the linux and the windows commands. This should make it so you can build the linux version as well * Add object_creator plugin import file Without this file it's still possible to compile, but when executing the application, it complains about missing QT plugins. That's why this file should be present in the directory. * OBject creator makefile formatting and change dest Did some formatting, removed 1 line that was not nessesary and changed the target destination to the object_creator directory. Also added object_creator.exe removal to the clean command. * Remove unnecessary code from makefile * turns out it was nessecary code * change include for qt5 plugins * This is the only plugin we need * removed the qt_staticplugin condition * Changed the makefile so it works again Changed some of the code so it works again after I broke it. Now to continue with the cleanup * Removed unnecessary code * Removed unneeded libraries from makefile * Reduce QT5 installation to basic in dockerfile * Add comments, documentation * Add build notes to documentation * Adjust link in documentation
- Loading branch information
Showing
8 changed files
with
86 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
This file contains 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