mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
patch from Tanya Wolff TVT fix for 70161
This commit is contained in:
parent
89010e954f
commit
bab6cc3faa
3 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
2004-07-26 Alain Magloire
|
||||
2004-07-28 Tanya Wolff
|
||||
|
||||
Fix for PR 68665
|
||||
* utils/org/eclipse/cdt/utils/coff/PE.java
|
||||
Fix for PR 70161: Assembly untranslated in C++ File Types
|
||||
* plugin.properties
|
||||
* plugin.xml
|
||||
|
||||
2004-07-26 Vladimir Hirsl
|
||||
|
||||
|
|
|
@ -41,6 +41,7 @@ CDTVisualCErrorParser.name=CDT Visual C Error Parser
|
|||
|
||||
PathEntryContainerInitializer=Path Entry Container Initializer
|
||||
|
||||
fileTypeMapping.AssemblyLanguage=Assembly
|
||||
fileTypeMapping.cSourceFile=C Source File
|
||||
fileTypeMapping.cppSourceFile=C++ Source File
|
||||
fileTypeMapping.assemblySourceFile=Assembly Source File
|
||||
|
|
|
@ -247,7 +247,7 @@
|
|||
id="org.eclipse.cdt.core.language.cxx">
|
||||
</language>
|
||||
<language
|
||||
name="Assembly"
|
||||
name="%fileTypeMapping.AssemblyLanguage"
|
||||
id="org.eclipse.cdt.core.language.asm">
|
||||
</language>
|
||||
</extension>
|
||||
|
|
Loading…
Add table
Reference in a new issue