home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / dreamscape / utilities / Dreamscape / Utilities / ExpandHdrs next >
Encoding:
Text File  |  1996-09-10  |  855 b   |  31 lines

  1.  
  2. | This obey file gives header files long filenames
  3. | (You need a system with long filenames for this)
  4.  
  5. | Set the macro that expands the filename
  6. SetMacro Alias$ExpandHdr Rename <ExpandHdr$Prefix>.%%0 <ExpandHdr$Prefix>.%%0%%1
  7.  
  8. | Expand the gadget header filenames
  9. SetMacro ExpandHdr$Prefix <DScapeHdr$Dir>.gadgets.h
  10. ExpandHdr actionbutt on
  11. ExpandHdr displayfie ld
  12. ExpandHdr labelgadge t
  13. ExpandHdr labelledbo x
  14. ExpandHdr numberrang e
  15. ExpandHdr optionbutt on
  16. ExpandHdr radiobutto n
  17. ExpandHdr writablefi eld
  18.  
  19. | Expand the window header filenames
  20. SetMacro ExpandHdr$Prefix <DScapeHdr$Dir>.objects.window.h
  21. ExpandHdr winhandler s
  22. ExpandHdr windowinte rnal
  23.  
  24. | Expand the utility header filenames
  25. SetMacro ExpandHdr$Prefix <DScapeHdr$Dir>.utils.h
  26. ExpandHdr listwinmse lector
  27.  
  28. | Remove the no longer needed variables
  29. UnSet Alias$ExpandHdr
  30. UnSet ExpandHdr$Prefix
  31.