Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages | Examples

blasimpexp.h

Go to the documentation of this file.
00001 //
00002 //  Import/Export Directive for blas DLL
00003 //
00004 //  Chris Anderson (C) UCLA 1997
00005 //
00006 #undef  __IMPEXP__
00007 
00008 #ifdef  __BCPLUSPLUS__
00009 #ifdef  __EXPORT_BLAS__
00010 #define __IMPEXP__  __declspec(dllexport)
00011 #endif
00012 #ifdef  __USEDLL__
00013 #define __IMPEXP__  __declspec(dllimport)
00014 #endif
00015 #endif
00016 
00017 #ifdef  _MSC_VER
00018 #ifdef  __EXPORT_BLAS__
00019 #define __IMPEXP__  __declspec(dllexport)
00020 #endif
00021 #ifdef  __USEDLL__
00022 #define __IMPEXP__  __declspec(dllimport)
00023 #endif
00024 #endif
00025 
00026 
00027 #ifdef   __STATIC__
00028 #undef   __IMPEXP__
00029 #define  __IMPEXP__
00030 #endif
00031 
00032 #ifndef __IMPEXP__
00033 #define __IMPEXP__
00034 #endif
00035   

Generated on Wed Sep 5 12:54:18 2007 for DSACSS Operational Code by  doxygen 1.3.9.1