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

  1. !
  2. ! StatusLine source 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. !  $(RESNAME)    = the Resource ID of the generated dialog.
  21. !  $(CLASSNAME)  = the name of the derived class, without the preceding T or P
  22. !  $(MAKEFUNCTION)= expands to the Make function of the generated object.
  23. !  $(DESCRIPTION)= The description of this item
  24. !  $(VERSION)    = the version of this project
  25. !  $(AUTHOR)     = the author of the project
  26. !
  27. !  You can also use a conditional "macro". It is called $(IFDEF xxxx), where
  28. !  xxxx is one of the below listed strings. TVRW will ignore the lines
  29. !  between $(IFDEF) and $(ENDIF) if the symbol xxxx is not defined.
  30. !  NOTE: DO NOT write anything else in lines which contain $(IFDEF) and
  31. !  $(ENDIF)
  32. !
  33. !   xxxx can be one of the following:
  34. !     DERIVED         true if a new object type should be created
  35. !     CPP
  36. !     PASCAL
  37. !
  38. !     anything else:  true if you gave them in the Sourcer Options dialog
  39. !                     Defines inputline.
  40. !
  41. ! These macros are case insensitive.
  42. !
  43. $(IFDEF PASCAL)
  44. {**************************************************************************
  45.   $(FILENAME), $(RESNAME) make function
  46.  
  47.   Copyright (c) 1996 $(AUTHOR)
  48.  
  49.   Generated by Turbo Vision Resource WorkShop
  50.  **************************************************************************}
  51. $(ENDIF)
  52. $(IFDEF CPP)
  53. /**************************************************************************
  54.   $(FILENAME), $(RESNAME) make function
  55.  
  56.   Copyright (c) 1996 $(AUTHOR)
  57.  
  58.   Generated by Turbo Vision Resource WorkShop
  59.  **************************************************************************/
  60. $(ENDIF)
  61.  
  62. $(MAKEFUNCTION)
  63.  
  64.