|
From: Tony T. <ton...@gm...> - 2013-08-15 13:51:33
|
On 15/08/2013, at 11:10 PM, Earnie Boyd <ea...@us...> wrote:
>
> Shouldn't the patch be to the GNUMakefile rather than these individual
> files? I'm considering releasing a real static lib with the 2.9.1
> release I am close to uploading.
Hmmmm, looking at GNUMakefile, I think the patch isn't required at all - the GC-static target should take care of it:
...
CFLAGS = $(OPT) $(XOPT) -I. -DHAVE_PTW32_CONFIG_H -Wall
...
GC-static:
$(MAKE) XOPT="-DPTW32_BUILD_INLINED -DPTW32_STATIC_LIB" ...
The recursive call should set CFLAGS correctly - I'll try removing the patch and see how it goes.
Thanks for pointing that out.
Tony
|