Re: PATCH: provide MSVCRTD.DLL debugging C runtime DLL
Adam Gundy <arg(a)cyberscience.com> writes:
* dlls/Makefile.in: Rebuild the msvcrt directory twice, once for msvcrt.dll.so and once for the debug msvcrtd.dll.so.
You can't do that, the Makefile.in is generated automatically. I'd suggest creating a separate directory for msvcrtd and make it forward everything to msvcrt like crtdll does. -- Alexandre Julliard julliard(a)winehq.com
At 14:50 02/04/03 -0800, Alexandre Julliard wrote:
Adam Gundy <arg(a)cyberscience.com> writes:
* dlls/Makefile.in: Rebuild the msvcrt directory twice, once for msvcrt.dll.so and once for the debug msvcrtd.dll.so.
You can't do that, the Makefile.in is generated automatically. I'd suggest creating a separate directory for msvcrtd and make it forward everything to msvcrt like crtdll does.
OK.. I've just tried doing this but I don't appear to be able to redirect functions declared as "-register" (longjmp, setjmp, setjmp3 and __CxxFrameHandler). is there some magic syntax I need to use, or am I going to have to cut&paste these functions into the MSVCRTD directory? Seeya, Adam -- Real Programmers don't comment their code. If it was hard to write, it should be hard to read, and even harder to modify. These are all my own opinions.
Adam Gundy <arg(a)cyberscience.com> writes:
OK.. I've just tried doing this but I don't appear to be able to redirect functions declared as "-register" (longjmp, setjmp, setjmp3 and __CxxFrameHandler).
This is a bug in winebuild, it should be fixed now. -- Alexandre Julliard julliard(a)winehq.com
participants (2)
-
Adam Gundy -
Alexandre Julliard