Dyalog / ride

Cross-platform IDE for Dyalog APL
https://dyalog.github.io/ride
MIT License
206 stars 32 forks source link

Build process: ensure that Ride can be built without the need to access any Dyalog private/internal repositories #1248

Open dyaandys opened 4 months ago

dyaandys commented 4 months ago

At https://github.com/Dyalog/ride/commit/0978c518a82b844221c04d1350bdbd407fb01ec9

There are references to some of Dyalog's private repositories which should be eliminated. Additionally there are some icons that should be added to Ride source, rather than being checked out from elsewhere.

Additionally on Windows we currently use a private copy of rc.exe - we should pick up what is in the Microsoft SDKs.