Changeset 4699
- Timestamp:
- Sep 18, 2021, 9:09:40 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/netlabs/macros/recompile.e ¶
r4685 r4699 1709 1709 endif 1710 1710 1711 -- Check if file exists as 'netlabs\macros\'CurName 1712 -- Then it's included by another file, because all netlabs files are 1713 -- used, except obsolete.e. 1714 NepmdRootDir = Get_Env( 'NEPMD_ROOTDIR') 1715 if Exist( NepmdRootDir'\netlabs\macros\'lowcase( CurName)) & 1716 lowcase( CurName) <> 'obsolete.e' then 1717 leave 1718 endif 1719 1711 1720 -- Check if current file is found in EPMPATH 1712 1721 fFoundInEpmPath = 0
Note:
See TracChangeset
for help on using the changeset viewer.