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

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