This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

EXEEXT


For Cygwin, I've been defining:

EXEEXT := .exe

Then, to keep my Makefiles portable:

clean :
	$(RM) $(MAIN)$(EXEEXT)

It appears that we don't have do this EXEEXT dance
anymore, however I've not seen any official word on
this. Is there official word?

--Ken Nellis

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]