aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorJaroslav Hensl <emulator@emulace.cz>2024-06-13 10:20:58 +0200
committerJaroslav Hensl <emulator@emulace.cz>2024-06-13 10:20:58 +0200
commit4b02bef1a7b00ca8a392b7fa7ef36d6ad8fd4e88 (patch)
treecc0eab7b3d6d49e5faa8d7860c34476137c6d2f7 /makefile
parent1280980dd1b1ed8c87c29ea3f95c4c58f844c295 (diff)
downloadvmdisp9x-4b02bef1a7b00ca8a392b7fa7ef36d6ad8fd4e88.tar.gz
accelerated mouse on screen target
Diffstat (limited to 'makefile')
-rw-r--r--makefile14
1 files changed, 11 insertions, 3 deletions
diff --git a/makefile b/makefile
index 520e298..36e6896 100644
--- a/makefile
+++ b/makefile
@@ -7,7 +7,8 @@ OBJS = &
OBJS += &
dbgprint32.obj svga.obj pci.obj vxd_fbhda.obj vxd_lib.obj vxd_main.obj &
vxd_main_qemu.obj vxd_main_svga.obj vxd_svga.obj vxd_vdd.obj vxd_vdd_qemu.obj &
- vxd_vdd_svga.obj vxd_vbe.obj vxd_vbe_qemu.obj vxd_mouse.obj vxd_svga_st.obj
+ vxd_vdd_svga.obj vxd_vbe.obj vxd_vbe_qemu.obj vxd_mouse.obj vxd_svga_st.obj &
+ vxd_mouse_svga.obj vxd_svga_mouse.obj
INCS = -I$(%WATCOM)\h\win -Iddk -Ivmware
@@ -34,7 +35,7 @@ FIXER_CC = wcl386 -q drvfix.c -fe=$(FIXER_EXE)
#FLAGS += -DHWBLT
# Set DBGPRINT to add debug printf logging.
-#DBGPRINT = 1
+DBGPRINT = 1
!ifdef DBGPRINT
FLAGS += -DDBGPRINT
@@ -157,12 +158,18 @@ vxd_main_svga.obj : vxd_main_svga.c .autodepend
vxd_mouse.obj : vxd_mouse.c .autodepend
$(CC32) $(CFLAGS32) $(INCS) $(FLAGS) $<
+vxd_mouse_svga.obj : vxd_mouse_svga.c .autodepend
+ $(CC32) $(CFLAGS32) $(INCS) $(FLAGS) $<
+
vxd_svga.obj : vxd_svga.c .autodepend
$(CC32) $(CFLAGS32) $(INCS) $(FLAGS) $<
vxd_svga_st.obj : vxd_svga_st.c .autodepend
$(CC32) $(CFLAGS32) $(INCS) $(FLAGS) $<
+vxd_svga_mouse.obj : vxd_svga_mouse.c .autodepend
+ $(CC32) $(CFLAGS32) $(INCS) $(FLAGS) $<
+
vxd_vbe.obj : vxd_vbe.c .autodepend
$(CC32) $(CFLAGS32) $(INCS) $(FLAGS) $<
@@ -426,8 +433,9 @@ file vxd_fbhda.obj
file vxd_lib.obj
file vxd_svga.obj
file vxd_svga_st.obj
+file vxd_svga_mouse.obj
file vxd_vdd_svga.obj
-file vxd_mouse.obj
+file vxd_mouse_svga.obj
segment '_LTEXT' PRELOAD NONDISCARDABLE
segment '_TEXT' PRELOAD NONDISCARDABLE
segment '_DATA' PRELOAD NONDISCARDABLE