home *** CD-ROM | disk | FTP | other *** search
-
- | This obey file gives header files long filenames
- | (You need a system with long filenames for this)
-
- | Set the macro that expands the filename
- SetMacro Alias$ExpandHdr Rename <ExpandHdr$Prefix>.%%0 <ExpandHdr$Prefix>.%%0%%1
-
- | Expand the gadget header filenames
- SetMacro ExpandHdr$Prefix <DScapeHdr$Dir>.gadgets.h
- ExpandHdr actionbutt on
- ExpandHdr displayfie ld
- ExpandHdr labelgadge t
- ExpandHdr labelledbo x
- ExpandHdr numberrang e
- ExpandHdr optionbutt on
- ExpandHdr radiobutto n
- ExpandHdr writablefi eld
-
- | Expand the window header filenames
- SetMacro ExpandHdr$Prefix <DScapeHdr$Dir>.objects.window.h
- ExpandHdr winhandler s
- ExpandHdr windowinte rnal
-
- | Expand the utility header filenames
- SetMacro ExpandHdr$Prefix <DScapeHdr$Dir>.utils.h
- ExpandHdr listwinmse lector
-
- | Remove the no longer needed variables
- UnSet Alias$ExpandHdr
- UnSet ExpandHdr$Prefix
-