mytest.cfg 408 B

123456789101112131415161718192021
  1. # This is a comment.
  2. ; this too.
  3. [Common]
  4. cc=gcc # '=' and ':' are the same
  5. --verbose
  6. [Windows]
  7. isConsoleApplication=False ; another comment
  8. [Posix]
  9. isConsoleApplication=True
  10. key1: "in this string backslash escapes are interpreted\n"
  11. key2: r"in this string not"
  12. key3: """triple quotes strings
  13. are also supported. They may span
  14. multiple lines."""
  15. --"long option with spaces": r"c:\myfiles\test.txt"