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

mint.pc.in - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 004bb0f7162568b738835f0923169ceb4e5c422a (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 Interpreter
Description: Mono Interpreter Runtime
Version: @VERSION@
Requires: glib-2.0 gmodule-2.0 gthread-2.0
Libs: -L${libdir} -lmint @libmono_ldflags@ @ICU_LIBS@ -lm
Cflags: -I${includedir} @libmono_cflags@