home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / ms95 / disk22 / dir04 / f000260.re_ / f000260.re
Text File  |  1996-04-02  |  5KB  |  128 lines

  1. #----------------------------------------------------------------------
  2. #
  3. #  msdirs.cfg - Macros that define MicroStation directories
  4. #
  5. #  Current Revision:
  6. #  $Workfile:   msdirs.cfg  $
  7. #  $Revision:   6.7  $  $Date:   25 Aug 1995 15:40:14  $
  8. #
  9. #  Copyright 1993, Bentley Systems, Inc.
  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.  
  19. #----------------------------------------------------------------------
  20. #
  21. # Configuration variables that define lists of directories where
  22. # MicroStation FINDS workspace module data files.
  23. #
  24. #----------------------------------------------------------------------
  25. MS_DEF            : $(MSLOCAL)dgn/default/        # Design files.
  26. MS_RFDIR        : $(MS_DEF)                # Reference files.
  27. MS_CELL            : $(_USTN_WSMOD)default/cell/   # Cell libraries.
  28. MS_SEEDFILES        : $(_USTN_WSMOD)default/seed/   # Seed files.
  29. MS_LEVELNAMES       : $(_USTN_WSMOD)default/data/   # Level name files.
  30. MS_SETTINGSDIR      : $(_USTN_WSMOD)default/data/   # Settings resources.
  31. MS_CELLSELECTORDIR  : $(MS_SETTINGSDIR)            # Cell Selector Files.
  32.  
  33. #----------------------------------------------------------------------
  34. #
  35. # Macros that define lists of directories where MicroStation FINDS
  36. # various files.
  37. #
  38. #----------------------------------------------------------------------
  39. MS_RSRCPATH     > $(MSDIR)                   # Resource file search path.
  40. MS_IMAGE         : $(MSADMIN)image/           # Image files.
  41. MS_HELPPATH      > $(MSDIR)help/english/      # Path for help files.
  42. MS_MACRO    : $(MSADMIN)macros/        # Macros (or scripts).
  43. MS_PENTABLE     : $(MSADMIN)tables/pen/         # Pen table (.tbl) files
  44.  
  45. %if !defined (_MSDRAFT)
  46. MS_UCM          : $(MSADMIN)ucm/             # User commands.
  47. MS_APP          :                            # MCSL programs.
  48. MS_APPMEN    : $(_USTN_WSMOD)default/data/    # Application menus.
  49. MS_MATERIAL      > $(MSADMIN)material/        # Material Palettes.
  50. MS_PATTERN      > $(MSADMIN)material/pattern/     # Pattern Maps.
  51. MS_BUMP      > $(MSADMIN)material/bump/        # Bump Maps.
  52. %endif
  53.  
  54. #----------------------------------------------------------------------
  55. #
  56. # Define paths to find MDL applications.
  57. #
  58. #----------------------------------------------------------------------
  59. MS_MDLAPPS      : $(MSADMIN)mdlapps/           # MDL apps visible to 
  60.                         #   MDL load dialog box.
  61.  
  62. MS_MDL          < $(MSDIR)mdlsys/asneeded/       # System as needed MDL apps.
  63. MS_MDL          < $(MSDIR)mdlsys/required/       # System required MDL apps.
  64. MS_MDL          > $(MS_MDLAPPS)                  # MDL applications.
  65.  
  66. #----------------------------------------------------------------------
  67. #
  68. # Tag Data Manager configuration variables.
  69. #
  70. #----------------------------------------------------------------------
  71. MS_TAGOUTPUT       : $(_USTN_OUT)tag/
  72. MS_TAGREPORTS    : $(MS_TAGOUTPUT)    # Tag Data Manager output reports.
  73. MS_TAGTEMPLATES    : $(MSADMIN)tagcfg/    # Tag Data Manager report templates.
  74.  
  75. #----------------------------------------------------------------------
  76. #
  77. # Macros that define a DIRECTORY where MicroStation STORES various
  78. # files that it creates.
  79. #
  80. #----------------------------------------------------------------------
  81. MS_TMP          : $(MSLOCAL)tmp/        # Temporary files. MS_TMP is used
  82.                     # by MicroStation to create files
  83.                     # that are and then deleted. If a
  84.                     # ram disk is present, set MS_TMP
  85.                     # to point to that directory.
  86.  
  87. MS_SCR          : $(MSLOCAL)tmp/        # Scratch files. These files are
  88.                     # created, but not deleted by
  89.                     # MicroStation. Generally, you
  90.                     # should point this macro at the
  91.                     # biggest drive you've got.
  92.  
  93. MS_DATA         : $(MSLOCAL)data/       # Misc. MicroStation data.
  94. %if !defined (_MSDRAFT)
  95. MS_SHADOWMAP    : $(MS_SCR)        # Shadow Maps (read/write)
  96. %endif
  97.  
  98. MS_PLTFILES     : $(_USTN_OUT)plot/      # Plotting output files. Often
  99.                     # this is on the network.
  100.  
  101. MS_DGNOUT    : $(_USTN_OUT)dgn/    # Output directory for "on the fly" 
  102.                     # translations from MicroStation
  103.                     # Manger or Open Design File
  104.                     # dialog boxes.
  105.  
  106. MS_IMAGEOUT    : $(_USTN_OUT)image/    # Output directory for "Save As"
  107.                     # image options.
  108.  
  109. #----------------------------------------------------------------------
  110. #
  111. # Macros for directories for Archive.
  112. #
  113. #----------------------------------------------------------------------
  114. MS_ARCHIVE      : $(MS_DATA)            # Archive File Storage
  115. MS_ARCHIVECLASS    : $(MS_SCR)            # Archive User Class File Storage
  116.  
  117. #----------------------------------------------------------------------
  118. #
  119. # Macros for directories for user commands that originated on IGDS.
  120. #
  121. #----------------------------------------------------------------------
  122. %if !defined (_MSDRAFT)
  123. WRK_DD_IGDS     : $(MSADMIN)ucm/    
  124. %endif
  125.  
  126.  
  127.  
  128.