oops
This commit is contained in:
parent
e59f1d2a3e
commit
8ce4ae0c1c
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ function make(output) {
|
||||||
|
|
||||||
for(var i = 0; i < objs.length; i++) {
|
for(var i = 0; i < objs.length; i++) {
|
||||||
var usage = "";
|
var usage = "";
|
||||||
if(self.sources[i].endswith(".rc")) {
|
if(self.sources[i].endsWith(".rc")) {
|
||||||
usage = "RC";
|
usage = "RC";
|
||||||
} else if(pmake.isCxx(self.sources[i])) {
|
} else if(pmake.isCxx(self.sources[i])) {
|
||||||
usage = "CXX";
|
usage = "CXX";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue