Subversion Repositories DevTools

Rev

Rev 5726 | Rev 5757 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5726 Rev 5732
Line 105... Line 105...
105
       push @flags , '--require_prototypes';
105
       push @flags , '--require_prototypes';
106
       #push @flags , '--discard_unused_publics';
106
       #push @flags , '--discard_unused_publics';
107
       #push @flags , '--mfc';
107
       #push @flags , '--mfc';
108
       push @flags , '--remarks';
108
       push @flags , '--remarks';
109
       push @flags , '--dlib_config=DLib_Config_Normal.h';
109
       push @flags , '--dlib_config=DLib_Config_Normal.h';
110
       push @flags, '-lC $(OBJDIR)';
110
#       push @flags, '-lC $(OBJDIR)';
111
       push @flags, '-lA $(OBJDIR)';
111
#       push @flags, '-lA $(OBJDIR)';
112
 
112
 
113
       # Defines
113
       # Defines
114
       #push @defines, 'xxxxxx';
114
       #push @defines, 'xxxxxx';
115
 
115
 
116
 
116
 
Line 129... Line 129...
129
#       push @asdefines, 'ASSEMBLER';
129
#       push @asdefines, 'ASSEMBLER';
130
    }
130
    }
131
 
131
 
132
    #.. Standard.rul requirements
132
    #.. Standard.rul requirements
133
    #
133
    #
134
    $s = 's90';             # Assembler source file
134
    $s = 's';               # Assembler source file
135
    $o = 'r90';             # Object file
135
    $o = 'o';               # Object file
136
    $a = 'r90';             # Library file
136
    $a = 'a';               # Library file
137
    $so = '';               # Shared library
137
    $so = '';               # Shared library
138
    $exe = '.srec';          # Linked binary images
138
    $exe = '.srec';         # Linked binary images
139
 
139
 
140
    AddSourceType( ".$s", '.asm' );
140
    AddSourceType( ".$s", '.asm' );
141
    
141
    
142
 
142
 
143
    #.. Toolset configuration
143
    #.. Toolset configuration
Line 544... Line 544...
544
    #
544
    #
545
    #   Create the .srec file
545
    #   Create the .srec file
546
    #
546
    #
547
    $io->Label( "SREC File", $name );
547
    $io->Label( "SREC File", $name );
548
    $io->Prt( "$srec: $out\n");
548
    $io->Prt( "$srec: $out\n");
549
    $io->Prt( "\t\$(call GENERATE_SREC $out,$srec)\n");
549
    $io->Prt( "\t\$(call GENERATE_SREC,$out,$srec)\n");
550
    $io->Newline();
550
    $io->Newline();
551
 
551
 
552
 
552
 
553
    #
553
    #
554
    #   Create the .sxml file
554
    #   Create the .sxml file