progress
This commit is contained in:
parent
a56ddf5007
commit
fcc88de8d3
10 changed files with 192 additions and 7 deletions
|
|
@ -1,2 +1,5 @@
|
|||
class Watcom extends Compiler {
|
||||
};
|
||||
const Watcom = pmake.inherit(Compiler);
|
||||
|
||||
Watcom.description = "Open Watcom";
|
||||
|
||||
pmake.register(Watcom);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue