Linking to DLLs / Runtime Binaries?

Community Forums/Monkey2 Talk/Linking to DLLs / Runtime Binaries?

therevills(Posted 2015) [#1]
Can/Will MX2 be able to link to DLLs / Runtime Binaries?

Wouldnt this increase decrease compile time?

*Edited due to typo


Samah(Posted 2015) [#2]
@therevills: Wouldnt this increase compile time?

Actually this would significantly *decrease* compile time. At the moment trans does a full compile of the GLFW source, and trans2 does the SDL source. If they're already compiled it should be way faster.


therevills(Posted 2015) [#3]
Sorry, I did mean decrease time...