summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorlevitte <levitte>2011-03-20 14:02:19 +0000
committerlevitte <levitte>2011-03-20 14:02:19 +0000
commit938391218ab7b557e0ec463034e83d0facd4f969 (patch)
tree9630f6d7a9d5de5e6bffbc2f07c76832a8c9f0a4 /apps
parent681d7563cec4a60712cde023c00d6f87f3db2d31 (diff)
downloadopenssl-938391218ab7b557e0ec463034e83d0facd4f969.tar.gz
* apps/makeapps.com: Forgot to end the check for /POINTER_SIZE=64=ARGV
with turning trapping back on. * test/maketests.com: Do the same check for /POINTER_SIZE=64=ARGV here. * test/clean-test.com: A new script for cleaning up.
Diffstat (limited to 'apps')
-rw-r--r--apps/makeapps.com1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/makeapps.com b/apps/makeapps.com
index 9611a48bb..ad0216921 100644
--- a/apps/makeapps.com
+++ b/apps/makeapps.com
@@ -620,6 +620,7 @@ $ DEASSIGN/USER SYS$OUTPUT
$ ELSE
$ POINTER_SIZE = POINTER_SIZE + "=ARGV"
$ ENDIF
+$ SET ON
$ ARCHD = ARCH+ "_64"
$ LIB32 = ""
$ ELSE