Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / Hawk / CVEiCL / EiC / README.WIN32
diff --git a/apps/Hawk/CVEiCL/EiC/README.WIN32 b/apps/Hawk/CVEiCL/EiC/README.WIN32
deleted file mode 100644 (file)
index 2e17387..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-\r
-EiC under Win32\r
-----------------\r
-\r
-EiC has been ported to the WIN32 platform using MSVC++.\r
-\r
-Just type `make all' from EiC root directory to build EiC.  No modules are\r
-used.  Then go to src directory, where you can find the EiC\r
-executable, Launch eic, and then try to run the following program :\r
-\r
-#include <stdio.h>\r
-printf("Hello world !\n");\r
-\r
-To be able to run EiC from any directory you must\r
-place the eic.exe in your PATH list and define the\r
-environmental variable HOMEofEiC (assuming that\r
-you have installed EiC on the C drive):\r
-\r
-       set HOMEofEiC=c:\eic\r
-\r
-Actually, it is only if EiC is not istalled in c:\eic\r
-do you have worry about setting HOMEofEiC.\r
-\r