Changeset 288 for cpp/frams/config


Ignore:
Timestamp:
01/06/15 01:47:03 (9 years ago)
Author:
Maciej Komosinski
Message:

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

Location:
cpp/frams/config
Files:
2 moved

Legend:

Unmodified
Added
Removed
  • cpp/frams/config/sdk_build_config.h

    r286 r288  
    33// See LICENSE.txt for details.
    44
    5 #ifndef _GDK_BUILD_CONFIG_H_
    6 #define _GDK_BUILD_CONFIG_H_
     5#ifndef _SDK_BUILD_CONFIG_H_
     6#define _SDK_BUILD_CONFIG_H_
    77
    88#include "version.h"
     
    1010#define NOCREATUREOBJECT
    1111#define EASYMAPDEBUG
    12 #define GDK_WITHOUT_FRAMS
     12#define SDK_WITHOUT_FRAMS
    1313#define NO_BARRIER
    1414#define NO_VMACHINE
    1515
    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"
     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"
    2222
    2323#endif
Note: See TracChangeset for help on using the changeset viewer.