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

  1. #-----------------------------------------------------------------------
  2. #
  3. #  Copyright (1995) Bentley Systems, Inc., All rights reserved.
  4. #
  5. #  Application Make File
  6. #
  7. #    $Logfile:   J:/mdl/examples/chngtxt/chtxtrsc.mkv  $
  8. #   $Workfile:   chtxtrsc.mki  $
  9. #   $Revision:   5.1  $
  10. #       $Date:   16 Jun 1995 14:54:54  $
  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. chtxtRscs =   \
  23.     $(reqdObjs)chngtxt.mi \
  24.     $(rscObjects)chtxtdlg.rsc \
  25.     $(rscObjects)chtxthlp.rsc \
  26.     $(rscObjects)chtxtmsg.rsc
  27.  
  28. $(rscObjects)chtxtdlg.rsc    : $(BaseDir)chtxtdlg.r $(langSpec)chtxtdef.h \
  29.                   $(privateInc)chtxtdlg.h $(genSrc)chtxtcmd.h
  30.  
  31. $(rscObjects)chtxtmsg.rsc    : $(langSpec)chtxtmsg.r
  32.  
  33. $(rscObjects)chtxthlp.rsc    : $(langSpec)chtxthlp.r $(genSrc)chtxtcmd.h
  34.  
  35. $(mdlapps)chngtxt.ma        : $(chtxtRscs)
  36.     $(msg)
  37.     > $(rscObjects)make.opt
  38.     -o$@
  39.     $(chtxtRscs)
  40.     <
  41.     $(rscLibCmd) @$(rscObjects)make.opt
  42.     ~time
  43.