7 lines
155 B
Batchfile
7 lines
155 B
Batchfile
@echo off
|
|
set WATCOM=C:\DEVEL\WATCOMC
|
|
set PATH=C:\DEVEL\WATCOMC\BINW;C:\DEVEL\WATCOMC\BINP;C:\FREEDOS\BIN
|
|
set INCLUDE=C:\DEVEL\WATCOMC\H
|
|
set EDPATH=
|
|
wmake
|