![]() |
AIConfig.hGo to the documentation of this file.00001 /************************************************************************* 00002 * 00003 * ADOBE CONFIDENTIAL 00004 * 00005 * Copyright 2017 Adobe 00006 * 00007 * All Rights Reserved. 00008 * 00009 * NOTICE: Adobe permits you to use, modify, and distribute this file in 00010 * accordance with the terms of the Adobe license agreement accompanying 00011 * it. If you have received this file from a source other than Adobe, 00012 * then your use, modification, or distribution of it requires the prior 00013 * written permission of Adobe. 00014 * 00015 **************************************************************************/ 00016 00017 #pragma once 00018 00019 #include "../ASConfig.h" 00020 00021 #if defined(MAC_ENV) 00022 #include "./compiler/AIConfigClang.h" 00023 00024 #elif defined(WIN_ENV) 00025 #include "./compiler/AIConfigMSVC.h" 00026 00027 #elif defined(LINUX_ENV) 00028 #include "./compiler/AIConfigClang.h" 00029 00030 #else 00031 #error "Platform not supported or configured" 00032 00033 #endif // MAC_ENV |
||||||
|
![]() |
|