Logtalk 2.27.1 files.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1580 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// =================================================================
|
||||
// Logtalk - Object oriented extension to Prolog
|
||||
// Release 2.27.0
|
||||
// Release 2.27.1
|
||||
//
|
||||
// Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
|
||||
// =================================================================
|
||||
@@ -79,6 +79,11 @@ link.Description = "Shortcut to Logtalk documentation";
|
||||
link.TargetPath = logtalk_home + "\\manuals";
|
||||
link.Save();
|
||||
|
||||
link = WshShell.CreateShortcut(logtalk_user + "\\wenv.lnk");
|
||||
link.Description = "Shortcut to Logtalk text editing support";
|
||||
link.TargetPath = logtalk_home + "\\wenv";
|
||||
link.Save();
|
||||
|
||||
link = WshShell.CreateShortcut(logtalk_user + "\\xml\\lgt2html.js.lnk");
|
||||
link.Description = "Shortcut to lgt2html script";
|
||||
link.TargetPath = logtalk_home + "\\xml\\lgt2html.js";
|
||||
|
Reference in New Issue
Block a user