You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "nadir amra (JIRA)" <ax...@ws.apache.org> on 2008/10/11 06:18:44 UTC

[jira] Closed: (AXISCPP-941) windows compilerarg

     [ https://issues.apache.org/jira/browse/AXISCPP-941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nadir amra closed AXISCPP-941.
------------------------------

    Resolution: Incomplete

I guess I am not sure what has or has not been done.  So I will close issue and if poblems arise, please open new issue.

> windows compilerarg
> -------------------
>
>                 Key: AXISCPP-941
>                 URL: https://issues.apache.org/jira/browse/AXISCPP-941
>             Project: Axis-C++
>          Issue Type: Bug
>          Components: Build - ANT
>         Environment: Java 1.5.0_06 ctasks 1.0b3
>            Reporter: Yukio Goto
>
> buildInitialize.xml
> <compiler id="VisualC++" name="msvc" if="windows">
> <compilerarg value="/MD"/>
> <define name="_DEBUG" if="debug"/>
> <define name="NDEBUG" unless="debug"/>
> <compilerarg value="/Zi" if="debug"/>
> is not work collect on Debug build .
> I think /MD _DEBUG NDEBUG Zi option is automatically added
> by ctasks debug or not
> so add debug property for compiler task
> and delete 
> <compiler id="VisualC++" name="msvc" if="windows" debug="${debug}" >
> and delete?that options
> <compilerarg value="/MD"/>
> <define name="_DEBUG" if="debug"/>
> <define name="NDEBUG" unless="debug"/>
> <compilerarg value="/Zi" if="debug"/>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org