diff options
author | Wohlstand <admin@wohlnet.ru> | 2020-09-03 21:30:21 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2020-09-03 21:30:21 +0300 |
commit | e81db845bf4c8b78310fd8c8807f490cb094a0ec (patch) | |
tree | 4b854d708773d3b0818781d09157d07dee2415be /cmake/openwattcom/ow-cmake.sh | |
parent | 94f30af1cca58faea337d0e50fc21a852c5bb2b7 (diff) | |
download | libADLMIDI-e81db845bf4c8b78310fd8c8807f490cb094a0ec.tar.gz libADLMIDI-e81db845bf4c8b78310fd8c8807f490cb094a0ec.tar.bz2 libADLMIDI-e81db845bf4c8b78310fd8c8807f490cb094a0ec.zip |
Tweak OpenWatcom flags and scripts
Unfortunately, thing is now unbuildable under OW because of missing std::nothrew and template-of-template
Diffstat (limited to 'cmake/openwattcom/ow-cmake.sh')
-rwxr-xr-x | cmake/openwattcom/ow-cmake.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/openwattcom/ow-cmake.sh b/cmake/openwattcom/ow-cmake.sh index 00d048d..843cda7 100755 --- a/cmake/openwattcom/ow-cmake.sh +++ b/cmake/openwattcom/ow-cmake.sh @@ -1,5 +1,5 @@ #!/bin/bash -export WATCOM=$HOME/Qt/Tools/ow-snapshot-2.0 +export WATCOM=/opt/watcom export EDPATH=$WATCOM/eddat export WIPFC=$WATCOM/wipfc export INCLUDE="$WATCOM/lh" |