p4raw-id: //depot/perl@1797
#
# set the install locations of the compiler include/libraries
+# Some versions of Visual C don't define MSVCDIR in the environment,
+# so you may have to set CCHOME explicitly.
#
#CCHOME = f:\msvc20
CCHOME = $(MSVCDIR)
#
# set the install locations of the compiler include/libraries
+# Some versions of Visual C don't define MSVCDIR in the environment,
+# so you may have to set CCHOME explicitly.
#
-#CCHOME *= f:\msdev\vc
CCHOME *= C:\bc5
+#CCHOME *= $(MSVCDIR)
#CCHOME *= D:\packages\mingw32
CCINCDIR *= $(CCHOME)\include
CCLIBDIR *= $(CCHOME)\lib