Problem with MSVC install script

Поиск
Список
Период
Сортировка
От Chuck McDevitt
Тема Problem with MSVC install script
Дата
Msg-id EB48EBF3B239E948AC1E3F3780CF8F8802A1B24E@MI8NYCMAIL02.Mi8.com
обсуждение исходный текст
Ответы Re: Problem with MSVC install script  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
<div class="Section1"><p class="MsoNormal">I was trying out the msvc support, and ran into a minor problem in the
install.bat/install.pl<pclass="MsoNormal"> <p class="MsoNormal">If any files that are going to be installed are marked
read-only,they carry the read-only attribute with them when they get copied to the install dir.<p class="MsoNormal"> <p
class="MsoNormal">Then,if you try to run install again, the new attempt will fail because it can’t overwrite the
read-onlyfile.<p class="MsoNormal"> <p class="MsoNormal">I added this like to install.bat (just before the call to
install.pl)to fix this for me:<p class="MsoNormal"> <p class="MsoNormal">attrib /S -r %1\*<p class="MsoNormal"> </div> 

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Florian G. Pflug"
Дата:
Сообщение: GCC builtins for atomic-test-and-set, memory barries, and such
Следующее
От: "Chuck McDevitt"
Дата:
Сообщение: Suggestion for MSVC build