Build fix for VS and installing Types
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@15077 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
parent
7aa2c7c10f
commit
8ab27a20d2
@ -14,7 +14,7 @@
|
||||
#ifndef __OSG_TYPES
|
||||
#define __OSG_TYPES
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER <= 1800
|
||||
#if defined(_MSC_VER) && _MSC_VER < 1600
|
||||
typedef __int8 int8_t;
|
||||
typedef unsigned __int8 uint8_t;
|
||||
typedef __int16 int16_t;
|
||||
|
@ -182,6 +182,7 @@ SET(TARGET_H
|
||||
${HEADER_PATH}/Transform
|
||||
${HEADER_PATH}/TriangleFunctor
|
||||
${HEADER_PATH}/TriangleIndexFunctor
|
||||
${HEADER_PATH}/Types
|
||||
${HEADER_PATH}/Uniform
|
||||
${HEADER_PATH}/UserDataContainer
|
||||
${HEADER_PATH}/ValueObject
|
||||
|
Loading…
Reference in New Issue
Block a user