From 16f95af0cccf5a40048f9de42b30df9bdc82fef2 Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 24 Apr 2010 20:22:44 +0000 Subject: [PATCH] externhelp: added windows help git-svn-id: trunk@24894 - --- components/externhelp/externhelp.lpk | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/components/externhelp/externhelp.lpk b/components/externhelp/externhelp.lpk index 359260ea41..74c1db1219 100644 --- a/components/externhelp/externhelp.lpk +++ b/components/externhelp/externhelp.lpk @@ -52,9 +52,18 @@ - <_ExternHelp Childs="Count/Item1"> - <_Count Value="1"/> - <_Item1 Childs="Filename/Name/URL/WithSubDirectories"> + <_ExternHelp Childs="Count/Item1/Item2"> + <_Count Value="2"/> + <_Item1 Childs="Filename/Name/URL"> + <_Filename Childs="Value"> + <_Value Value="$(FPCSrcDir)/rtl/win32/windows.pp"/> + + <_Name Value="Windows"/> + <_URL Childs="Value"> + <_Value Value="http://social.msdn.microsoft.com/Search/en-us?query=$(Identifier)"/> + + + <_Item2 Childs="Filename/Name/URL/WithSubDirectories"> <_Filename Childs="Value"> <_Value Value="$(FPCSrcDir)/packages/gtk2/"/> @@ -65,7 +74,7 @@ <_WithSubDirectories Childs="Value"> <_Value Value="True"/> - +