better stuff
This commit is contained in:
parent
a523a42e6e
commit
c89f96ce8a
5 changed files with 41 additions and 12 deletions
|
|
@ -1,6 +1,6 @@
|
|||
const Watcom = pmake.inherit(Compiler);
|
||||
const Watcom = pmake.inherit(pmake.Compiler);
|
||||
|
||||
Watcom.name = "Watcom";
|
||||
Watcom.target = "Watcom";
|
||||
Watcom.description = "Open Watcom";
|
||||
|
||||
pmake.register(Watcom);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue