From b36feae3ff08ccc109e480c6773070a4ca65d391 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Mon, 3 Feb 2003 20:56:02 +0000 Subject: [PATCH] Fix a typo. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/msw/tmake/vc.t | 2 +- src/msw/makefile.vc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/msw/tmake/vc.t b/distrib/msw/tmake/vc.t index 700459b11c..cabc5cf8fd 100644 --- a/distrib/msw/tmake/vc.t +++ b/distrib/msw/tmake/vc.t @@ -92,7 +92,7 @@ PERIPH_CLEAN_TARGET= # Set to 0 if not using GLCanvas (only affects DLL build) USE_GLCANVAS=1 -# Set to 0 if you are using MSVC 5 +# Set to 1 if you are using MSVC 5 USE_MSVC_5=0 # These are absolute paths, so that the compiler diff --git a/src/msw/makefile.vc b/src/msw/makefile.vc index dce1bf48c6..96b7f055e7 100644 --- a/src/msw/makefile.vc +++ b/src/msw/makefile.vc @@ -35,7 +35,7 @@ PERIPH_CLEAN_TARGET= # Set to 0 if not using GLCanvas (only affects DLL build) USE_GLCANVAS=1 -# Set to 0 if you are using MSVC 5 +# Set to 1 if you are using MSVC 5 USE_MSVC_5=0 # These are absolute paths, so that the compiler