home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / Foundation / TCPTransport / PB.project < prev    next >
Text File  |  1996-04-17  |  554b  |  17 lines

  1. {
  2.     FILESTABLE = {
  3.         CLASSES = (TCPPort.m, DataStream.m, RemoteTest.m); 
  4.         FRAMEWORKS = (Foundation.framework); 
  5.         H_FILES = (TCPPort.h, DataStream.h, RemoteTest.h); 
  6.         OTHER_LINKED = (TCPTransport_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.     PROJECTNAME = TCPTransport; 
  13.     PROJECTTYPE = Tool; 
  14.     PROJECTVERSION = 2.5; 
  15.     WINDOWS_BUILDTOOL = make; 
  16. }
  17.