home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / ms95 / disk23 / dir04 / f015860.re_ / f015860.re
Text File  |  1996-04-02  |  2KB  |  55 lines

  1. #-----------------------------------------------------------------------
  2. #
  3. #  Copyright (1993-95) Bentley Systems, Inc., All rights reserved.
  4. #
  5. #  Application Make File
  6. #
  7. #    $Logfile:   J:/mdl/examples/mdlipc/ipcrscs.mkv  $
  8. #   $Workfile:   ipcrscs.mki  $
  9. #   $Revision:   1.2  $
  10. #       $Date:   30 Jun 1995 08:37:40  $
  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. requesterRscs =   \
  23.     $(reqdObjs)echoreq.mi \
  24.     $(rscObjects)ipcmsgs.rsc
  25.  
  26. serverRscs =   \
  27.     $(reqdObjs)echoserv.mi \
  28.     $(rscObjects)ipcmsgs.rsc
  29.  
  30. #---------------------------------------------
  31. #   Compile message resources
  32. #---------------------------------------------
  33. $(rscObjects)ipcmsgs.rsc    : $(langSpec)ipcmsgs.r $(privateInc)mdlipc.h
  34.  
  35. #---------------------------------------------
  36. #   Build applications
  37. #---------------------------------------------
  38. $(mdlapps)echoreq.ma        : $(requesterRscs)
  39.     $(msg)
  40.     > $(rscObjects)make.opt
  41.     -o$@
  42.     $(requesterRscs)
  43.     <
  44.     $(rscLibCmd) @$(rscObjects)make.opt
  45.     ~time
  46.  
  47. $(mdlapps)echoserv.ma        : $(serverRscs)
  48.     $(msg)
  49.     > $(rscObjects)make.opt
  50.     -o$@
  51.     $(serverRscs)
  52.     <
  53.     $(rscLibCmd) @$(rscObjects)make.opt
  54.     ~time
  55.