On windows XP Is it meant to be run in DOS command window
"Andrew S Katz (tb)" <[email protected]>
| Newsgroups | gmane.comp.gnu.make.windows |
|---|---|
| Message-ID | <[email protected]> |
When I was building pixman, the make file had @mkdir -p releases, and it was using the DOS mkdir, which created two directories, one named -p. And the make file for cairo had a @list command (which I assume is like DOS's dir) which does not exist in DOS. Andy