Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-10-17 10:39:13 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-17 10:39:13 +0400
commit61389bba41857ec468b5844e3fd9f713b4d9c4a5 (patch)
tree4f200e3bc3b8cb2a1c3dcf969a7883491502f0f0 /CMakeLists.txt
parent67c15da97de7644fc4deb3ab1b03c3db22f1f647 (diff)
fix spelling mistakes in comments (and in some python error messages), nothing to effect translations.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 405c8850504..6cfda3a01e6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -774,7 +774,7 @@ elseif(WIN32)
set(PLATFORM_LINKFLAGS_DEBUG "/NODEFAULTLIB:libcmt.lib /NODEFAULTLIB:libc.lib")
else()
- # keep GCC spesific stuff here
+ # keep GCC specific stuff here
if(CMAKE_COMPILER_IS_GNUCC)
set(PLATFORM_LINKLIBS "-lshell32 -lshfolder -lgdi32 -lmsvcrt -lwinmm -lmingw32 -lm -lws2_32 -lz -lstdc++ -lole32 -luuid -lwsock32")
set(PLATFORM_CFLAGS "-pipe -funsigned-char -fno-strict-aliasing")