source: cpp/frams/config/sdk_build_config.h @ 288

Last change on this file since 288 was 288, checked in by Maciej Komosinski, 9 years ago

GDK->SDK, gdk_test.cpp -> genomanipulation.cpp

  • Property svn:eol-style set to native
File size: 661 bytes
Line 
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.
4
5#ifndef _SDK_BUILD_CONFIG_H_
6#define _SDK_BUILD_CONFIG_H_
7
8#include "version.h"
9
10#define NOCREATUREOBJECT
11#define EASYMAPDEBUG
12#define SDK_WITHOUT_FRAMS
13#define NO_BARRIER
14#define NO_VMACHINE
15
16#define NEURO_IMPL_FILES "neuroimplfiles-SDK.h"
17#define NEURO_CLS_FACTORY "neurocls-f0-SDK-factory.h"
18#define NEURO_CLS_LIBRARY "neurocls-f0-SDK-library.h"
19#define F0_DEFASSIGN_FILE "defassign-f0-SDK.h"
20#define F0_CLASSES_FILE "f0-SDK-classes.h"
21#define GEN_CONFIG_FILE "gen-config-SDK.h"
22
23#endif
Note: See TracBrowser for help on using the repository browser.