Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mono.pc.in - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1e50f2bfcbfc50d2488556c3c9bc7c7bd43b24c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@


Name: Mono
Description: Mono Runtime
Version: @VERSION@
Requires: glib-2.0 gmodule-2.0
Libs: -L${libdir} -lmono -lm
Cflags: -I${includedir} @libmono_cflags@