Replies: 3 comments
-
Why don't you just try and report back if there's anything? The main thing is obviously to adjust build.bat to use variables for CC and RC , defaulting to gcc and winres if they are not defined (that's reasonable in any case and a PR that possibly gets merged here), then execute build.bat setting these to OrangeC's tools... |
Beta Was this translation helpful? Give feedback.
-
The "Issues" section is designed for bug reports and feature suggestions related to the repository or application. If you would like to suggest support for other compilers, please use the "Discussions" tab or consider opening a pull request to add it directly. Thank you for your suggestion, but this is not the right place for it. Still, if I were to answer the compiler question, this project uses only gcc in the main repo, but you are free to fork and add your own compilers. |
Beta Was this translation helpful? Give feedback.
-
If only COVSCRIPT were as easy to process sigh.... i had luck with this command line, invoked from the src directory. The resulting EXE put up a gui but I didn't take it any further than that.
you could have also used the gcc wrapper:
there is also a wrapper for clocc.exe if you wanted to try that... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
@LADSoft @GitMensch see if your compiler is good enough to build a real world application.
Beta Was this translation helpful? Give feedback.
All reactions