Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

{color:green}{*}

gmcs

{*}{color} \

-target:library

\

-out:<target>.dll

{color:red}\

-r<linkedLib_1>.dll,<linkedLib_k>.dll

{color} {color:blue}\

-pkg:<package_1>.pc,<package_m>.pc

{color}

<source_1>.cs

<source_n>.cs

{color:red}\

-r:<linkedLib_?>.dll

{color}

:

reference

to

linked

shared

libraries

(path

and

name)

{color:blue}\

-pkg:<package_?>.pc

{color}

:

ASCII

files

(path

and

name),

that

refer

to

linked

shared

libraries

<linkedlib_?>.dll.

They

contain

the

path

and

the

version

of

the

dll.


Example

for

the

Windows.Forms:

prefix=/usr/lib/mono/2.0


exec_prefix=${prefix}


libdir=${exec_prefix}

Name:

WindowsForms


Description:

Windows

Forms


Version:

2.0


Libs:

\

-r:${libdir}/System.Windows.Forms.dll

Panel
bgColor#F7D6C1
borderStyledashed
Wiki Markup

Command for generating an exe file:

...