Because all object files are now in a file, we don't need to mention
authorRichard Levitte <levitte@openssl.org>
Thu, 1 Jun 2006 10:24:47 +0000 (10:24 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 1 Jun 2006 10:24:47 +0000 (10:24 +0000)
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.

apps/makeapps.com

index b52bb758ae757aa8d034e55080138397f865bc21..7657827ef7257f4bc4ccc4e96fe94d5a416b6a6e 100644 (file)
@@ -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
 $!