home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-06-06 | 696 b | 16 lines |
- # Here are the language-specific subdirectories where we keep .nib and
- # .strings files
- #
- LANGUAGE_DIRECTORIES = English.lproj French.lproj German.lproj
-
- # Add the LANGUAGE_DIRECTORIES to OTHER_SOURCEFILES to ensure that they'll
- # be copied along with the other files in a "make installsrc".
- #
- OTHER_SOURCEFILES = $(LANGUAGE_DIRECTORIES)
-
- # Override the default setting of the NOMACHO variable and allows supporting
- # files to be incorporated into the main executable file, even though we are
- # creating a file package. This will force the nibs to be put in the mach-o,
- # and not in the .lproj, so that your application works even if there are no
- # .lproj's (including English) around.
- NOMACHO =