.exe extension on Windows

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема .exe extension on Windows
Дата
Msg-id Pine.LNX.4.21.0006252146020.11966-100000@localhost.localdomain
обсуждение исходный текст
Ответы Re: .exe extension on Windows  (Yutaka tanida <yutaka@marin.or.jp>)
Список pgsql-hackers
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?

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.


--
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden


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

Предыдущее
От: "Hiroshi Inoue"
Дата:
Сообщение: SELECT FOR UPDATE breaks unique constraint
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgaccess installation layout