> On Wed, Jan 26, 2022 at 2:33 AM Fabian Boucsein <fabian.boucs...@gmx.de> 
> wrote:
> >
> > After installing the Watcom from the IBIBLIO FreeDOS archive what
> > do i need to configure the compiler so that i can use it?

On Wed, Jan 26, 2022 at 12:34 PM Rugxulo <rugx...@gmail.com> wrote:
>
> set WATCOM=%RAMDRIVE%:\watcom19
> set INCLUDE=%WATCOM%\H
> set EDPATH=%WATCOM%\EDDAT
> set WIPFC=%WATCOM%\WIPFC
> path %WATCOM%\BINW;%PATH%
> REM ... optional ...
> REM if "%DOS4G%"=="" set DOS4G=quiet
> REM ren dos4gw.exe *.ex
> REM copy /b cwstub.exe dos4gw.*
>
> This may also help:
> * http://www.freedos.org/books/get-started/june25-c-programming.html
>


The bit that Rugxulo is pointing to in that article is this:

> Before you can compile using OpenWatcom, you'll need to set up the
> DOS environment variables so OpenWatcom can find its support
> files. The OpenWatcom C compiler package includes a setup batch file
> that does this for you, as \DEVEL\OW\OWSETENV.BAT. Run this batch
> file to automatically set up your environment for OpenWatcom.


_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to