aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorJaroslav Hensl <emulator@emulace.cz>2024-05-27 00:26:45 +0200
committerJaroslav Hensl <emulator@emulace.cz>2024-05-27 00:26:45 +0200
commit840a49797481567eea7f17017ae5f0a9076fee0d (patch)
tree07a05e19a937330144b330d882933f50ca14abe7 /makefile
parent60c366fe3c99d042036fb36affe3f9c73f83391f (diff)
downloadvmdisp9x-840a49797481567eea7f17017ae5f0a9076fee0d.tar.gz
screen target support + QXL inf
Diffstat (limited to 'makefile')
-rw-r--r--makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/makefile b/makefile
index 2ca5380..e896f1a 100644
--- a/makefile
+++ b/makefile
@@ -7,7 +7,7 @@ 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_vdd_svga.obj vxd_vbe.obj vxd_vbe_qemu.obj vxd_mouse.obj vxd_svga_st.obj
INCS = -I$(%WATCOM)\h\win -Iddk -Ivmware
@@ -34,7 +34,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
@@ -160,6 +160,9 @@ vxd_mouse.obj : vxd_mouse.c .autodepend
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_vbe.obj : vxd_vbe.c .autodepend
$(CC32) $(CFLAGS32) $(INCS) $(FLAGS) $<
@@ -422,6 +425,7 @@ file pci.obj
file vxd_fbhda.obj
file vxd_lib.obj
file vxd_svga.obj
+file vxd_svga_st.obj
file vxd_vdd_svga.obj
file vxd_mouse.obj
segment '_LTEXT' PRELOAD NONDISCARDABLE