Last change
on this file since 134 was 128, checked in by ldecherf, 8 years ago |
Mise en commentaire des projets inutilisés dans le cmakelist
|
File size:
606 bytes
|
Line | |
---|
1 | // Autogenerated file by PacpusUtilities.cmake
|
---|
2 | // DO NOT EDIT!!! ALL CHANGES WOULD BE REMOVED BY THE NEXT CALL OF CMAKE
|
---|
3 |
|
---|
4 | #ifndef __VISLABCOMPONENT_CONFIG_H__
|
---|
5 | #define __VISLABCOMPONENT_CONFIG_H__
|
---|
6 |
|
---|
7 | // Export macro for use DLL for Windows only
|
---|
8 | #ifdef WIN32
|
---|
9 | #ifdef VISLABCOMPONENT_EXPORTS
|
---|
10 | // make DLL
|
---|
11 | #define VISLABCOMPONENT_API __declspec(dllexport)
|
---|
12 | #else
|
---|
13 | // use DLL
|
---|
14 | #define VISLABCOMPONENT_API __declspec(dllimport)
|
---|
15 | #endif
|
---|
16 | #else
|
---|
17 | // On other platforms, simply ignore this
|
---|
18 | #define VISLABCOMPONENT_API
|
---|
19 | #endif
|
---|
20 |
|
---|
21 | #endif // __VISLABCOMPONENT_CONFIG_H__
|
---|
Note:
See
TracBrowser
for help on using the repository browser.