SegsEngine icon indicating copy to clipboard operation
SegsEngine copied to clipboard

Separate common code from client-specific/server-specific/editor-specific code.

Open nemerle opened this issue 6 years ago • 0 comments

Right now all global targets rebuild the whole codebase with only third-party libraries being re-used.

This will require separating #ifdef code bits into different files that will be made into editor/server etc specific overlay over the base.

nemerle avatar Sep 03 '19 18:09 nemerle