X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=INSTALL.WCE;h=adc03f41d4c500c23e02e703f1473b098c552c74;hb=b095418d204dbcdc162d06b73d554d9975b360ab;hp=0690fa2b23d282b4b172dfbb96ee940555145159;hpb=b87e2576b51ab5e33a6a97b8d7206b9a39a90c3f;p=oweals%2Fopenssl.git diff --git a/INSTALL.WCE b/INSTALL.WCE index 0690fa2b23..adc03f41d4 100644 --- a/INSTALL.WCE +++ b/INSTALL.WCE @@ -11,6 +11,12 @@ You also need Perl for Win32. You will need ActiveState Perl, available from http://www.activestate.com/ActivePerl. + Windows CE support in OpenSSL relies on wcecompat and therefore it's + appropriate to check http://www.essemer.com.au/windowsce/ for updates in + case of compilation problems. As for the moment of this writing version + 1.1 is available and actually required for WCE 4.2 and newer platforms. + All Windows CE specific issues should be directed to www.essemer.com.au. + The C Runtime Library implementation for Windows CE that is included with Microsoft eMbedded Visual C++ 3.0 is incomplete and in some places incorrect. wcecompat plugs the holes and tries to bring the Windows CE @@ -61,3 +67,8 @@ > cd out32 > ..\ms\testce + This will copy each of the test programs to the Windows CE device and execute + them, displaying the output of the tests on this computer. The output should + look similar to the output produced by running the tests for a regular Windows + build. +