Message-ID: <
20030924225109.A17126@ms>
(Win98 + MinGW, a missing Win95.pm hunk)
p4raw-id: //depot/perl@21369
sub xs_o {
my($self) = shift;
return '' unless $self->needs_linking();
+ # Having to choose between .xs -> .c -> .o and .xs -> .o confuses dmake.
+ return '' if $DMAKE;
'
.xs$(OBJ_EXT):
$(PERLRUN) $(XSUBPP) $(XSPROTOARG) $(XSUBPPARGS) $*.xs > $*.c