diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2003-05-07 19:29:13 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2003-05-07 19:29:13 +0000 |
| commit | fcf9632822440fad1588dc076e734496591f18ab (patch) | |
| tree | 79be8acfb0c028893620fadd6ad64b1d3825b22b /include/cppunit | |
| parent | ad7d9b040b7a78e7ac14f7d3556b2eb5f09f5b81 (diff) | |
| download | cppunit-fcf9632822440fad1588dc076e734496591f18ab.tar.gz | |
Makefile.
Makefile.am
* configure.in
* config/ac_dll.m4
* examples/cppunittest/Makefile.am
* examples/hierarchy/Makefile.am
* examples/money/Makefile.am
* examples/simple/Makefile.am
* include/cppunit/config/SelectDllLoader.h
* include/cppunit/plugin/TestPlugIn.h
* include/cppunit/tools/Algorithm.h
* src/DllPlugInTester/Makefile.am
* src/cppunit/Makefile.am
* src/cppunit/TestDecorator.cpp
* src/cppunit/ShlDynamicLibraryManager.cpp
* src/cppunit/UnixDynamicLibraryManager.cpp
* src/cppunit/Win32DynamicLibraryManager.cpp: applied patch from
Abdessattar Sassi <abdesassi@users.sourceforge.net> to add support
for plug-in to hp-ux (patch #721546).
Diffstat (limited to 'include/cppunit')
| -rw-r--r-- | include/cppunit/config/SelectDllLoader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppunit/config/SelectDllLoader.h b/include/cppunit/config/SelectDllLoader.h index ac5e796..dc1c011 100644 --- a/include/cppunit/config/SelectDllLoader.h +++ b/include/cppunit/config/SelectDllLoader.h @@ -54,7 +54,7 @@ #elif defined(__BEOS__) #define CPPUNIT_HAVE_BEOS_DLL_LOADER 1 -// Is Unix platform and have shl_load() +// Is Unix platform and have shl_load() (hp-ux) #elif defined(CPPUNIT_HAVE_SHL_LOAD) #define CPPUNIT_HAVE_UNIX_SHL_LOADER 1 |
