vlazzarini / MUSICV

Music V sources and documents
BSD 3-Clause "New" or "Revised" License
35 stars 3 forks source link

works with Windows MinGW. Add step-by-step CMake testing #6

Open scivision opened 4 months ago

scivision commented 4 months ago
  1. build with Windows compilers
  2. add step-by-step (optional) tests with CMake to help debug Fortran code for compilers that have never worked with this project.

In raw2wav.c the "rb" and "wb" allow Windows compilers to correctly interpret the data as binary instead of text. Non-Windows compilers ignore the "b".