Added a "cegcc" target.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2887 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2007-12-23 06:34:12 +00:00
parent 99cefbb5d3
commit aa4afdade5
6 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
* If you want anything else than the defaults, you'll have to edit
* that file manually. */
# include "msvc++/config.h"
#elif defined (__MINGW32__) || defined (__CYGWIN__) || defined(_WIN32_WCE)
#elif defined (__MINGW32__) || defined (__CYGWIN__)
/* If we're compiling on MS Windows using build.sh, use
* config_win.h, generated from src/config_win.h.in. */
# include "config_win.h"