1
0

OpenMPT.txt 859 B

123456789101112131415161718
  1. This folder is based on https://rarlab.com/rar/unrarsrc-6.1.6.tar.gz
  2. All modifications to existing files have been done in a manner so that no
  3. existing lines were edited; only new lines were added.
  4. os.hpp has been modified to support Clang/LLVM for Windows.
  5. Work-arounds for tiny problems with Clang/C2 have been implemented.
  6. Added lines can be found by looking for "// OPENMPT ADDITION" comments.
  7. Optimizations have been done to elimiate effectively dead code that would
  8. never be used in OpenMPT's context.
  9. The following files have been modified:
  10. arcread.cpp, extract.cpp, filcreat.cpp, file.cpp, filefn.cpp, find.cpp,
  11. match.cpp, os.hpp, pathfn.cpp, rdwrfn.cpp, secpassword.cpp, system.cpp,
  12. volume.cpp, win32acl.cpp, win32lnk.cpp
  13. For building, premake is used to generate Visual Studio project files.
  14. See ../build/premake/ for details.