Building EDuke32 on Windows
Instructions for building eduke32 on windows with open watcom.
note: I have started writing theese instructions but have not yet had a succesfull build if you see any errors or have anything to add please do so -- Plugwash 10:53, 22 March 2008 (PDT)
download open watcom from http://openwatcom.mirrors.skynet.be/pub/ftp.openwatcom.org/open-watcom-c-win32-1.7a.exe and install it. download the eduke32 source from http://wiki.eduke32.com/stuff/ and extract it.
open a command promt
set the path appropriately so the watcom tools are on and any other tools with conflicting names are off e.g. path=C:\WINDOWS\system32;C:\WINDOWS;C:\WATCOM\binnt;C:\WATCOM\BINW
change to the build subdirectory of the eduke source tree e.g. c: cd \eduke32_src_20080206\build
setup other environment variables needed by watcom set EDPATH=c:\watcom\eddata set INCLUDE=C:\WATCOM\H;C:\WATCOM\H\NT set OS=Windows_NT set WATCOM=c:\watcom