intbeam / watcom-vscode

A basic project template for using Watcom C/C++ tools with Visual Studio Code
MIT License
20 stars 0 forks source link

Make build.ps1 autodetect Watcom installation #1

Closed intbeam closed 2 months ago

intbeam commented 3 years ago

Currently, the build assumes that Watcom is installed in C:\Watcom. The initial reasoning for this is that the environment variables might not always be set, and this might not even be what the developer wants.

This assumed directory might not always be the installation directory.