To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83128
                 Issue #|83128
                 Summary|replace CFLAGS string define by generated header
               Component|Spreadsheet
                 Version|680m232
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|obr
             Reported by|obr





------- Additional comments from [EMAIL PROTECTED] Tue Oct 30 12:45:23 +0000 
2007 -------
In sc/source/core/tool/makefile.mk a string gets passed to the compiler as a
define, which requires the '"' to get escaped with '\' at least for the Windows
compiler in all shells.

Unfortunately this mean one can not use $(EMQ) here unconditionally, as $(EMQ)
expands to <nothing> for 4nt. Generating a header file from the makefile instead
should fix the issue.

---------------------------------------------------------------------
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]

Reply via email to