You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Needs to have its source code split into macOS (src/mac) and X11 (src/x), with shared functions put into src/shared, accounting for possible support for MS Windows build target added later down the road.
The build should ideally be accomplished using a modified Makefile to accommodate cross-platform code, or Makefile, src/mac/Makefile, and src/x/Makefile to make the code tree more modular and easier to understand.
The text was updated successfully, but these errors were encountered:
Needs to have its source code split into macOS (src/mac) and X11 (src/x), with shared functions put into src/shared, accounting for possible support for MS Windows build target added later down the road.
The build should ideally be accomplished using a modified Makefile to accommodate cross-platform code, or Makefile, src/mac/Makefile, and src/x/Makefile to make the code tree more modular and easier to understand.
The text was updated successfully, but these errors were encountered: