X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot-ui.git;a=blobdiff_plain;f=examples%2Fmsvc%2FREADME;fp=examples%2Fmsvc%2FREADME;h=0000000000000000000000000000000000000000;hp=93a807f3d1681f01e419b853d4038e9db1a570ef;hb=2f69026fca8e82c3e4f6f73b80eec7d7d6315c61;hpb=27e1a1441deccad56a7a5781e18f03c73f93bb9a diff --git a/examples/msvc/README b/examples/msvc/README deleted file mode 100644 index 93a807f..0000000 --- a/examples/msvc/README +++ /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