summaryrefslogtreecommitdiff
path: root/vms/descrip_mms.template
diff options
context:
space:
mode:
authorCharles Bailey <bailey@newman.upenn.edu>2000-02-28 00:44:45 +0000
committerbailey <bailey@newman.upenn.edu>2000-02-28 00:44:45 +0000
commit498336edc6b1e69abc577226cc67017e7a31640e (patch)
treeb50acadcbdb4eecb28663afd6b5f99755e95bced /vms/descrip_mms.template
parent8d78cc1410cc3c0f744437370cbc0fa3b1af57c9 (diff)
downloadperl-498336edc6b1e69abc577226cc67017e7a31640e.tar.gz
Dan Sugalski's config/build changes to .660
p4raw-id: //depot/vmsperl@5299
Diffstat (limited to 'vms/descrip_mms.template')
-rw-r--r--vms/descrip_mms.template5
1 files changed, 4 insertions, 1 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template
index 9e426e925e..a2b57fa669 100644
--- a/vms/descrip_mms.template
+++ b/vms/descrip_mms.template
@@ -30,6 +30,7 @@
~MALLOC~
~CC~
~MT~
+~FLAGS~
#: >>>>> Architecture-specific options <<<<<
.ifdef AXE
@@ -214,7 +215,7 @@ acth =
.endif
# C preprocessor manifest "DEBUGGING" ==> perl -D, not the VMS debugger
-CFLAGS = $(XTRACCFLAGS)$(DBGCCFLAGS)
+CFLAGS = $(XTRACCFLAGS)$(DBGCCFLAGS)$(FLAGS)
# Flags for a core compile
X2PCFLAGS = $(CFLAGS)/Define=PERL_FOR_X2P
# Flags for an x2p compile
@@ -1171,6 +1172,8 @@ util$(O) : util.c $(h)
$(CC) $(CORECFLAGS) $(MMS$SOURCE)
vms$(O) : vms.c $(h)
$(CC) $(CORECFLAGS) $(MMS$SOURCE)
+xsutils$(O) : xsutils.c $(h)
+ $(CC) $(CORECFLAGS) $(MMS$SOURCE)
[.x2p]hash$(O) : [.x2p]hash.c [.x2p]EXTERN.h [.x2p]a2p.h [.x2p]hash.h [.x2p]str.h [.x2p]util.h config.h handy.h vmsish.h $(SOCKH)
$(CC) $(X2PCFLAGS) $(MMS$SOURCE)