diff options
author | Jaroslav Hensl <jara@hensl.cz> | 2024-09-23 22:52:54 +0200 |
---|---|---|
committer | Jaroslav Hensl <jara@hensl.cz> | 2024-09-23 22:52:54 +0200 |
commit | b5a7e91089671879227f4ce231cd06e9e6a24f18 (patch) | |
tree | 393d0286241d1fe3a3c5990ab75797d7fe19f24a /makefile | |
parent | c69714384db657e4e1215fad53678c77532d236d (diff) | |
download | vmdisp9x-b5a7e91089671879227f4ce231cd06e9e6a24f18.tar.gz |
DOS: dont pass calls to DIB/VXD when fullscreen DOS mode is actived
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ OBJS += & INCS = -I$(%WATCOM)\h\win -Iddk -Ivmware
-VER_BUILD = 82
+VER_BUILD = 83
FLAGS = -DDRV_VER_BUILD=$(VER_BUILD)
|