windows.mk 188 B

123456
  1. Msg := 'Build with the following configuration:'
  2. One := '1. make -f windows-universal.mk'
  3. all:
  4. @echo -e $(Msg)
  5. @echo -e $(One) "\n\tThe default Universal Windows platform build"