Subversion Repositories DevTools

Rev

Rev 7018 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7018 Rev 7040
Line 275... Line 275...
275
            $rcPath = $testDir;
275
            $rcPath = $testDir;
276
            last;
276
            last;
277
        }
277
        }
278
    }
278
    }
279
    Warning ('RC.EXE cannot be located') unless $rcPath;
279
    Warning ('RC.EXE cannot be located') unless $rcPath;
280
    PlatformDefine ('RCPATH := $(PROGRAMFILES)/' . $rcPath )
280
    PlatformDefine ('RCPATH := $(PROGRAMFILES)/' . ($rcPath || 'Unknown') )
281
    
281
    
282
}
282
}
283
        
283
        
284
#.. Select toolchain info , based on targetCPU
284
#.. Select toolchain info , based on targetCPU
285
 
285