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

  1. #----------------------------------------------------------------------
  2. #
  3. #   MDL Make File
  4. #
  5. #   $Workfile:   cnvtrsc.mki  $
  6. #   $Revision:   6.1  $
  7. #   $Date:   29 Jun 1995 17:56:38  $
  8. #
  9. #   Copyright (1993) Bentley Systems, Inc., All rights reserved
  10. #
  11. #   Limited permission is hereby granted to reproduce and modify this
  12. #   copyrighted material provided that the resulting code is used only in
  13. #   conjunction with Bentley Systems products under the terms of the
  14. #   license agreement provided therein, and that this notice is retained
  15. #   in its entirety in any such reproduction or modification.
  16. #
  17. #----------------------------------------------------------------------
  18. cnvtRscs =   \
  19.     $(reqdObjs)cnvtspln.mi \
  20.     $(rscObjects)cnvtspln.rsc \
  21.     $(rscObjects)cnvtmsg.rsc 
  22.  
  23. $(rscObjects)cnvtspln.rsc    : $(BaseDir)cnvtspln.r      \
  24.                     $(langSpec)cnvttxt.h    \
  25.                     $(privateInc)cnvtspln.h \
  26.                     $(genSrc)cnvtcmd.h
  27.  
  28. $(rscObjects)cnvtmsg.rsc    : $(langSpec)cnvtmsg.r      \
  29.                     $(privateInc)cnvtspln.h
  30.  
  31. $(mdlapps)cnvtspln.ma        : $(cnvtRscs)
  32.     $(msg)
  33.     > $(rscObjects)make.opt
  34.     -o$@
  35.     $(cnvtRscs)
  36.     <
  37.     $(rscLibCmd) @$(rscObjects)make.opt
  38.     ~time
  39.