Include moonshot-gnome-keyring.vapi in dist
[moonshot-ui.git] / examples / msvc / README
1 msvc-example: demonstrates using libmoonshot-0.dll from Visual C
2
3 You must edit the Makefile to set up the correct paths before this
4 example will build.
5
6 To run it, you must set the correct PATH for the required DLL's:
7 libmoonshot-0.dll (which is in ../../libmoonshot/.libs/) and msrpc-mingw.dll
8 (which is in [msrpc-mingw tree]/build/). You will need to execute something
9 like the following:
10
11     (in sh.exe:)
12
13 PATH=../../libmoonshot/.libs:/c/build/src/msrpc-mingw/build/:$PATH msvc-example
14
15     (or in cmd.exe:)
16
17 PATH=..\..\libmoonshot\.libs;c:\build\src\msrpc-mingw\build\;%PATH% msvc-example