summaryrefslogtreecommitdiffstats
path: root/apps/makeapps.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2011-03-20 14:02:20 +0000
committerRichard Levitte <levitte@openssl.org>2011-03-20 14:02:20 +0000
commitf0d919623728111052bbc9b204ac0681c7d2351c (patch)
tree37c20d702fce89f1599c8148825036c3472efc42 /apps/makeapps.com
parent8ecef24a6607fef55101bdc06bddf1fe2a2e4c51 (diff)
* 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/makeapps.com')
-rw-r--r--apps/makeapps.com1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/makeapps.com b/apps/makeapps.com
index 9611a48bb1..ad02169216 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