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"/> - +