home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Utilities / NCCompletionDictionary-2.6 / m.template < prev    next >
Encoding:
Text File  |  1997-08-10  |  690 b   |  26 lines

  1. $$ Lines starting with $$ are not inserted into newly created files
  2. $$ The following substitutions are made:
  3. $$
  4. $$ $FILENAME$                e.g. foo.m
  5. $$ $FILENAMESANSEXTENSION$   e.g. foo
  6. $$ $DIRECTORY$               e.g. /tmp/MyNewApp
  7. $$ $PROJECTNAME$             e.g. MyNewApp
  8. $$ $SUBPROJECTNAME$          e.g. TheGoodPart.subproj
  9. $$ $USERNAME$                e.g. mwagner
  10. $$ $DATE$                    e.g. Jan-1-1994
  11. $$
  12.  
  13. // $FILENAME$
  14. //
  15. // Written by Norbert Heger <bertl@hal.kph.tuwien.ac.at>
  16. // Copyright (c)1997
  17. //
  18. // This file is distributed under the terms of the
  19. // GNU General Public License.
  20.  
  21. #import "$FILENAMESANSEXTENSION$.h"
  22.  
  23. @implementation $FILENAMESANSEXTENSION$
  24.  
  25. @end
  26.