diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-03 13:27:22 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-03 13:27:22 +0300 |
commit | ad700e1f6ea865e9733996589f7a8ae0ce74b708 (patch) | |
tree | 2c0b47fb6ad21acdf6308cc4cf3c810b492ddc40 /openssl | |
parent | 7ea2f89d49f913909c178e1ff34394a88b3d7b54 (diff) |
Drop %_EXT% which was always empty
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/prj/d.lst | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/openssl/prj/d.lst b/openssl/prj/d.lst index 72065853d7a0..109bbaab4845 100644 --- a/openssl/prj/d.lst +++ b/openssl/prj/d.lst @@ -1,11 +1,11 @@ -mkdir: %_DEST%\inc%_EXT%\external -mkdir: %_DEST%\inc%_EXT%\external\openssl -..\version.mk %_DEST%\inc%_EXT%\external\openssl\version.mk -..\%__SRC%\inc\*.h %_DEST%\inc%_EXT%\external\openssl -..\%__SRC%\lib\ssleay32.lib %_DEST%\lib%_EXT%\ssleay32.lib -..\%__SRC%\bin\ssleay32.dll %_DEST%\bin%_EXT%\ssleay32.dll -..\%__SRC%\lib\libeay32.lib %_DEST%\lib%_EXT%\libeay32.lib -..\%__SRC%\bin\libeay32.dll %_DEST%\bin%_EXT%\libeay32.dll -..\%__SRC%\lib\libcrypto.a %_DEST%\lib%_EXT%\libcrypto.a -..\%__SRC%\lib\libssl.a %_DEST%\lib%_EXT%\libssl.a +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 |