aboutsummaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorlecoanet2005-10-19 11:02:47 +0000
committerlecoanet2005-10-19 11:02:47 +0000
commit740d6c7d3a81e1416c2827531efa6a226ef42500 (patch)
tree8f5449674336a6bbd8a0bfedc49ae0bc8605fbf3 /win
parent0dd38b4ef4038511d0b1842ff6d3f666b279c919 (diff)
downloadtkzinc-740d6c7d3a81e1416c2827531efa6a226ef42500.zip
tkzinc-740d6c7d3a81e1416c2827531efa6a226ef42500.tar.gz
tkzinc-740d6c7d3a81e1416c2827531efa6a226ef42500.tar.bz2
tkzinc-740d6c7d3a81e1416c2827531efa6a226ef42500.tar.xz
Pruned old compilation flags.
Diffstat (limited to 'win')
-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