]> 4ch.mooo.com Git - 16.git/commitdiff
tesuto shows that open watcom cannot into d2 and mh flags
authorsparky4 <sparky4@cock.li>
Tue, 29 Sep 2015 18:43:17 +0000 (13:43 -0500)
committersparky4 <sparky4@cock.li>
Tue, 29 Sep 2015 18:43:17 +0000 (13:43 -0500)
modified:   16.exe
modified:   16.map
modified:   bakapi.map
modified:   exmmtest.map
modified:   fmemtest.map
modified:   fontgfx.map
modified:   inputest.map
modified:   makefile
modified:   maptest.map
modified:   palettec.map
modified:   pcxtest.map
modified:   scroll.exe
modified:   scroll.map
modified:   test.map
modified:   test2.map
modified:   tesuto.exe
modified:   vgmtest.map

17 files changed:
16.exe
16.map
bakapi.map
exmmtest.map
fmemtest.map
fontgfx.map
inputest.map
makefile
maptest.map
palettec.map
pcxtest.map
scroll.exe
scroll.map
test.map
test2.map
tesuto.exe
vgmtest.map

diff --git a/16.exe b/16.exe
index 3aa953ba14b5687f55c79d8537678255ae82451e..41fd535da9cb41ed6d598dd832a203e6975e5c6f 100755 (executable)
Binary files a/16.exe and b/16.exe differ
diff --git a/16.map b/16.map
index fe665350f20ba3460c4f7dbdcb58190c9c8ce5c6..427bc6ea2587c7f299578d37d20a24edb54b5cab 100755 (executable)
--- a/16.map
+++ b/16.map
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 10:22:11 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/09/29 12:31:07
+Created on:       15/09/29 13:42:58
 Executable Image: 16.exe
 creating a DOS executable
 
index 424263305103efc1f868a063903795fc2f79d03c..526daf695a885a34b3ccc9521dac271d81ba3749 100755 (executable)
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 10:22:11 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/09/29 12:31:07
+Created on:       15/09/29 13:42:58
 Executable Image: bakapi.exe
 creating a DOS executable
 
index 64b632c4989fe7bcdbae175038e46f375482c65b..ac4de2b2cb284bb9be7a70a65c94711276d3f131 100755 (executable)
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 10:22:11 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/09/29 12:31:07
+Created on:       15/09/29 13:42:59
 Executable Image: exmmtest.exe
 creating a DOS executable
 
index 64243a0660f7fafe02bce02b7c2cb7c36880a11a..231d100013819f393ce3dd8ec957832e6af87535 100755 (executable)
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 10:22:11 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/09/29 12:31:07
+Created on:       15/09/29 13:42:59
 Executable Image: fmemtest.exe
 creating a DOS executable
 
index 295297ada31339d7eca75ddf2f310dff6190fd6a..25046e37751d0e2a544cd45444a10913c56640cf 100755 (executable)
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 10:22:11 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/09/29 12:31:07
+Created on:       15/09/29 13:42:59
 Executable Image: fontgfx.exe
 creating a DOS executable
 
index d8cae3fa78fd75e360379d665d23f51fe66b2029..3c5f8b185f3a8b13212892ddff76253595d0ea2a 100755 (executable)
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 10:22:11 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/09/29 12:31:07
+Created on:       15/09/29 13:42:59
 Executable Image: inputest.exe
 creating a DOS executable
 
index ab3436da6622f29668c82b8b504a15de6a9d701c..d8639f9e3ad059b8cc3e7af2401aa616f012fa1c 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -73,7 +73,7 @@ scroll.$(OBJ): $(SRC)scroll.c
 tesuto.exe: tesuto.$(OBJ)
        wcl -mh -d2 tesuto.$(OBJ)
 tesuto.$(OBJ): $(SRC)tesuto.c
-       wcl $(FLAGS) -c $(SRC)tesuto.c
+       wcl -mh -d2 -c $(SRC)tesuto.c
 
 #sega.exe: sega.$(OBJ)
 #      wcl $(FLAGS) sega.$(OBJ)
index 549dd4f27ac09cc41ca813b63b5b6b0e0981be05..d6ffa376ae4bd7cde90404116132c556a78a47c2 100755 (executable)
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 10:22:11 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/09/29 12:31:07
+Created on:       15/09/29 13:42:59
 Executable Image: maptest.exe
 creating a DOS executable
 
index 554bc4c3787e0db73a5a607a34809bf7d792ca27..162621f68597cfefcce527de8eb5cb5d24611819 100755 (executable)
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 10:22:11 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/09/29 12:31:07
+Created on:       15/09/29 13:42:59
 Executable Image: palettec.exe
 creating a DOS executable
 
index 5f937b71c11b9d834ee943b7b5311c5c37cb3980..8b2fab51e6163fc7fd4a1b5faf053e34ede70558 100755 (executable)
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 10:22:11 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/09/29 12:31:07
+Created on:       15/09/29 13:42:59
 Executable Image: pcxtest.exe
 creating a DOS executable
 
index ca22b4bb30e55da248b5dbfe606dc5ee5876ea6b..4cdfc25efb30755f4edc1af3acea7ae1883979e1 100755 (executable)
Binary files a/scroll.exe and b/scroll.exe differ
index cee4a8d7a29d1b75992eb07c912d78cffc4236c8..0a2b883c78414571338e89c92ae57b00f51586fa 100755 (executable)
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 10:22:11 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/09/29 13:18:20
+Created on:       15/09/29 13:42:59
 Executable Image: scroll.exe
 creating a DOS executable
 
index b4ff7044e8bb5770c954a09853cef8a48a58cea7..0b42ea527f84be9c14eb62b66ad7a70c3a9f9ddd 100755 (executable)
--- a/test.map
+++ b/test.map
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 10:22:11 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/09/29 12:31:07
+Created on:       15/09/29 13:42:59
 Executable Image: test.exe
 creating a DOS executable
 
index 9c5b2442a033dd5123d7e121aed9ecbc3797740b..4e81c29fb1bceaaeee875c2c190438207f9795dd 100755 (executable)
--- a/test2.map
+++ b/test2.map
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 10:22:11 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/09/29 12:31:07
+Created on:       15/09/29 13:42:59
 Executable Image: test2.exe
 creating a DOS executable
 
index 0689f2b6f46016f25417e243d529b245bf08fbe3..625da498b67f9d4a00e326f6886e0677980914d8 100755 (executable)
Binary files a/tesuto.exe and b/tesuto.exe differ
index e053bfaa12cb76d9fff85a4679401df493164d64..631d9f5c932805743d06b1cad5298b77716280a8 100755 (executable)
@@ -1,7 +1,7 @@
 Open Watcom Linker Version 2.0 beta Sep 21 2015 10:22:11 (32-bit)
 Copyright (c) 2002-2015 The Open Watcom Contributors. All Rights Reserved.
 Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
-Created on:       15/09/29 12:31:08
+Created on:       15/09/29 13:42:59
 Executable Image: vgmtest.exe
 creating a DOS executable