brett a492d32f8f PR: MPNATIVE-10
add DLL support


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@123478 13f79535-47bb-0310-9956-ffa450edef68
2004-12-28 07:34:25 +00:00

20 lines
579 B
XML
Executable File

<?xml version="1.0" encoding="ISO-8859-1"?>
<faqs title="Frequently Asked Questions">
<part id="general">
<title>General</title>
<faq id="cygwin">
<question>How to run the gcc under cygwin?</question>
<answer>
Set the follwing properties in your <code>project.properties</code>:
<source>
maven.native.include.os=win32
maven.native.compiler.arg.start=-mno-cygwin
maven.native.linker.arg.start=-mno-cygwin -Wl,--add-stdcall-alias
</source>
</answer>
</faq>
</part>
</faqs>