diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-10-17 08:16:03 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-10-17 08:16:03 +0000 |
commit | c07a5fc9f4670494bc02a715e5868b477d3916d2 (patch) | |
tree | bf873ebc4a8921cf38bb103f39a49a2d12cd211e /openssl/prj | |
parent | 7209ff03122e5e743973a58052dbb8f4edd716ef (diff) |
#65293# libary path for wnt corrected
Diffstat (limited to 'openssl/prj')
-rw-r--r-- | openssl/prj/d.lst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openssl/prj/d.lst b/openssl/prj/d.lst index 7e06148d5512..9b47bec481cb 100644 --- a/openssl/prj/d.lst +++ b/openssl/prj/d.lst @@ -5,5 +5,5 @@ mkdir: %_DEST%\inc%_EXT%\openssl ..\%__SRC%\lib\libcrypto.a %_DEST%\lib%_EXT%\libcrypto.a ..\%__SRC%\lib\libssl.a %_DEST%\lib%_EXT%\libssl.a -..\%__SRC%\lib\out32dll\libeay32.lib %_DEST%\lib%_EXT%\libeay32.lib -..\%__SRC%\lib\out32dll\ssleay32.lib %_DEST%\lib%_EXT%\ssleay32.lib +..\%__SRC%\lib\libeay32.lib %_DEST%\lib%_EXT%\libeay32.lib +..\%__SRC%\lib\ssleay32.lib %_DEST%\lib%_EXT%\ssleay32.lib |