aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorJaroslav Hensl <emulator@emulace.cz>2023-05-12 14:26:02 +0200
committerJaroslav Hensl <emulator@emulace.cz>2023-05-12 14:26:02 +0200
commitf94e063607454180284f32d88e01e0bc998e460b (patch)
treeb4274d6a88a8f39375c93df1b8dc44837071b1f0 /makefile
parentc754b4716dc6057df15ad7d4b391d418cb8e7cc8 (diff)
downloadvmdisp9x-f94e063607454180284f32d88e01e0bc998e460b.tar.gz
SVGA3D_DEVCAP_SURFACEFMT_R5G6B5 guessingv1.2023.0.4
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index af55d7b..2c8d4a3 100644
--- a/makefile
+++ b/makefile
@@ -6,9 +6,9 @@ OBJS = dibthunk.obj dibcall.obj enable.obj init.obj palette.obj &
INCS = -I$(%WATCOM)\h\win -Iddk -Ivmware
-VER_BUILD = 3
+VER_BUILD = 4
-FLAGS = -DDRV_VER_BUILD=$(VER_BUILD)
+FLAGS = -DDRV_VER_BUILD=$(VER_BUILD) -DCAP_R5G6B5_ALWAYS_WRONG
# Define HWBLT if BitBlt can be accelerated.
#FLAGS += -DHWBLT