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>2012-04-12 06:37:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-12 06:37:28 +0400
commit8fb067af93cfd2c64968e1919d75a323c8e01531 (patch)
treedd9679cf50ab5227e6870b3a650ec9b5a37257c6 /intern/utfconv/CMakeLists.txt
parentcc1259178b95d084a7ca9e83c90ef0ab97b7fa86 (diff)
code cleanup: avoid confusion with utfconv lib - was configuring this windows only lib on non windows platforms (scons only).
Diffstat (limited to 'intern/utfconv/CMakeLists.txt')
-rw-r--r--intern/utfconv/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/intern/utfconv/CMakeLists.txt b/intern/utfconv/CMakeLists.txt
index 74b91fd0f2b..8da03427c37 100644
--- a/intern/utfconv/CMakeLists.txt
+++ b/intern/utfconv/CMakeLists.txt
@@ -28,10 +28,11 @@ set(SRC
utfconv.c
utfconv.h
- #utf_func.h
)
-
+# This is odd but leave it for now...
+# Why have win32 check here? - this is only used for windows.
+# ... because one day we might want to use it on other platforms.
if(WIN32)
list(APPEND SRC
utf_winfunc.c