home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / Foundation / Authenticator / PB.project < prev   
Text File  |  1996-03-27  |  610b  |  18 lines

  1. {
  2.     FILESTABLE = {
  3.         CLASSES = (Authenticator.m); 
  4.         FRAMEWORKS = (Foundation.framework); 
  5.         H_FILES = (Authenticator.h); 
  6.         OTHER_LINKED = (Authenticator_main.m); 
  7.         OTHER_SOURCES = (Makefile.preamble, Makefile, Makefile.postamble, m.template, h.template); 
  8.     }; 
  9.     LANGUAGE = English; 
  10.     LOCALIZABLE_FILES = {}; 
  11.     NEXTSTEP_BUILDTOOL = /bin/gnumake; 
  12.     PDO_UNIX_BUILDTOOL = $NEXT_ROOT/NextDeveloper/bin/make; 
  13.     PROJECTNAME = Authenticator; 
  14.     PROJECTTYPE = Tool; 
  15.     PROJECTVERSION = 2.5; 
  16.     WINDOWS_BUILDTOOL = $NEXT_ROOT/NextDeveloper/Executables/make; 
  17. }
  18.