Update and un-Win32-ify Cygwin rules.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@28594 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2009-09-01 23:05:32 +00:00
parent 06301c9ada
commit fc924dedbc

View file

@ -1,3 +1,12 @@
2009-09-01 Riccardo Mottola <rmottola@users.sf.net>
Patch from Yaakov Selkowitz <yselkowitz@yahoo.com>:
Update and un-Win32-ify Cygwin rules.
* common.make: MinGW path issues do not apply to Cygwin.
* config.make.in: Cygwin supports symlinks now.
* rules.make, Instance/rules.make: Don't use windres on Cygwin, as it uses X11.
* target.make: Cygwin does not require -lm.
2009-08-15 Nicola Pero <nicola.pero@meta-innovation.com>
Patch from Yaakov Selkowitz <yselkowitz@yahoo.com>: