SVN maintenance.

This commit is contained in:
Guillermo S. Romero
2012-03-24 01:42:08 +00:00
parent 3c11379e26
commit d6fd5266d0
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -70,4 +70,4 @@ endif()
#Only Windows needs utf16 converter
if(WIN32)
add_subdirectory(utfconv)
endif()
endif()
+1 -1
View File
@@ -21,4 +21,4 @@ if(WIN32)
)
endif()
blender_add_lib(bf_intern_utfconv "${SRC}" "${INC}" "${INC_SYS}")
blender_add_lib(bf_intern_utfconv "${SRC}" "${INC}" "${INC_SYS}")
+1 -1
View File
@@ -153,4 +153,4 @@ int uputenv(const char *name, const char *value)
return r;
}
#endif
#endif
+1 -1
View File
@@ -41,4 +41,4 @@ int uputenv(const char *name, const char *value);
int umkdir(const char *pathname);
#endif
#endif
+1 -1
View File
@@ -99,4 +99,4 @@ wchar_t * alloc_utf16_from_8(char * in8, size_t add);
#ifdef __cplusplus
}
#endif
#endif