Ozkan Sezer
6b018d6999
check and conditionally include sys/types.h, sys/time.h, and unistd.h.
...
watcom/unistd.h and win32/unistd.h are no longer necessary, especially
after previous commit.
4 years ago
Cameron Cawley
0a335c793e
Add watcom.mif to share code between the Win32, OS/2 and MS-DOS makefiles
4 years ago
Ozkan Sezer
45114c81e7
watcom makefiles: tweak watcom headers include order (just in case)
4 years ago
Cameron Cawley
905acddfda
Improve the OpenWatcom makefiles
4 years ago
Ozkan Sezer
a02a7adf21
add new xmp_version.h which defines VERSION if not already defined.
...
is useful when working with standalone makefiles and project files.
4 years ago
Ozkan Sezer
e68fe9d983
include strings.h, if available, for strcasecmp
...
it might not be prototyped in strings.h.
4 years ago
Cameron Cawley
8752414fa8
Replace direct use of usleep()
5 years ago
Ozkan Sezer
4161197698
miscellaneous watcom build updates.
5 years ago
Ozkan Sezer
347962bb6d
getopt update:
...
replace outdated getopt.c, getopt.h and getopt1.c with 2-clause BSD
licensed getopt source from OpenBSD, build them only if system libc
does not have getopt_long().
5 years ago
Ozkan Sezer
004ee8372e
os/2 makefile update
5 years ago
sezero
7cb5c53f16
made os2 makefile to work both under native os/2 and under linux cross-compiler environments.
9 years ago
sezero
91d3e09d94
provide a Makefile.os2 (to be used with Watcom, tested with OpenWatcom 1.9)
9 years ago