home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / MiniExamples / AppKit / AskMe / Makefile.preamble < prev    next >
Encoding:
Makefile  |  1991-06-06  |  696 b   |  16 lines

  1. # Here are the language-specific subdirectories where we keep .nib and
  2. # .strings files
  3. #
  4. LANGUAGE_DIRECTORIES = English.lproj French.lproj German.lproj
  5.  
  6. # Add the LANGUAGE_DIRECTORIES to OTHER_SOURCEFILES to ensure that they'll
  7. # be copied along with the other files in a "make installsrc".
  8. #
  9. OTHER_SOURCEFILES = $(LANGUAGE_DIRECTORIES)
  10.  
  11. # Override the default setting of the NOMACHO variable and allows supporting
  12. # files to be incorporated into the main executable file, even though we are
  13. # creating a file package. This will force the nibs to be put in the mach-o,
  14. # and not in the .lproj, so that your application works even if there are no
  15. # .lproj's (including English) around.
  16. NOMACHO =