Lines Matching full:dll
1454 generate final exe or dll. To mimic MSVC compiler ICL also defines
1619 Solution is to integrate .manifest file into the .dll as an unmanaged
2246 linker weird behavior. Linker create the dll file even if link
2248 generated, dll now depends on lib that depends on build files.
2522 duplicated in a dll context.
2527 Change way of building dll with Cygwin/MinGW. No more export of
2529 really shorter and dll too. Moreover use of the
2530 enable-auto-image-base linker option to make load of dll faster.
2846 a windows executable and not a dll, thanks Eric Sanford.
2865 able to mix a dll build with a static native runtime.
2985 STLport dll based on a static native runtime.
2990 * stlport/config/stl_gcc.h, doc/README.mingw, README.cygwin: Made dll
3028 detect current STLport type of build or usage (dll or static lib).
3034 cross STLport usage that is to say use of STLport as a dll link with
4405 to link with. _WINDLL is defined when generating a dll but it do not
4439 change from .lib to .dll.a for Mingw like under Cygwin. ld linker
4440 looks for .dll.a before .lib, avoid conflict with Cygwin lib.
4662 the .dll and .lib files.
4761 * stlport/stdexcept: Disable 'non dll-interface class used as base' warning
4762 when building STLport dll linked with the static runtime.
5639 from a non-dll interface class on evc4. Michael Fink contribution.
7658 * A bunch of changes for Borland static and DLL compile (Thanks Nathan York)
7872 * config/st_gcc.h : disabled non-standard "extern" use for non-DLL templates
7878 * mingw32 : _STLP_CONST_INIT_BUG defined for dll (thanks to Danny Smith)
7902 * versioning schema changed on Windows to have .dll extension (thanks everybody for the feedback)
8080 * Dynamic libraries (.DLL and .so) : name versioning used to prevent clashes between STLport versions
8165 * "extern template" extension used for VC++ & standard i/o classes (was for DLL only)