Lines Matching full:dll
1283 * glib/gutils.c (Win32) (DllMain): New function (DLL entry point)
1284 to tuck away actual DLL name.
1285 (GLIB_LOCALE_DIR) Use actual DLL name, instead of assuming one
1533 * tests/makefile.mingw.in: Use same DLL and import library names as
1589 * tests/testglib.c (main): Use same name for DLL as libtool does.
1732 * glib/gutils.c: Ditto when constructing the DLL name in the
1795 * build-dll: Remove, moved to the build module.
1799 * glib/gstrfuncs.c: Mark the correct variable for export from DLL.
1805 name. Use whole version number in DLL name. Use build-dll from the
1852 names, though. (But the DLL names would still include them,
1855 to see if the build-dll script now can be retired.
3557 * */.cvsignore: Ignore also .obj, .dll, .lib and .exe files.
3804 the name of a DLL in the package. Add possibility to use that to
4081 "sl", "dll", or (most often) "so".
5350 * build-dll: Fix resource handling, the resource file got left out
5351 from the DLL after all... Remove the WIN32APIHEADERS, not needed
5595 * build-dll: Rename makefile.cygwin(.in) to
5599 build-dll, where it sits much cleaner.
6051 number" in the version info in the rc files each time the DLL is
6076 * build-dll
6265 * build-dll: Don't strip.
6398 * build-dll: Also build import library for MSVC.
6437 * build-dll: Comments change, handle also .a files.
6440 * tests/makefile.cygwin.in: Remove .gcc from DLL name.
6446 * build-dll: Combine commands with &&.
6451 * tests/makefile.cygwin.in: New DLL naming style. GCC-compiled DLLs are
6452 now called *.gcc.dll, to avoid binary incompatibilities with
6931 * build-dll: Use gcc, not ld to link.
6946 * build-dll makefile.cygwin tests/makefile.cygwin: New files.