LTKCPP-- LLRP Toolkit C Plus Plus Library
|
00001 The "win" directory was created for temporarily holding 3rd-party Windows 00002 libraries until they can be correctly sourced from artifactory. At the time 00003 of this writing, it currently only holds the OpenSSL DLLs, export libraries, 00004 and headers in the bin, lib, and include folders, respectively. 00005 00006 The OpenSSL DLL was built using Visual Studio 2012 on a Windows 7 machine. The 00007 tag used was OpenSSL_1_0_2d. OpenSSL's source code was checked out from: 00008 00009 http://stash.impinj.com/projects/TP/repos/openssl/browse 00010 00011 And built using the attached batch file, build_openssl.bat, run from a Visual 00012 Studio 2012 "x86 Native Tools" command prompt. Note that the OpenSSL uses 00013 Perl as part of its build, so the build machine will need to have that 00014 installed as well. 00015 00016