Import moonshot-ui_0.7.2.orig.tar.xz
[moonshot-ui.git] / examples / msvc / README
diff --git a/examples/msvc/README b/examples/msvc/README
deleted file mode 100644 (file)
index 93a807f..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-msvc-example: demonstrates using libmoonshot-0.dll from Visual C
-
-You must edit the Makefile to set up the correct paths before this
-example will build.
-
-To run it, you must set the correct PATH for the required DLL's:
-libmoonshot-0.dll (which is in ../../libmoonshot/.libs/) and msrpc-mingw.dll
-(which is in [msrpc-mingw tree]/build/). You will need to execute something
-like the following:
-
-    (in sh.exe:)
-
-PATH=../../libmoonshot/.libs:/c/build/src/msrpc-mingw/build/:$PATH msvc-example
-
-    (or in cmd.exe:)
-
-PATH=..\..\libmoonshot\.libs;c:\build\src\msrpc-mingw\build\;%PATH% msvc-example