home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 v2.4 Fix / W95-v2.4fix.iso / ACADWIN / ADS / CPP / MFCADS / MFCBLANK / MFCBLANK.INC < prev    next >
Encoding:
Text File  |  1995-02-08  |  1.2 KB  |  32 lines

  1. #
  2. #    MFCBLANK.INC - 
  3. #
  4. #      Dependencies for MFCBLANK.MAK
  5. #
  6. #      (C) Copyright 1988-1994 by Autodesk, Inc.
  7. #
  8. #      This program is copyrighted by Autodesk, Inc. and is  licensed
  9. #      to you under the following conditions.  You may not distribute
  10. #      or  publish the source code of this program in any form.   You
  11. #      may  incorporate this code in object form in derivative  works
  12. #      provided  such  derivative  works  are  (i.) are  designed and
  13. #      intended  to  work  solely  with  Autodesk, Inc. products, and
  14. #      (ii.)  contain  Autodesk's  copyright  notice  "(C)  Copyright
  15. #      1988-1994 by Autodesk, Inc."
  16. #
  17. #      AUTODESK  PROVIDES THIS PROGRAM "AS IS" AND WITH  ALL  FAULTS.
  18. #      AUTODESK  SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF  MER-
  19. #      CHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK,  INC.
  20. #      DOES  NOT  WARRANT THAT THE OPERATION OF THE PROGRAM  WILL  BE
  21. #      UNINTERRUPTED OR ERROR FREE.
  22. #
  23. MFCBLANK_DIR     = $(MFCADS_DIR)\MFCBLANK
  24. MFCBLANK_OBJ_DIR = $(MFCADS_OBJ_DIR)\MFCBLANK
  25. MFCBLANK_INC_DIR = $(MFCBLANK_DIR)
  26.  
  27. MFCBLANKSRC  =   $(MFCBLANK_DIR)\MFCBLANK.CPP
  28.  
  29. MFCBLANKOBJS =   $(MFCBLANK_OBJ_DIR)\MFCBLANK.OBJ
  30.  
  31.  
  32.