2 package PerlACE
::MSProject
::DSP
;
5 use PerlACE
::MSProject
;
7 our @ISA = ("PerlACE::MSProject");
9 ###############################################################################
16 my $class = ref ($proto) || $proto;
17 my $self = $class->SUPER::new
(@_);
19 $self->{COMPILER
} = "msdev.com";
21 bless ($self, $class);
25 ###############################################################################