Switching off the case sensitivity for Windows files
Karl <[email protected]>
| Newsgroups | gmane.comp.gnu.make.windows |
|---|---|
| Message-ID | <[email protected]> |
Hello everybody, being new to gnu make, I did not find out how to switch off the case sensitivity regarding all file accesses, e.g. enable make to find XXyyZZ.CPP as source for a "%.obj : %.cpp". Is there any command switch (or a built in variable to set) in GNU make 3.82? - Karl