diff options
Diffstat (limited to 'openssl/prj')
-rw-r--r-- | openssl/prj/build.lst | 3 | ||||
-rw-r--r-- | openssl/prj/d.lst | 11 |
2 files changed, 14 insertions, 0 deletions
diff --git a/openssl/prj/build.lst b/openssl/prj/build.lst new file mode 100644 index 000000000000..756d0ed72960 --- /dev/null +++ b/openssl/prj/build.lst @@ -0,0 +1,3 @@ +ssl openssl : soltools external EXPAT:expat NULL +ssl openssl usr1 - all ssl_mkout NULL +ssl openssl nmake - all ssl_openssl NULL diff --git a/openssl/prj/d.lst b/openssl/prj/d.lst new file mode 100644 index 000000000000..109bbaab4845 --- /dev/null +++ b/openssl/prj/d.lst @@ -0,0 +1,11 @@ +mkdir: %_DEST%\inc\external +mkdir: %_DEST%\inc\external\openssl +..\version.mk %_DEST%\inc\external\openssl\version.mk +..\%__SRC%\inc\*.h %_DEST%\inc\external\openssl +..\%__SRC%\lib\ssleay32.lib %_DEST%\lib\ssleay32.lib +..\%__SRC%\bin\ssleay32.dll %_DEST%\bin\ssleay32.dll +..\%__SRC%\lib\libeay32.lib %_DEST%\lib\libeay32.lib +..\%__SRC%\bin\libeay32.dll %_DEST%\bin\libeay32.dll +..\%__SRC%\lib\libcrypto.a %_DEST%\lib\libcrypto.a +..\%__SRC%\lib\libssl.a %_DEST%\lib\libssl.a + |