Makefile.Watcom:
authorGisle Vanem <gvanem@broadpark.no>
Wed, 10 Aug 2011 01:29:02 +0000 (03:29 +0200)
committerYang Tse <yangsita@gmail.com>
Wed, 10 Aug 2011 01:29:02 +0000 (03:29 +0200)
commit5da497e0e86798194907baebd420bb56c1611209
tree8bd8e048f197c4f557b009199fc89e3ad29ea8c1
parenta94b4e53d1b18cd15a9c27808b71ab665ebfad2d
Makefile.Watcom:
  * The 'NTDDI_VERSION' needs to be raised to 0x05010000
    in order for SOCKADDR_STORAGE etc. to be typedefed.
  * Replaced '-dUSE_WATT32' with '-dWATT32'.
  * Added $(DEMOS) to the 'all' target and removed the 'demos'
    target to be consistent with e.g. Makefile.msvc etc.
  * 'ENABLE_IPV6' is no longer used. Hence removed the '%use_ipv6' construct.
  * object-file order seems to be important (Watcom v.19). Hence
    'ares_getopt.obj' must be put after the .obj that references getopt().
Makefile.Watcom