From ca4dd7e42e82ef3ade279ee06ea43818d3dc123d Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Fri, 1 Jun 2018 02:27:59 +0300 Subject: Update OpenWatcom project to target DOS4G Still not working and stuck in the stack due unfixed bug in OW --- projects/watcom/playmidi.tgt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'projects/watcom/playmidi.tgt') diff --git a/projects/watcom/playmidi.tgt b/projects/watcom/playmidi.tgt index d1c5b42..23c2b0d 100644 --- a/projects/watcom/playmidi.tgt +++ b/projects/watcom/playmidi.tgt @@ -7,12 +7,12 @@ MComponent 0 2 WString -4 -NEXE +3 +EXE 3 WString 5 -nc2en +dr2en 1 0 1 @@ -28,8 +28,8 @@ MItem playmidi.exe 7 WString -4 -NEXE +3 +EXE 8 WVList 2 @@ -196,12 +196,12 @@ WCC 53 WString 25 -n????Include directories: +d????Include directories: 1 54 WString -47 -"$(%watcom)/h;$(%watcom)/h/nt" "../../include" +31 +"$(%watcom)/h" "../../include" 0 55 WVList @@ -248,12 +248,12 @@ WPP 65 WString 25 -n????Include directories: +d????Include directories: 1 66 WString -47 -"$(%watcom)/h;$(%watcom)/h/nt" "../../include" +30 +"$(%watcom)/h" "../../include" 0 67 MVState -- cgit v1.2.3 From 451bee2d22501613e2f8b6e1a235d913ad80cf8b Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Fri, 1 Jun 2018 03:05:00 +0300 Subject: Another small change of the OW build --- projects/watcom/playmidi.tgt | 158 +++++++++++++++++++------------------------ 1 file changed, 71 insertions(+), 87 deletions(-) (limited to 'projects/watcom/playmidi.tgt') diff --git a/projects/watcom/playmidi.tgt b/projects/watcom/playmidi.tgt index 23c2b0d..1d66c1b 100644 --- a/projects/watcom/playmidi.tgt +++ b/projects/watcom/playmidi.tgt @@ -32,139 +32,123 @@ WString EXE 8 WVList -2 +1 9 MVState 10 WString -7 -WINLINK +5 +WLINK 11 WString -22 -?????Other options(,): -1 -12 -WString -12 -commit st=1m -0 -13 -MVState -14 -WString -7 -WINLINK -15 -WString 18 ?????Libraries(,): 1 -16 +12 WString 7 ADLMIDI 0 -17 +13 WVList 5 -18 +14 ActionStates -19 +15 WString 7 Sam&ple -20 +16 WVList 0 -21 +17 ActionStates -22 +18 WString 13 Remote D&ebug -23 +19 WVList 2 -24 +20 MRState -25 +21 WString 6 RDEBUG -26 +22 WString 13 ????9Windowed 1 0 -27 +23 MRState -28 +24 WString 6 RDEBUG -29 +25 WString 19 ????9Character mode 1 1 -30 +26 ActionStates -31 +27 WString 12 Local &Debug -32 +28 WVList 1 -33 +29 MVState -34 +30 WString 6 WDEBUG -35 +31 WString 28 ?????Application parameters: 1 -36 +32 WString 9 ttd10.mid 0 -37 +33 ActionStates -38 +34 WString 5 &Make -39 +35 WVList 0 -40 +36 ActionStates -41 +37 WString 4 &Run -42 +38 WVList 1 -43 +39 MVState -44 +40 WString 3 RUN -45 +41 WString 28 ?????Application parameters: 1 -46 +42 WString 9 ttd10.mid @@ -173,150 +157,150 @@ ttd10.mid 1 1 0 -47 +43 WPickList 4 -48 +44 MItem 3 *.c -49 +45 WString 4 COBJ -50 +46 WVList 1 -51 +47 MVState -52 +48 WString 3 WCC -53 +49 WString 25 d????Include directories: 1 -54 +50 WString 31 "$(%watcom)/h" "../../include" 0 -55 +51 WVList 0 -1 1 1 0 -56 +52 MItem 34 ..\..\utils\midiplay\wave_writer.c -57 +53 WString 4 COBJ -58 +54 WVList 0 -59 +55 WVList 0 -48 +44 1 1 0 -60 +56 MItem 5 *.cpp -61 +57 WString 6 CPPOBJ -62 +58 WVList 2 -63 +59 MVState -64 +60 WString 3 WPP -65 +61 WString 25 d????Include directories: 1 -66 +62 WString 30 "$(%watcom)/h" "../../include" 0 -67 +63 MVState -68 +64 WString 3 WPP -69 +65 WString 23 ?????Macro definitions: 1 -70 +66 WString 16 OUTPUT_WAVE_ONLY 0 -71 +67 WVList 0 -1 1 1 0 -72 +68 MItem 36 ..\..\utils\midiplay\adlmidiplay.cpp -73 +69 WString 6 CPPOBJ -74 +70 WVList 2 -75 +71 MRState -76 +72 WString 3 WPP -77 +73 WString 33 ??2??80386 register-based calling 1 1 -78 +74 MRState -79 +75 WString 3 WPP -80 +76 WString 39 ??2??Pentium Pro register-based calling 1 0 -81 +77 WVList 0 -60 +56 1 1 0 -- cgit v1.2.3