Changes between Version 7 and Version 8 of WikiStart


Ignore:
Timestamp:
Oct 31, 2012, 2:33:14 AM (12 years ago)
Author:
Andy Willis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v7 v8  
    1919
    2020= BUILD Instructions =
    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.
     21Create lswitcher directory and change directory to it.[[BR]]
     22Pull code, svn co http://svn.netlabs.org/repos/lswitcher/trunk .[[BR]]
     23Either VAC or OpenWatcom can be used to build lswitcher.[[BR]]
     24For VAC:[[BR]]
     25nmake -f makefile[[BR]]
     26OpenWatcom can use either nmake or wmake:[[BR]]
     27nmake -f makefile.wat[[BR]]
     28or[[BR]]
     29wmake -ms -f makefile.wat[[BR]]
    2530
     31