SVN maintenance.
This commit is contained in:
@@ -70,4 +70,4 @@ endif()
|
||||
#Only Windows needs utf16 converter
|
||||
if(WIN32)
|
||||
add_subdirectory(utfconv)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
@@ -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}")
|
||||
|
||||
@@ -153,4 +153,4 @@ int uputenv(const char *name, const char *value)
|
||||
return r;
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -41,4 +41,4 @@ int uputenv(const char *name, const char *value);
|
||||
|
||||
int umkdir(const char *pathname);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -99,4 +99,4 @@ wchar_t * alloc_utf16_from_8(char * in8, size_t add);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user