Correct comment.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3554 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2011-02-13 11:55:43 +00:00
parent 14d8bdad31
commit 236bacbe2d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.
*/
+1 -1
View File
@@ -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.