On Wed, Dec 23, 2009 at 9:19 AM, Kai Tietz wrote:
> 2009/12/23 Alon Bar-Lev :
>> Hello,
>>
>> Just an idea... I had to add pdh.def into current build.
>>
>> Steps:
>> 1. Add pdh.def into mingw-w64-crt/lib32
>> 2. Add the following to mingw-w64-crt/Makefile.am
>> cat << __EOF__ >> mingw-w64-crt/
2009/12/23 Alon Bar-Lev :
> Hello,
>
> Just an idea... I had to add pdh.def into current build.
>
> Steps:
> 1. Add pdh.def into mingw-w64-crt/lib32
> 2. Add the following to mingw-w64-crt/Makefile.am
> cat << __EOF__ >> mingw-w64-crt/Makefile.am
> if LIB32
> lib32_SCRIPTS += lib32/libpdh.a
> en
Hello,
Just an idea... I had to add pdh.def into current build.
Steps:
1. Add pdh.def into mingw-w64-crt/lib32
2. Add the following to mingw-w64-crt/Makefile.am
cat << __EOF__ >> mingw-w64-crt/Makefile.am
if LIB32
lib32_SCRIPTS += lib32/libpdh.a
endif
__EOF__
3. Do autoreconf
It would be gre