windows.bat 431 B

1234567891011
  1. set Msg='Build with the following configuration:'
  2. set One='1. mingw-make32.exe -f windows-universal.mk'
  3. set Two='2. mingw-make32.exe -f windows-mingw.mk'
  4. set Three='3. mingw-make32.exe -f windows-msvc.mk'
  5. @echo %Msg%
  6. @echo %One% "\n\tThe default Universal Windows platform build"
  7. @echo %Two% "\n\tThe default Universal Windows Platform MinGW build."
  8. @echo %Three% "\n\tThe default Universal Windows Platform MSVC build."