Re: .exe extension on Windows

Поиск
Список
Период
Сортировка
От Yutaka tanida
Тема Re: .exe extension on Windows
Дата
Msg-id 20000626203113.9794.YUTAKA@marin.or.jp
обсуждение исходный текст
Ответ на .exe extension on Windows  (Peter Eisentraut <peter_e@gmx.net>)
Ответы RE: .exe extension on Windows  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Список pgsql-hackers
On Mon, 26 Jun 2000 03:41:12 +0200 (CEST)
Peter Eisentraut <peter_e@gmx.net> wrote:

> Can somebody confirm how the executable extensions behave on
> Windows/Cygwin? It seems that the following is true:
>
> cc -o foo ...
>
> creates a file `foo.exe'.
>
> cc -o foo.exe ...
>
> also creates a file `foo.exe'. Is that correct?

 Yes.

> It also seems that the make targets need to be written like
>
> pg_passwd$(X):
>
> rather than
>
> pg_passwd:
>
> because otherwise you're not really updating the target of the rule.

 I agreed this.
-----
Yutaka Tanida<yutaka@emeraldshell.com>


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

Предыдущее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: File versioning (was: Big 7.1 open items)
Следующее
От: Andrew McMillan
Дата:
Сообщение: Re: Server process exited with status 139 (meaning?)