Build fix for VS and installing TYpes
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/branches/OpenSceneGraph-3.4@15076 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
parent
af8b11a391
commit
2bed348da1
@ -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