From: Richard Levitte Date: Thu, 1 Jun 2006 10:24:47 +0000 (+0000) Subject: Because all object files are now in a file, we don't need to mention X-Git-Tag: OpenSSL_0_9_8k^2~1284 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0ed110b96970cf993472c4cb36183a3965151f09;p=oweals%2Fopenssl.git Because all object files are now in a file, we don't need to mention any of them on the linker command line. Besides, OBJECT_FILE now represents the last compiled file, and using it here only results in getting warnings about multiple definitions of the symbols in that file. --- diff --git a/apps/makeapps.com b/apps/makeapps.com index b52bb758ae..7657827ef7 100644 --- a/apps/makeapps.com +++ b/apps/makeapps.com @@ -294,7 +294,7 @@ $! $! Don't Link With The RSAREF Routines And TCP/IP Library. $! $ LINK/'DEBUGGER'/'TRACEBACK' /EXE='EXE_FILE' - - 'OBJECT_FILE','EXE_DIR''CURRENT_APP'.OPT/OPTION, - + 'EXE_DIR''CURRENT_APP'.OPT/OPTION, - 'SSL_LIB'/LIBRARY,'CRYPTO_LIB'/LIBRARY, - 'TCPIP_LIB','OPT_FILE'/OPTION $! @@ -305,7 +305,7 @@ $! $! Don't Link With The RSAREF Routines And Link With A TCP/IP Library. $! $ LINK/'DEBUGGER'/'TRACEBACK' /EXE='EXE_FILE' - - 'OBJECT_FILE','EXE_DIR''CURRENT_APP'.OPT/OPTION, - + 'EXE_DIR''CURRENT_APP'.OPT/OPTION, - 'SSL_LIB'/LIBRARY,'CRYPTO_LIB'/LIBRARY, - 'OPT_FILE'/OPTION $!