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