mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2025-03-06 08:29:21 +00:00
Remove ComplerId class as it is no longer required
This commit is contained in:
parent
2ab174ec1b
commit
4599004d1b
@ -1,38 +0,0 @@
|
|||||||
/**
|
|
||||||
* Copyright (C) 2009 - 2021 <a href="https://www.wudsn.com" target="_top">Peter Dell</a>
|
|
||||||
*
|
|
||||||
* This file is part of WUDSN IDE.
|
|
||||||
*
|
|
||||||
* WUDSN IDE is free software: you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation, either version 2 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* WUDSN IDE is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
* GNU General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with WUDSN IDE. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package com.wudsn.ide.lng.asm.compiler;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Compiler IDs for static use.
|
|
||||||
*
|
|
||||||
* @author Peter Dell
|
|
||||||
* @since 1.6.1
|
|
||||||
*/
|
|
||||||
public class CompilerId {
|
|
||||||
public static final String ACME = "acme";
|
|
||||||
public static final String ASM6 = "asm6";
|
|
||||||
public static final String ATASM = "atasm";
|
|
||||||
public static final String DASM = "dasm";
|
|
||||||
public static final String KICKASS = "kickass";
|
|
||||||
public static final String MADS = "mads";
|
|
||||||
public static final String MERLIN32 = "merlin32";
|
|
||||||
public static final String TASS = "tass";
|
|
||||||
public static final String XASM = "xasm";
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user