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

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