Cross-platform support middleware: Difference between revisions

Content deleted Content added
Removed moderately funny yet unneeded math in accordance with discussion page.
Tag: section blanking
Line 10:
The second method takes advantage of the [[filesystem]] organization to divide the source code in different folders, one for each incompatible platform. Thus delegating the selection problem to the [[build system]].
 
Some distributions like [[MSYS]] and [[cygwinCygwin]] may help build the cross-platform code in a unixUnix-like environment even on Microsoft Windows. Both distributions provide a decent version of [[GNU Make]] that can direct the build process in a cross-platform fashion.
 
==See also==