cppunit-1.10.2-win32.patch

patch for building cppunit 1.10.2 on Cygwin or MinGW/MSYS - Anonymous, 10/06/2006 01:29 am

Download (861 Bytes)

 
cppunit-1.10.2/configure.in 2004-08-21 20:02:47.000000000 +0200
57 57
AC_PROG_CXX
58 58
AC_LANG(C++)
59 59

60
AC_LIBTOOL_WIN32_DLL
60 61
AC_PROG_LIBTOOL
61 62

62 63
# check for dlopen,dlsym... or shl_load, shl_findsym...
cppunit-1.10.2/src/cppunit/Makefile.am 2004-08-21 20:16:23.000000000 +0200
62 62
  Win32DynamicLibraryManager.cpp
63 63

64 64
libcppunit_la_LDFLAGS= \
65
 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
65
 -no-undefined -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
66 66
 -release $(LT_RELEASE)
67 67