.exe extension on Windows

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: .exe extension on Windows
Date: 2000-06-26 01:41:12
Message-ID: Pine.LNX.4.21.0006252146020.11966-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-ports

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(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2000-06-26 01:41:27 pgaccess installation layout
Previous Message Hiroshi Inoue 2000-06-26 00:25:02 SELECT FOR UPDATE breaks unique constraint

Browse pgsql-ports by date

  From Date Subject
Next Message Peter Eisentraut 2000-06-26 01:41:50 Re: [HACKERS] Re: Call for port testing on fmgr changes -- Results!
Previous Message Ryan Kirkpatrick 2000-06-25 22:08:55 Re: [HACKERS] Re: Call for port testing on fmgr changes -- Results!