HelpSystem.ini 655 B

123456789101112131415
  1. ;Example configuration:
  2. ;SystemFolder=C:\doc\System [symlink to trunk/tigcc/doc/System]
  3. ;SourceFolder=C:\doc [symlink to trunk/tigcc/doc]
  4. ;DestFolder=C:\docfiles\CHMFiles [a folder initialized with the contents of trunk/tigcc/doc/System/CHMFiles]
  5. ;WebFolder=C:\docfiles\WebFiles [a folder initialized with the contents of trunk/tigcc/doc/System/WebFiles]
  6. ;IncludeFolder=C:\include\C [symlink to trunk/tigcc/include/C]
  7. ;ExamplesFolder=C:\examples [symlink to trunk/tigcc/examples]
  8. [Folders]
  9. SystemFolder=C:\doc\System
  10. SourceFolder=C:\doc
  11. DestFolder=C:\docfiles\CHMFiles
  12. WebFolder=C:\docfiles\WebFiles
  13. IncludeFolder=C:\include\C
  14. ExamplesFolder=C:\examples