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.