This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
check existence of headers and libs for WinCE in Makefile.ce
authorDaniel Dragan <bulk88@hotmail.com>
Mon, 4 Nov 2013 08:18:58 +0000 (03:18 -0500)
committerTony Cook <tony@develop-help.com>
Mon, 11 Nov 2013 23:47:13 +0000 (10:47 +1100)
commitd9d770874f926b7b4990948b7eecca98fde9e695
tree73744cfe0453135bd131ce3cee6c1836eddd3a10
parent9b4bdfd44e0e6d44a447f231c281f967c7ca35c9
check existence of headers and libs for WinCE in Makefile.ce

Macro LIBC was used since day 1 of WinCE port (commit e1caacb4fd ), but
never before defined. On Desktop Win32 Perl, LIBC is msvcrt.lib, so fix
corelibc/msvcrt to be LIBC and not part of CELIBS. Then use LIBC in a
sanity check. Sanity checks will give an error message, vs running the
C compiler and geting cryptic messages about unknown .hs and random
missing symbols.
win32/Makefile.ce