| 21 | | Create lswitcher directory and change directory to it. |
| 22 | | Pull code, svn co http://svn.netlabs.org/repos/lswitcher/trunk . |
| 23 | | Either VAC or OpenWatcom can be used to build lswitcher. |
| 24 | | nmake -f makefile or nmake -f makefile.wat respectively. |
| | 21 | Create lswitcher directory and change directory to it.[[BR]] |
| | 22 | Pull code, svn co http://svn.netlabs.org/repos/lswitcher/trunk .[[BR]] |
| | 23 | Either VAC or OpenWatcom can be used to build lswitcher.[[BR]] |
| | 24 | For VAC:[[BR]] |
| | 25 | nmake -f makefile[[BR]] |
| | 26 | OpenWatcom can use either nmake or wmake:[[BR]] |
| | 27 | nmake -f makefile.wat[[BR]] |
| | 28 | or[[BR]] |
| | 29 | wmake -ms -f makefile.wat[[BR]] |