Re: [Mingw-w64-public] Simplifying new def addition

2010-03-05 Thread NightStrike
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/

Re: [Mingw-w64-public] Simplifying new def addition

2009-12-23 Thread Kai Tietz
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

[Mingw-w64-public] Simplifying new def addition

2009-12-23 Thread 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 endif __EOF__ 3. Do autoreconf It would be gre