automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

on Windows, BUILT_SOURCES does not append .exe


From: Vincent Torri
Subject: on Windows, BUILT_SOURCES does not append .exe
Date: Sun, 21 Nov 2010 22:51:53 +0100 (CET)


Hey,

I use:

noinst_PROGRAMS = cmapdump fontdump
BUILT_SOURCES = cmapdump fontdump

With MSYS, noinst_PROGRAMS is set to

cmapdump$(EXEEXT) fontdump$(EXEEXT)

but BUILT_SOURCES is set to

cmapdump fontdump

Is it normal that BUILT_SOURCES does not try to see if they are binaries in some variables ?

Vincent Torri



reply via email to

[Prev in Thread] Current Thread [Next in Thread]