Am 15.04.2011 12:29, schrieb Jeff Trawick:
On Thu, Apr 14, 2011 at 8:01 PM, Bojan Smojver<[email protected]> wrote:
On Thu, 2011-04-14 at 19:55 -0400, Jeff Trawick wrote:
[ ] Release apr-util 1.3.10 as GA
I vote for that particular version without testing :-)
Qt
[ ] Release apr-util 1.3.11 as GA
do we agree that is needed for MSVC in order to link tests statically?
--- test/makefile.win (revision 835655)
+++ test/makefile.win (working copy)
@@ -87,7 +87,9 @@
!IF "$(MODEL)" == "static"
PROGRAM_DEPENDENCIES = \
$(APR_PATH)\$(APROUTDIR)\apr-1.lib \
- ..\$(OUTDIR)\aprutil-1.lib
+ ..\$(OUTDIR)\aprutil-1.lib \
+ $(API_PATH)\$(OUTDIR)\apriconv-1.lib \
+ ..\xml\expat\lib\$(OUTDIR)\xml.lib
STATIC_CFLAGS = /D APR_DECLARE_STATIC /D APU_DECLARE_STATIC
STATIC_LIBS = odbc32.lib odbccp32.lib wldap32.lib
!ELSE
Gün.