Re: regression tests of dictionaries and Windows - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: regression tests of dictionaries and Windows
Date
Msg-id 46E7DC79.8060904@sigaev.ru
Whole thread Raw
In response to Re: regression tests of dictionaries and Windows  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: regression tests of dictionaries and Windows
List pgsql-hackers
Do you mean something like this:
./src/tools/msvc/Install.pm
*** ./src/tools/msvc/Install.pm.orig    Wed Sep 12 16:30:25 2007
--- ./src/tools/msvc/Install.pm Wed Sep 12 16:31:29 2007
***************
*** 66,71 ****
--- 66,72 ----      GenerateTimezoneFiles($target,$conf);      GenerateTsearchFiles($target);
CopySetOfFiles('Stopwordfiles', 
 
"src\\backend\\snowball\\stopwords\\*.stop", $target . '/share/tsearch_data/');
+     CopySetOfFiles('Dictionaries sample files', 
"src\\backend\\tsearch\\\*_sample.*", $target . '/share/tsearch_data/');      CopyContribFiles($config,$target);
CopyIncludeFiles($target);


> The MSVC build process doesn't use make and friends. The required  magic 
> has to go in src/tools/msvc/Install.pm. I will look at it later today.

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
  WWW: http://www.sigaev.ru/
 


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: regression tests of dictionaries and Windows
Next
From: Magnus Hagander
Date:
Subject: Re: regression tests of dictionaries and Windows