You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/01/22 14:21:34 UTC

[GitHub] eirikbakke commented on issue #1076: [NETBEANS-1157] Changed NBI Native Launcher compiler options

eirikbakke commented on issue #1076: [NETBEANS-1157] Changed NBI Native Launcher compiler options
URL: https://github.com/apache/incubator-netbeans/pull/1076#issuecomment-456416122
 
 
   What kind of build process is used for the NBI launcher?
   
   For other Windows binaries (e.g. netbeans64.exe) we have migrated away from IDE-based compilation, and away from Cygwin, instead using a plain Makefile using mingw. Search the codebase for "Makefile.mingw" for examples. This allows the binaries to be built as part of the regular build process; see https://issues.apache.org/jira/browse/NETBEANS-1145 . In fact, the old C/C++ IDE projects don't even load anymore on NetBeans 10 (though it seems the nbi project is actually Ant-based?)
   
   Might it be better to migrate the NBI launcher compilation to mingw as well?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists