Win32 update
authorGurusamy Sarathy <gsar@engin.umich.edu>
Wed, 2 Apr 1997 06:08:09 +0000 (01:08 -0500)
committerChip Salzenberg <chip@atlantic.net>
Tue, 1 Apr 1997 00:01:35 +0000 (12:01 +1200)
commit8d0ff1118aaee510902477e928a660803304346c
treedb7cc39a9d6594aae966ca1e9ec54875f5ba7804
parent212ac238b7c76fe74b999bd66633ce1bda0b362f
Win32 update

The win32 make fails because it cannot find "camel.ico".

Even if I add a camel.ico stolen from elsewhere, the build
fails due to lack of "resource.h" referenced in "perl.rc"
(when using VC++ 2.0).

The following patch simply disables binding the icon resource
into perl.exe.  (One can always associate a bare *.ico file
to any executable, so it's not like it *has* to be bound
into perl.exe when building it.)

p5p-msgid: 199704020608.BAA29538@aatma.engin.umich.edu
win32/perl.mak