From: sparky4 Date: Tue, 15 Sep 2015 20:02:18 +0000 (-0500) Subject: ok X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=db00fc6d197ba7b7c6fed8ba6d4fd5891a84805f ok modified: bcexmm.exe modified: bcexmm.prj modified: exmmtest.map modified: makefile modified: scroll.exe --- diff --git a/bcexmm.exe b/bcexmm.exe index 3faf8f46..e2bd4429 100755 Binary files a/bcexmm.exe and b/bcexmm.exe differ diff --git a/bcexmm.prj b/bcexmm.prj index 7062260a..4386685c 100755 Binary files a/bcexmm.prj and b/bcexmm.prj differ diff --git a/exmmtest.map b/exmmtest.map index 26cf9243..59c193cb 100755 --- a/exmmtest.map +++ b/exmmtest.map @@ -1,7 +1,7 @@ Open Watcom Linker Version 2.0 beta Sep 14 2015 12:40:28 (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/15 14:51:44 +Created on: 15/09/15 15:01:57 Executable Image: exmmtest.exe creating a DOS executable diff --git a/makefile b/makefile index 3c55e9d0..8e026a3f 100755 --- a/makefile +++ b/makefile @@ -66,7 +66,7 @@ bakapi.exe: bakapi.$(OBJ) 16.lib #Test Executables! # scroll.exe: scroll.$(OBJ) scroll16.$(OBJ) mapread.$(OBJ) jsmn.$(OBJ) 16.lib#gfx.lib 16_head.$(OBJ) bakapee.$(OBJ) 16_in.$(OBJ) wcpu.$(OBJ) - wcl $(FLAGS) scroll.$(OBJ) scroll16.$(OBJ) mapread.$(OBJ) jsmn.$(OBJ) 16.lib#gfx.lib 16_head.$(OBJ) bakapee.$(OBJ) 16_in.$(OBJ) wcpu.$(OBJ) -fm=scroll.map + wcl $(FLAGS) scroll.$(OBJ) scroll16.$(OBJ) mapread.$(OBJ) jsmn.$(OBJ) 16.lib -fm=scroll.map#gfx.lib 16_head.$(OBJ) bakapee.$(OBJ) 16_in.$(OBJ) wcpu.$(OBJ) scroll.$(OBJ): $(SRC)scroll.c wcl $(FLAGS) -c $(SRC)scroll.c diff --git a/scroll.exe b/scroll.exe index 174fc9a8..f25c8c93 100755 Binary files a/scroll.exe and b/scroll.exe differ