LADSoft / OrangeC

OrangeC Compiler And Tool Chain
http://ladsoft.tripod.com/orange_c_compiler.html
Other
291 stars 39 forks source link

How to build cwa/cpj's from command line? #529

Open GitMensch opened 4 years ago

GitMensch commented 4 years ago

Similar to msbuild I'd like to be able to use a command line tool to build those from command line. Is there an option like this already? If not: please consider this as feature request (useful to run a project against OrangeC via CI without creating extra makefiles). I'm not sure but It may be reasonable to allow it as special "source" for omake?

LADSoft commented 4 years ago

this is reasonable but my first comment is... whenever I get to it OCIDE is going away. Does it make sense to use the OCIDE menu item that auto-generates makefiles to do this? If not how much of a need is it in the short term? I don't have a problem doing it just might be better if we use a workaround until a new IDE is selected...

GitMensch commented 4 years ago

Hm, as OCIDE will be archived some day (likely sooner than later) I suggest to add a ocide-build binary to the OCIDE repo and close this issue here as "not implemented in OrangeC, use makefiles (possibly exported by OCIDE)".

But I'm also fine with not having this implemented at all and export a makefile later (I wasn't aware of that option) and use that in CI later.

Your call.

LADSoft commented 4 years ago

I think at this point I have enough to do and want to defer making a build binary... if you can export a makefile for now that would be good.