summaryrefslogtreecommitdiffstats
path: root/apps/makeapps.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2006-06-01 10:24:47 +0000
committerRichard Levitte <levitte@openssl.org>2006-06-01 10:24:47 +0000
commit0ed110b96970cf993472c4cb36183a3965151f09 (patch)
tree1338f3cc65e8de4f35cf4a31f7316833a4f78bea /apps/makeapps.com
parentb28dea4e1026534afc7783e20f92089a5b4e744a (diff)
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.
Diffstat (limited to 'apps/makeapps.com')
-rw-r--r--apps/makeapps.com4
1 files changed, 2 insertions, 2 deletions
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
$!