aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win/makefile.vc.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/win/makefile.vc.in b/win/makefile.vc.in
index 693269b..5db22a0 100644
--- a/win/makefile.vc.in
+++ b/win/makefile.vc.in
@@ -60,15 +60,13 @@ VERSION = \"$(TKZINC_MAJOR).$(TKZINC_MINOR).$(TKZINC_PATCHLVL)\"
# Recognized compilation time flags are :
#
# PROFILE ask for profile support
-# OM include code for internal overlap manager
# ATC include code for atc specific items
# GL include code that need GL support.
# GL_PRINT_CONFIG display the detected hardware capabilities
# GL_DAMAGE redraw only modified areas
# SHAPE include code for reshaping windows.
#
-DFLAGS= /DOM /DATC /DGL /DGL_DAMAGE /DGL_PRINT_CONFIG
-#DFLAGS= /DOM
+DFLAGS= /DATC /DGL /DGL_DAMAGE /DGL_PRINT_CONFIG
#DFLAGS = /DTCL_MEM_DEBUG
# Max speed