From 4ec3e8ca510b411bde2353ede05ed19fe3372eaa Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 25 Mar 2011 09:40:48 +0000 Subject: For VMS, implement the possibility to choose 64-bit pointers with different options: "64" The build system will choose /POINTER_SIZE=64=ARGV if the compiler supports it, otherwise /POINTER_SIZE=64. "64=" The build system will force /POINTER_SIZE=64. "64=ARGV" The build system will force /POINTER_SIZE=64=ARGV. --- VMS/mkshared.com | 2 ++ 1 file changed, 2 insertions(+) (limited to 'VMS') diff --git a/VMS/mkshared.com b/VMS/mkshared.com index d92a823f0b..794e1de62a 100644 --- a/VMS/mkshared.com +++ b/VMS/mkshared.com @@ -328,6 +328,8 @@ $ entrycount=0 $ loop: $ read /end=loop_end /err=loop_end libnum line $ lin = f$edit( line, "COMPRESS,TRIM") +$! Skip a "#" comment line. +$ if (f$extract( 0, 1, lin) .eqs. "#") then goto loop $ entrynum = f$int(f$element( 1, " ", lin)) $ entryinfo = f$element( 2, " ", lin) $ curentry = f$element( 0, " ", lin) -- cgit v1.2.3