Updates for building on Win32 with Visual C++ 2005 Express Edition
authorSteve Hay <SteveHay@planit.com>
Tue, 10 Oct 2006 10:25:06 +0000 (10:25 +0000)
committerSteve Hay <SteveHay@planit.com>
Tue, 10 Oct 2006 10:25:06 +0000 (10:25 +0000)
commit1c847d4b24b4811e0a135df4f0a725e3a5ccb70b
tree89fc63e151b82bba04a5cc239c1e340588a0a764
parentb89b8d61fac53d9ace6a3daf34694f40da6616bc
Updates for building on Win32 with Visual C++ 2005 Express Edition

Add some instructions in README.win32, clarify macro comments and add
missing macros to makefile.mk, and drop the GLOBEXEBUILD macro from
Makefile--the Express Edition of Visual C++ 2005 is free and includes
setargv.obj, so there is no need to support the .NET 2.0 SDK compiler
which didn't include it.

Unfortunately, the build still doesn't work yet--my attempt got as far
as building extensions, but miniperl.exe crashed.  Hopefully this can
be sorted out soon.

p4raw-id: //depot/perl@28978
README.win32
win32/Makefile
win32/makefile.mk