Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 1 | Run these makefiles from the top level as in |
| 2 | nmake -f ms\makefilename |
| 3 | to build with visual C++ 4.[01]. |
| 4 | |
| 5 | The results will be in the out directory. |
| 6 | |
| 7 | These makefiles and def files were generated my typing |
| 8 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 9 | perl util\mk1mf.pl VC-NT >ms/nt.mak |
| 10 | perl util\mk1mf.pl VC-NT dll >ms/ntdll.mak |
| 11 | |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 12 | perl util\mkdef.pl 32 crypto > ms/crypto32.def |
Ralf S. Engelschall | d02b48c | 1998-12-21 10:52:47 +0000 | [diff] [blame] | 13 | perl util\mkdef.pl 32 ssl > ms/ssl32.def |