Clean up and document API for hashes
[p5sagit/p5-mst-13.2.git] / win32 / README
CommitLineData
0a753a76 1How to build
2
31. setup VC environment (VCVARS32)
42. make sure you are in the win32 subdirectory
53. NMAKE
6
7The resulting perl.exe , perl.dll, perlglob.exe would be put
8under the main directory.
9
10the LIB subdirectory is also properly handled which can be
11copy to the final location. If you make the directory structure as
12the following :
13
14perl.exe
15perl.dll
16perlglob.exe
17LIB\..... here goes all the module stuff
18
19
20you can save the PERLLIB= line in the environment. this port would
21search the LIB sub-directory where the perl.dll is located.
22
23
24That's it
25