Rework Open Watcom make files to use standard Wmake features
authorJiri Malak <malak.jiri@gmail.com>
Sun, 2 Mar 2014 23:27:38 +0000 (00:27 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 3 Mar 2014 07:19:05 +0000 (08:19 +0100)
commit420d9ff3ebeec043d38b2818b61f074194a475ba
tree304e7fa5ee75827623e3e0524d82093bfa41cf0e
parent85484355b313b2176772c13f19754248b31aebf0
Rework Open Watcom make files to use standard Wmake features

Remove slash/backslash problem, now only slashes are used,
Wmake automaticaly translate slash/backslash to proper version or tools are not sensitive for it.
Enable spaces in path.
Use internal rm command for all host platforms
Add error message if old Open Watcom version is used. Some old versions exhibit build problems for Curl latest version. Now only versions 1.8, 1.9 and 2.O beta are supported
lib/Makefile.Watcom
src/Makefile.Watcom