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

  1. #-----------------------------------------------------------------------
  2. #
  3. #  Copyright (1995) Bentley Systems, Inc., All rights reserved.
  4. #
  5. #  Application Make File
  6. #
  7. #    $Logfile:   J:/mdl/examples/dimline/dimlrsc.mkv  $
  8. #   $Workfile:   dimlrsc.mki  $
  9. #   $Revision:   5.1  $
  10. #       $Date:   16 Jun 1995 16:34:22  $
  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. dimlineRscs =   \
  23.     $(reqdObjs)dimline.mi \
  24.     $(rscObjects)dimlmsgs.rsc 
  25.  
  26. $(rscObjects)dimlmsgs.rsc    : $(langSpec)dimlmsgs.r $(privateInc)dimline.h
  27.  
  28. $(mdlapps)dimline.ma        : $(dimlineRscs)
  29.     $(msg)
  30.     > $(rscObjects)make.opt
  31.     -o$@
  32.     $(dimlineRscs)
  33.     <
  34.     $(rscLibCmd) @$(rscObjects)make.opt
  35.     ~time
  36.