Last change
on this file since 490 was
318,
checked in by Maciej Komosinski, 10 years ago
|
Compiles under cygwin; enabled warnings
|
-
Property svn:eol-style set to
native
|
File size:
762 bytes
|
Rev | Line | |
---|
[286] | 1 | // This file is a part of Framsticks SDK. http://www.framsticks.com/ |
---|
| 2 | // Copyright (C) 1999-2015 Maciej Komosinski and Szymon Ulatowski. |
---|
| 3 | // See LICENSE.txt for details. |
---|
[121] | 4 | |
---|
[288] | 5 | #ifndef _SDK_BUILD_CONFIG_H_ |
---|
| 6 | #define _SDK_BUILD_CONFIG_H_ |
---|
[109] | 7 | |
---|
[179] | 8 | #include "version.h" |
---|
[109] | 9 | |
---|
[318] | 10 | #ifdef __APPLE__ |
---|
[317] | 11 | #define MACOS |
---|
[318] | 12 | #elif defined __linux || defined __CYGWIN__ |
---|
[317] | 13 | #define LINUX |
---|
| 14 | #endif |
---|
| 15 | |
---|
[109] | 16 | #define NOCREATUREOBJECT |
---|
| 17 | #define EASYMAPDEBUG |
---|
[288] | 18 | #define SDK_WITHOUT_FRAMS |
---|
[109] | 19 | #define NO_BARRIER |
---|
| 20 | #define NO_VMACHINE |
---|
| 21 | |
---|
[288] | 22 | #define NEURO_IMPL_FILES "neuroimplfiles-SDK.h" |
---|
| 23 | #define NEURO_CLS_FACTORY "neurocls-f0-SDK-factory.h" |
---|
| 24 | #define NEURO_CLS_LIBRARY "neurocls-f0-SDK-library.h" |
---|
| 25 | #define F0_DEFASSIGN_FILE "defassign-f0-SDK.h" |
---|
| 26 | #define F0_CLASSES_FILE "f0-SDK-classes.h" |
---|
| 27 | #define GEN_CONFIG_FILE "gen-config-SDK.h" |
---|
[109] | 28 | |
---|
| 29 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.