windres compilation rule

2005-09-26 Thread John Ratliff
I'm trying to make a windows rc file compile in a cross-platform program. I have a rule, but it doesn't seem to work with automake. The problem is that if I put the rc object file in a subdirectory, automake still looks for it in the main directory, even though I have subdir-objects turned on. Th

Re: Force -O0 flags, inhibit the default -O2 flags

2005-09-26 Thread Ralf Corsepius
On Sun, 2005-09-25 at 08:03 +0200, Harald Dunkel wrote: > Brian wrote: > > I have a need to force three files to not be optimized. I've followed the > > instructions in the manual for setting them up in their own library, and > > then using LIBADD to combine it with the original library. > > > > I

Re: Force -O0 flags, inhibit the default -O2 flags

2005-09-26 Thread Sander Niemeijer
Hi Brian, I had the exact same problem. On zaterdag, sep 24, 2005, at 20:05 Europe/Amsterdam, Brian wrote: I have a need to force three files to not be optimized. I've followed the instructions in the manual for setting them up in their own library, and then using LIBADD to combine it with t