diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile | 8 | ||||
-rwxr-xr-x | examples/example1 | bin | 0 -> 7232240 bytes | |||
-rwxr-xr-x | examples/example6 | bin | 0 -> 7165360 bytes |
3 files changed, 8 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile new file mode 100644 index 00000000..640ba253 --- /dev/null +++ b/examples/Makefile @@ -0,0 +1,8 @@ +all: example1 example6 + +example1: example1.cpp ../libvmime-debug.a + g++-mp-4.8 -o example1 example1.cpp -I.. ../libvmime-debug.a -L /opt/local/lib -lgnutls -lgsasl -liconv + +example6: example6.cpp ../libvmime-debug.a + g++-mp-4.8 -o example6 example6.cpp -I.. ../libvmime-debug.a -L /opt/local/lib -lgnutls -lgsasl -liconv + diff --git a/examples/example1 b/examples/example1 Binary files differnew file mode 100755 index 00000000..f56835fa --- /dev/null +++ b/examples/example1 diff --git a/examples/example6 b/examples/example6 Binary files differnew file mode 100755 index 00000000..28db9401 --- /dev/null +++ b/examples/example6 |