home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / ms95 / disk23 / dir02 / f013590.re_ / f013590.re
Text File  |  1996-04-02  |  1KB  |  37 lines

  1. #-----------------------------------------------------------------------
  2. #
  3. #  Copyright (1995) Bentley Systems, Inc., All rights reserved.
  4. #
  5. #  Application Make File
  6. #
  7. #    $Logfile:   J:/mdl/examples/cellpick/cellprsc.mkv  $
  8. #   $Workfile:   cellprsc.mki  $
  9. #   $Revision:   1.1  $
  10. #       $Date:   16 Jun 1995 13:57:58  $
  11. #
  12. #  "MicroStation" is a registered trademark and "MDL" and "MicroCSL"
  13. #  are trademarks of Bentley Systems, Inc.
  14. #
  15. #  Limited permission is hereby granted to reproduce and modify this
  16. #  copyrighted material provided that the resulting code is used only
  17. #  in conjunction with Bentley Systems products under the terms of the
  18. #  license agreement provided therein, and that this notice is retained
  19. #  in its entirety in any such reproduction or modification.
  20. #
  21. #-----------------------------------------------------------------------
  22. cellPickRscs =   \
  23.     $(reqdObjs)cellpick.mi \
  24.     $(rscObjects)cellpick.rsc
  25.  
  26. $(rscObjects)cellpick.rsc    : $(BaseDir)cellpick.r $(langspec)cellptxt.h \
  27.                   $(privateInc)cellpick.h
  28.  
  29. $(mdlapps)cellpick.ma        : $(cellPickRscs)
  30.     $(msg)
  31.     > $(rscObjects)make.opt
  32.     -o$@
  33.     $(cellPickRscs)
  34.     <
  35.     $(rscLibCmd) @$(rscObjects)make.opt
  36.     ~time
  37.