summaryrefslogtreecommitdiff
path: root/os/dos/exe2coff/copying.dj
AgeCommit message (Collapse)Author
2019-03-19Remove: DOS supportPatric Stout
In 10 years there was no active development on DOS. Although it turned out to still work, the FPS was very bad. There is little interest in the current community to look into this. Further more, we like to switch to c++11 functions for threads, which are not implemented by DJGPP, the only current compiler for DOS. Additionally, DOS is the only platform which does not support networking. It is the reason we have tons of #ifdefs to support disabling networking. By removing DOS support, we can both use c++11 functions for threads, and remove all the code related to disabling network. Sadly, this means we have to see DOS go. Of course, if you feel up for the task, simply revert this commit, and implement stub c++11 functions for threads and stub functions for networking. We are more than happy to accept such Pull Request.
2013-09-19(svn r25780) -Change: [DOS] Put cwsdpmi and exe2coff files in subdirectories.matthijs
- Since these are different components, distributed under a different license, mixing them in the same directory is confusing.