diff options
author | Matthew Newhook <matthew@zeroc.com> | 2015-03-21 15:35:40 -0230 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2015-03-21 15:35:40 -0230 |
commit | 630a37d2fe66f24518299e705f958b571803c522 (patch) | |
tree | 969723791bdc4d73bb099c19d45554d0ca241ad9 /csharp/lib | |
parent | Fix some README.md markdown formatting (diff) | |
download | ice-630a37d2fe66f24518299e705f958b571803c522.tar.bz2 ice-630a37d2fe66f24518299e705f958b571803c522.tar.xz ice-630a37d2fe66f24518299e705f958b571803c522.zip |
py -> python
rb -> ruby
objc -> objective-c
cs -> csharp
Diffstat (limited to 'csharp/lib')
-rw-r--r-- | csharp/lib/.gitignore | 1 | ||||
-rw-r--r-- | csharp/lib/pkgconfig/Glacier2.pc | 10 | ||||
-rw-r--r-- | csharp/lib/pkgconfig/Ice.pc | 9 | ||||
-rw-r--r-- | csharp/lib/pkgconfig/IceBox.pc | 10 | ||||
-rw-r--r-- | csharp/lib/pkgconfig/IceGrid.pc | 10 | ||||
-rw-r--r-- | csharp/lib/pkgconfig/IcePatch2.pc | 10 | ||||
-rw-r--r-- | csharp/lib/pkgconfig/IceStorm.pc | 10 |
7 files changed, 60 insertions, 0 deletions
diff --git a/csharp/lib/.gitignore b/csharp/lib/.gitignore new file mode 100644 index 00000000000..39af5887579 --- /dev/null +++ b/csharp/lib/.gitignore @@ -0,0 +1 @@ +# Dummy file, so that git retains this otherwise empty directory. diff --git a/csharp/lib/pkgconfig/Glacier2.pc b/csharp/lib/pkgconfig/Glacier2.pc new file mode 100644 index 00000000000..3b7eabb8137 --- /dev/null +++ b/csharp/lib/pkgconfig/Glacier2.pc @@ -0,0 +1,10 @@ +version = 3.6.0 +mono_root = /usr + +name = Glacier2 + +Name: ${name} +Description: Glacier2 run-time support +Version: ${version} +Libs: -r:${mono_root}/lib/mono/${name}/${name}.dll +Requires: Ice = ${version} diff --git a/csharp/lib/pkgconfig/Ice.pc b/csharp/lib/pkgconfig/Ice.pc new file mode 100644 index 00000000000..df14bb6f575 --- /dev/null +++ b/csharp/lib/pkgconfig/Ice.pc @@ -0,0 +1,9 @@ +version = 3.6.0 +mono_root = /usr + +name = Ice + +Name: ${name} +Description: Ice core run-time support +Version: ${version} +Libs: -r:${mono_root}/lib/mono/${name}/${name}.dll diff --git a/csharp/lib/pkgconfig/IceBox.pc b/csharp/lib/pkgconfig/IceBox.pc new file mode 100644 index 00000000000..892122e136e --- /dev/null +++ b/csharp/lib/pkgconfig/IceBox.pc @@ -0,0 +1,10 @@ +version = 3.6.0 +mono_root = /usr + +name = IceBox + +Name: ${name} +Description: IceBox run-time support +Version: ${version} +Libs: -r:${mono_root}/lib/mono/${name}/${name}.dll +Requires: Ice = ${version} diff --git a/csharp/lib/pkgconfig/IceGrid.pc b/csharp/lib/pkgconfig/IceGrid.pc new file mode 100644 index 00000000000..5e782ab579f --- /dev/null +++ b/csharp/lib/pkgconfig/IceGrid.pc @@ -0,0 +1,10 @@ +version = 3.6.0 +mono_root = /usr + +name = IceGrid + +Name: ${name} +Description: IceGrid run-time support +Version: ${version} +Libs: -r:${mono_root}/lib/mono/${name}/${name}.dll +Requires: Ice = ${version} diff --git a/csharp/lib/pkgconfig/IcePatch2.pc b/csharp/lib/pkgconfig/IcePatch2.pc new file mode 100644 index 00000000000..a0189b82a39 --- /dev/null +++ b/csharp/lib/pkgconfig/IcePatch2.pc @@ -0,0 +1,10 @@ +version = 3.6.0 +mono_root = /usr + +name = IcePatch2 + +Name: ${name} +Description: IcePatch2 run-time support +Version: ${version} +Libs: -r:${mono_root}/lib/mono/${name}/${name}.dll +Requires: Ice = ${version} diff --git a/csharp/lib/pkgconfig/IceStorm.pc b/csharp/lib/pkgconfig/IceStorm.pc new file mode 100644 index 00000000000..7b4bfd31586 --- /dev/null +++ b/csharp/lib/pkgconfig/IceStorm.pc @@ -0,0 +1,10 @@ +version = 3.6.0 +mono_root = /usr + +name = IceStorm + +Name: ${name} +Description: IceStorm run-time support +Version: ${version} +Libs: -r:${mono_root}/lib/mono/${name}/${name}.dll +Requires: Ice = ${version} |