home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / tvrw31d.zip / HELPFILE.SKL < prev    next >
Text File  |  1996-04-16  |  1KB  |  46 lines

  1. !
  2. ! Help skeleton file.
  3. !
  4. !  Copyright (c) 1995-96 Balázs Scheidler
  5. !  This file is part of Turbo Vision Resource WorkShop
  6. !
  7. ! Lines that begin with '!' are comments. All other lines are copied to the
  8. ! generated output.
  9. !
  10. ! Lines that begin with ` are quoted lines. Quoted lines are directly copied
  11. ! to output WITHOUT macro expansion. Use this if you need something in a line
  12. ! beginning with $(
  13. !
  14. ! The following macros are defined in this file:
  15. !
  16. !  $(FULLNAME)   = fully expanded filename
  17. !  $(FILENAME)   = 8+3 filename
  18. !  $(FNAME)      = 8 char file name
  19. !  $(FEXT)       = 3 char extension
  20. !  $(DESCRIPTION)= The description of the project
  21. !  $(AUTHOR)     = the author of the project
  22. !  $(VERSION)    = the version of this project
  23. !  $(WRITETOPICS)= expands to the topics to be generated.
  24. !
  25. !  You can also use a conditional "macro". It is called $(IFDEF xxxx), where
  26. !  xxxx is one of the below listed strings. TVRW will ignore the lines
  27. !  between $(IFDEF) and $(ENDIF) if the symbol xxxx is not defined.
  28. !  NOTE: DO NOT write anything else in lines which contain $(IFDEF) and
  29. !  $(ENDIF)
  30. !
  31. !   xxxx can be one of the following:
  32. !     CPP
  33. !     PASCAL
  34. !
  35. !     anything else:  true if you gave them in the Sourcer Options dialog
  36. !                     Defines inputline.
  37. !
  38. ! These macros are case insensitive.
  39. !
  40. ;
  41. ;  $(FILENAME) Helpfile source
  42. ;
  43. ;  Copyright (c) 1996 $(AUTHOR)
  44. ;
  45. ;
  46. $(WRITETOPICS)