Last change
on this file since 196 was
179,
checked in by Maciej Komosinski, 11 years ago
|
Separate file with version number
|
-
Property svn:eol-style set to
native
|
File size:
699 bytes
|
Rev | Line | |
---|
[121] | 1 | // This file is a part of the Framsticks GDK. |
---|
| 2 | // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. |
---|
| 3 | // Refer to http://www.framsticks.com/ for further information. |
---|
| 4 | |
---|
[109] | 5 | #ifndef _GDK_BUILD_CONFIG_H_ |
---|
| 6 | #define _GDK_BUILD_CONFIG_H_ |
---|
| 7 | |
---|
[179] | 8 | #include "version.h" |
---|
[109] | 9 | |
---|
| 10 | #define NOCREATUREOBJECT |
---|
| 11 | #define EASYMAPDEBUG |
---|
| 12 | #define GDK_WITHOUT_FRAMS |
---|
| 13 | #define NO_BARRIER |
---|
| 14 | #define NO_VMACHINE |
---|
| 15 | |
---|
| 16 | #define NEURO_IMPL_FILES "neuroimplfiles-GDK.h" |
---|
| 17 | #define NEURO_CLS_FACTORY "neurocls-f0-GDK-factory.h" |
---|
| 18 | #define NEURO_CLS_LIBRARY "neurocls-f0-GDK-library.h" |
---|
| 19 | #define F0_DEFASSIGN_FILE "defassign-f0-GDK.h" |
---|
| 20 | #define F0_CLASSES_FILE "f0-GDK-classes.h" |
---|
| 21 | #define GEN_CONFIG_FILE "gen-config-GDK.h" |
---|
| 22 | |
---|
| 23 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.