You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
589 B
22 lines
589 B
//============ Copyright (c) Valve Corporation, All rights reserved. ==========
|
|
//
|
|
// FBX Version, include path and defines for compiling code that utilizes
|
|
// Autodesk FBX SDK
|
|
//
|
|
//=============================================================================
|
|
|
|
$MacroRequired SRCDIR
|
|
|
|
$Macro FBXVER "2015.1"
|
|
|
|
$Macro FBXDIR "$SRCDIR\thirdparty\fbx\FbxSdk\$FBXVER"
|
|
|
|
$Configuration
|
|
{
|
|
$Compiler
|
|
{
|
|
$AdditionalIncludeDirectories "$BASE;$FBXDIR\include"
|
|
$PreprocessorDefinitions "$BASE;FBXSDK_NEW_API"
|
|
$PreprocessorDefinitions "$BASE;FBXSDK_SHARED" [$VS2012 || $VS2013 || $VS2015]
|
|
}
|
|
}
|