Displaying 1 result from an estimated 1 matches for "dbuild_dll".
Did you mean:
build_all
2003 Aug 19
1
Problems building dlls for use with winelib
...ed, I tried to
orientate myself on the makefiles of the Winelib dlls in the cvs
/wine/dlls/ directory. I tried the following build-steps:
1. Build all object files with winegcc/wineg++ and the following flags:
> -W -g -O0 -I/ -I/usr/include/wine -D_DEBUG -DWIN32 -D_WINDOWS
> -DNOARRAYMACROS -DBUILD_DLL -fPIC
2. relocate symbols (took this one from the makefile of advapi32.dll):
> ld -r $(OBJS) -o libdll.tmp.so && strip --strip-unneeded libdll.tmp.so
3. build spec file with the previously generated temporary library, the
imported libraries from winelib and with a spec-file containing...