To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74721
                 Issue #|74721
                 Summary|Clean up LIBCST and LIBCIMT in wntmsci10.mk
               Component|tools
                 Version|680m203
                Platform|PC
                     URL|
              OS/Version|Windows, all
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|solenv
             Assigned to|hjs
             Reported by|rt





------- Additional comments from [EMAIL PROTECTED] Wed Feb 21 11:31:09 +0000 
2007 -------
In wntmsci10.mk there is 

.IF "$(DYNAMIC_CRT)"!=""
LIBCST=msvcrt.lib
.IF "$(USE_STLP_DEBUG)" != ""
LIBCMT=msvcrtd.lib
.ELSE  # "$(USE_STLP_DEBUG)" != ""
LIBCMT=msvcrt.lib
.ENDIF # "$(USE_STLP_DEBUG)" != ""
# See iz57443 for details about LIBCIMT
#LIBCIMT=
.ELSE
LIBCST=libc.lib
.IF "$(USE_STLP_DEBUG)" != ""
LIBCMT=libcmtd.lib
.ELSE  # "$(USE_STLP_DEBUG)" != ""
LIBCMT=libcmt.lib
.ENDIF # "$(USE_STLP_DEBUG)" != ""
LIBCIMT=libcimt.lib
.ENDIF

Do we need debug variants for LIBCST and LIBCIMT, too?
Do we need those libs at all? See f.e.
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=283747&SiteID=1

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