home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / ms95 / disk23 / dir02 / f013950.re_ / f013950.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/database/gisrsc.mkv  $
  8. #   $Workfile:   gisrsc.mki  $
  9. #   $Revision:   1.1  $
  10. #       $Date:   16 Jun 1995 15:48:16  $
  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. gisRscs =   \
  23.     $(reqdObjs)gis.mi \
  24.     $(rscObjects)gis.rsc \
  25.     $(rscObjects)gismsgs.rsc
  26.  
  27. $(rscObjects)gis.rsc        : $(BaseDir)gis.r $(langSpec)gistext.h \
  28.                   $(genSrc)giscmd.h $(privateInc)gisid.h
  29.  
  30. $(rscObjects)gismsgs.rsc    : $(langSpec)gismsgs.r $(privateInc)gisid.h
  31.  
  32. $(mdlapps)gis.ma        : $(gisRscs)
  33.     $(msg)
  34.     > $(rscObjects)make.opt
  35.     -o$@
  36.     $(gisRscs)
  37.     <
  38.     $(rscLibCmd) @$(rscObjects)make.opt
  39.     ~time
  40.