From 236bacbe2dc2014de6fba81e620ee5b5533ada15 Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Sun, 13 Feb 2011 11:55:43 +0000 Subject: [PATCH] Correct comment. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3554 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/config_unix.h.in | 2 +- sc2/src/config_win.h.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sc2/src/config_unix.h.in b/sc2/src/config_unix.h.in index b82dff256..690bebf71 100644 --- a/sc2/src/config_unix.h.in +++ b/sc2/src/config_unix.h.in @@ -3,7 +3,7 @@ * config_unix.h is generated from config_unix.h.in by build.sh * When building on MS Windows using build.sh (MinGW, Cygwin), * config_win.h is generated from src/config_win.h.in. - * When using MSVC on MS Windows, you'll have to edit src/msvc++/config.h + * When using MSVC on MS Windows, you'll have to edit src/config_vc6.h * manually if you want anything else than the defaults. */ diff --git a/sc2/src/config_win.h.in b/sc2/src/config_win.h.in index 1e7694939..fcd50c39a 100644 --- a/sc2/src/config_win.h.in +++ b/sc2/src/config_win.h.in @@ -1,7 +1,7 @@ /* This file contains some compile-time configuration options for MS Windows * systems when building using build.sh (MinGW, Cygwin). * config_win.h is generated from src/config_win.h.in by build.sh - * For building using MSVC, you'll have to edit src/msvc++/config.h manually + * For building using MSVC, you'll have to edit src/config_vc6.h manually * if you want anything else than the defaults. * For *nix systems, config_unix.h is used, which is generated by build.sh * from src/config_unix.h.in.