home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / AppKit / CalcBR%05%02orLab++ / Makefile.preamble < prev    next >
Encoding:
Makefile  |  1992-03-27  |  137 b   |  8 lines

  1. #
  2. #    Makefile.preamble
  3. #
  4. #    ObjC++ flags will notify the compiler to handle the source files as
  5. #     Objective-C++ files.
  6. #
  7. CFLAGS = -ObjC++
  8.