source: cpp/frams/config/gdk_build_config.h @ 109

Last change on this file since 109 was 109, checked in by sz, 10 years ago

source reorganization (see README)
new feature added: part/joint shapes (see frams/_demos/part_shapes.cpp)

  • Property svn:eol-style set to native
File size: 495 bytes
Line 
1#ifndef _GDK_BUILD_CONFIG_H_
2#define _GDK_BUILD_CONFIG_H_
3
4#define MAIN_REL_ID "3.1"
5
6#define NOCREATUREOBJECT
7#define EASYMAPDEBUG
8#define GDK_WITHOUT_FRAMS
9#define NO_BARRIER
10#define NO_VMACHINE
11
12#define NEURO_IMPL_FILES "neuroimplfiles-GDK.h"
13#define NEURO_CLS_FACTORY "neurocls-f0-GDK-factory.h"
14#define NEURO_CLS_LIBRARY "neurocls-f0-GDK-library.h"
15#define F0_DEFASSIGN_FILE "defassign-f0-GDK.h"
16#define F0_CLASSES_FILE "f0-GDK-classes.h"
17#define GEN_CONFIG_FILE "gen-config-GDK.h"
18
19#endif
Note: See TracBrowser for help on using the repository browser.