diff options
author | Jaroslav Hensl <emulator@emulace.cz> | 2024-09-07 20:32:25 +0100 |
---|---|---|
committer | Jaroslav Hensl <emulator@emulace.cz> | 2024-09-07 20:32:25 +0100 |
commit | ce109028d616c331e7a722115205dfda964bb1c1 (patch) | |
tree | e86ae5418dac71714431082aafa7c870eff6be71 /makefile | |
parent | a31f4e91c1908b937e5d4f8421f0257043a89829 (diff) | |
download | vmdisp9x-ce109028d616c331e7a722115205dfda964bb1c1.tar.gz |
bottleneck - don't wait in critical sections, resource garbage collector in driver
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 = 80
+VER_BUILD = 81
FLAGS = -DDRV_VER_BUILD=$(VER_BUILD)
|