oops
This commit is contained in:
parent
9eb085ee28
commit
e59f1d2a3e
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ Watcom.compile = function(target, obj, src) {
|
||||||
const flags = "-bt=nt -fr= -q " + includes + " -fo=" + obj + " " + src;
|
const flags = "-bt=nt -fr= -q " + includes + " -fo=" + obj + " " + src;
|
||||||
|
|
||||||
if(src.endsWith(".rc")) {
|
if(src.endsWith(".rc")) {
|
||||||
return "wrc -bt=nt -r -fo=" + obj + " " + src;
|
return "wrc -bt=nt -r -q -fo=" + obj + " " + src;
|
||||||
} else if(src.endsWith(".c")) {
|
} else if(src.endsWith(".c")) {
|
||||||
return "wcc386 " + flags;
|
return "wcc386 " + flags;
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue