Define EXE_DIR earlier.
Make sure S_SOCKET also gets compiled with _POSIX_C_SOURCE defined. Submitted by Zoltan Arpadffy <zoli@polarhome.com>
This commit is contained in:
parent
f49353b42f
commit
cb0d89705b
@ -6,6 +6,7 @@ $! A-Com Computing, Inc.
|
|||||||
$! byer@mail.all-net.net
|
$! byer@mail.all-net.net
|
||||||
$!
|
$!
|
||||||
$! Changes by Richard Levitte <richard@levitte.org>
|
$! Changes by Richard Levitte <richard@levitte.org>
|
||||||
|
$! Zoltan Arpadffy <zoli@polarhome.com>
|
||||||
$!
|
$!
|
||||||
$! This command files compiles and creates all the various different
|
$! This command files compiles and creates all the various different
|
||||||
$! "application" programs for the different types of encryption for OpenSSL.
|
$! "application" programs for the different types of encryption for OpenSSL.
|
||||||
@ -150,7 +151,7 @@ $ IF COMPILER .EQS. "VAXC" THEN -
|
|||||||
$!
|
$!
|
||||||
$! Setup exceptional compilations
|
$! Setup exceptional compilations
|
||||||
$!
|
$!
|
||||||
$ COMPILEWITH_CC2 = ",S_SERVER,S_CLIENT,"
|
$ COMPILEWITH_CC2 = ",S_SOCKET,S_SERVER,S_CLIENT,"
|
||||||
$!
|
$!
|
||||||
$ PHASE := LIB
|
$ PHASE := LIB
|
||||||
$!
|
$!
|
||||||
@ -168,6 +169,10 @@ $! Make The Application File Name
|
|||||||
$!
|
$!
|
||||||
$ CURRENT_APP = F$EDIT(F$ELEMENT(APP_COUNTER,",",PROGRAMS),"TRIM")
|
$ CURRENT_APP = F$EDIT(F$ELEMENT(APP_COUNTER,",",PROGRAMS),"TRIM")
|
||||||
$!
|
$!
|
||||||
|
$! Create The Executable File Name.
|
||||||
|
$!
|
||||||
|
$ EXE_FILE = EXE_DIR + CURRENT_APP + ".EXE"
|
||||||
|
$!
|
||||||
$! Check To See If We Are At The End Of The File List.
|
$! Check To See If We Are At The End Of The File List.
|
||||||
$!
|
$!
|
||||||
$ IF (CURRENT_APP.EQS.",")
|
$ IF (CURRENT_APP.EQS.",")
|
||||||
@ -231,10 +236,6 @@ $!
|
|||||||
$! Create The Object File Name.
|
$! Create The Object File Name.
|
||||||
$!
|
$!
|
||||||
$ OBJECT_FILE = OBJ_DIR + FILE_NAME + ".OBJ"
|
$ OBJECT_FILE = OBJ_DIR + FILE_NAME + ".OBJ"
|
||||||
$!
|
|
||||||
$! Create The Executable File Name.
|
|
||||||
$!
|
|
||||||
$ EXE_FILE = EXE_DIR + FILE_NAME + ".EXE"
|
|
||||||
$ ON WARNING THEN GOTO NEXT_LIB
|
$ ON WARNING THEN GOTO NEXT_LIB
|
||||||
$!
|
$!
|
||||||
$! Check To See If The File We Want To Compile Actually Exists.
|
$! Check To See If The File We Want To Compile Actually Exists.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user