Fix hang caused by posting the "reload" dialog box on a hidden window (during
[nedit.git] / source / lnknedit.com
blob17f10b03207a0a5a832c665114fac87b6de6a66f
1 $ ! $Id: lnknedit.com,v 1.6 2002/06/08 13:56:51 tringali Exp $
2 $ !
3 $ ! DCL link procedure for NEdit
4 $ !
5 $ ON ERROR THEN GOTO THE_END
6 $ VERIFY = 'F$VERIFY (1)'
7 $ OBJS :=       nedit, file, menu, window, selection, search, undo, shift, -
8         help, preferences, tags, userCmds, regularExp, macro, text, -
9         textSel, textDisp, textBuf, textDrag, server, highlight, -
10         highlightData, interpret, parse, smartIndent, regexconvert, -
11         rbTree, windowtitle, linkdate
13 $ LINK 'OBJS', NEDIT_OPTIONS_FILE/OPT, [-.util]vmsUtils/lib, libUtil/lib
14 $ LINK nc, NEDIT_OPTIONS_FILE/OPT, [-.util]vmsUtils/lib, libUtil/lib
15 $THE_END:
16 $ EXIT (F$VERIFY(VERIFY))