1 package CCProjectCreator
;
3 # ************************************************************
4 # Description : A Code Composer Project Creator
5 # Author : Chad Elliott
6 # Create Date : 9/18/2006
7 # ************************************************************
9 # ************************************************************
11 # ************************************************************
19 @ISA = qw(WinProjectBase ProjectCreator);
21 # ************************************************************
23 # ************************************************************
31 sub override_valid_component_extensions
{
36 if ($comp eq 'source_files' && $self->languageIs(Creator
::cplusplus
)) {
37 push(@array, "\\.cdb");
44 sub project_file_extension
{
50 sub get_dll_exe_template_input_file
{
56 sub get_dll_template_input_file
{