To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=43252
------- Additional comments from [EMAIL PROTECTED] Mon Mar 7 08:24:55 -0800 2005 ------- Yes, I wanted to have a coment about the why, not the what. I.e. used for MAKECMD but in the meantime I checked how other (non MSVC targets) handle this case. I'm opposed to alter the meaning of MAKECMD (and even worse only for one target) because it simply is the command (without parameters) that is given to start the program. The "other" targets at the moment predefine DMAKEROOT to DMAKEROOT := '$prefix'/share/startup at compile time. This is obviously not possible for the MSVC build as it doesn't use the *nix like "configure" approach. I propose the following, for MSVC we define the value of DMAKEROOT to use the directoryname of GetModuleFileName. This is a bit tricky, and has to be done in inmacs.c to define DMAKEROOT as a new internal macro (MSVC only). And the documentation has to be updated. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
