native-maven-plugin - bcc compilerProvider not fully implemented
----------------------------------------------------------------

                 Key: MOJO-1647
                 URL: http://jira.codehaus.org/browse/MOJO-1647
             Project: Mojo
          Issue Type: Bug
          Components: native
         Environment: Windows XP - Java 1.6 - Maven 2.0 - Borland C++ Builder
            Reporter: Clément Igonet


When compileProvder is defined as "bcc", the resource compiler used is rc.exe

Whereas, it exists brcc32(.exe) compiler for Borland with specific way to 
define options.
brcc32 -help is pretty clear:

{code}
Borland Resource Compiler  Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation.  All rights reserved.
Syntax: brcc32 [options ...] filename

  options marked with a '*' are on by default

  @<filename>        Take instructions from command file
  -r                    (ignored for compatibility)
  -16                   Build 16-bit Windows compatible .res file
  -32                 * Build 32-bit Windows compatible .res file
  -fofilename           Set output filename
  -v                    Verbose
  -ipath                Set include path
  -dname[=string]       Define #define
  -x                    Ignore INCLUDE environment variable
  -m                    Enable multi-byte character support
  -cdddd                set default code page to nnnn
  -lxxxx                set default language to xxxx
  -31   Provided for downward compatibility (build 16-bit .res file)
  -w32  Provided for downward compatibility (build 16-bit .res file)
  -? or -h              Display this message

{code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to