some small fix

This commit is contained in:
Xiao Xiangquan 2011-08-13 14:43:52 +00:00
parent 3a8c7be9e4
commit 5293b4f498
2 changed files with 4 additions and 3 deletions

@ -34,6 +34,7 @@
#ifndef BLF_API_H #ifndef BLF_API_H
#define BLF_API_H #define BLF_API_H
#include <stdlib.h>
struct rctf; struct rctf;
int BLF_init(int points, int dpi); int BLF_init(int points, int dpi);

@ -458,7 +458,7 @@ elseif(WIN32)
DIRECTORY DIRECTORY
${CMAKE_SOURCE_DIR}/release/bin/.blender/locale ${CMAKE_SOURCE_DIR}/release/bin/.blender/locale
${CMAKE_SOURCE_DIR}/release/bin/.blender/fonts ${CMAKE_SOURCE_DIR}/release/bin/.blender/fonts
DESTINATION ${TARGETDIR_VER}/datafiles/locale DESTINATION ${TARGETDIR_VER}/datafiles
PATTERN ".svn" EXCLUDE PATTERN ".svn" EXCLUDE
) )
@ -667,14 +667,14 @@ elseif(APPLE)
if(WITH_INTERNATIONAL) if(WITH_INTERNATIONAL)
install( install(
FILES ${CMAKE_SOURCE_DIR}/release/bin/.blender/.Blanguages FILES ${CMAKE_SOURCE_DIR}/release/bin/.blender/.Blanguages
DESTINATION ${TARGETDIR_VER}/datafiles/ DESTINATION ${TARGETDIR_VER}/datafiles
) )
install( install(
DIRECTORY DIRECTORY
${CMAKE_SOURCE_DIR}/release/bin/.blender/fonts ${CMAKE_SOURCE_DIR}/release/bin/.blender/fonts
${CMAKE_SOURCE_DIR}/release/bin/.blender/locale ${CMAKE_SOURCE_DIR}/release/bin/.blender/locale
DESTINATION ${TARGETDIR_VER}/datafiles/ DESTINATION ${TARGETDIR_VER}/datafiles
PATTERN ".svn" EXCLUDE PATTERN ".svn" EXCLUDE
) )
endif() endif()